• Julien Muchembled's avatar
    storage: review TransactionManager.abortFor · 2d388048
    Julien Muchembled authored
    This reverts commit 7aecdada partially.
    There seems to be no bug here, because:
    - abortFor() is only called upon a notification from the master that a client
      is disconnected,
    - and from the same TCP connection, we only receive a LockInformation packet
      if there's still such a transaction on the master side.
    
    The code removed in abortFor() was redundant with abort().
    2d388048
transactions.py 14.1 KB