[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/StorageServer.py Do a better job of cleaning up after an error.

Jim Fulton jim at zope.com
Thu Oct 1 15:42:44 EDT 2009


Log message for revision 104705:
  Do a better job of cleaning up after an error.
  

Changed:
  U   ZODB/trunk/src/ZEO/StorageServer.py

-=-
Modified: ZODB/trunk/src/ZEO/StorageServer.py
===================================================================
--- ZODB/trunk/src/ZEO/StorageServer.py	2009-10-01 19:42:42 UTC (rev 104704)
+++ ZODB/trunk/src/ZEO/StorageServer.py	2009-10-01 19:42:43 UTC (rev 104705)
@@ -568,6 +568,7 @@
 
         except:
             self.storage.tpc_abort(self.transaction)
+            self._clear_transaction()
             raise
 
         resp = self._thunk()



More information about the Zodb-checkins mailing list