I have been seeing occasional "release unlocked lock" errors from a storage error in a two-phase commit which really comes from a "Lost connection to MySQL server during query". Apparently this arises from a failure of self.db.ping() to find a connected database as the transaction is opened.
It is possible that the connection has really timed out. Looking at the code it appears that ZMySQLDA does not attempt to recreate the connection. Is that correct? What's the recommend approach to re-establish the connection? -d -- _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )