• Julien Muchembled's avatar
    client: do not limit the number of open connections to storage nodes · 77132157
    Julien Muchembled authored
    There was a bug that connections were not maintained during a TPC,
    which caused transactions to be aborted when the limit was reached.
    
    Given that oids are spreaded evenly over all partitions, and that clients always
    write to all cells of each involved partitions, clients would spend their time
    reconnecting to storage nodes as soon as the limit is reached. So such feature
    really looks counter-productive.
    77132157
test.py 50.3 KB