[Checkins] SVN: ZODB/branches/3.9/src/ZEO/StorageServer.py Do a better job of cleaning up after an error.

Jim Fulton jim at zope.com
Thu Oct 1 15:20:05 EDT 2009


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

Changed:
  U   ZODB/branches/3.9/src/ZEO/StorageServer.py

-=-
Modified: ZODB/branches/3.9/src/ZEO/StorageServer.py
===================================================================
--- ZODB/branches/3.9/src/ZEO/StorageServer.py	2009-10-01 19:18:28 UTC (rev 104697)
+++ ZODB/branches/3.9/src/ZEO/StorageServer.py	2009-10-01 19:20:05 UTC (rev 104698)
@@ -568,6 +568,7 @@
 
         except:
             self.storage.tpc_abort(self.transaction)
+            self._clear_transaction()
             raise
 
         resp = self._thunk()



More information about the checkins mailing list