• Julien Muchembled's avatar
    client: also vote to nodes that only check serials · ab435b28
    Julien Muchembled authored
    Not doing so was an incorrect optimization. Checking serials does take
    write-locks and they must not be released when a client-storage connection
    breaks between vote and lock, otherwise a concurrent transaction modifying such
    serials may finish before.
    ab435b28
transactions.py 26.9 KB