SVN: ZODB/branches/3.9/src/ZEO/StorageServer.py Do a better job of cleaning up after an error.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <[email protected]> |
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()