Comment 12 for bug 504291

Revision history for this message
Robert Collins (lifeless) wrote :

One easy fix would be to change the code to this:
           if store._connection._state == STATE_DISCONNECTED:
                # Repair things so the server can remain operational.
                store.rollback()

which would be a statement that we expect this to happen from time to time, and that when it happens we can deal with it.