[ZODB-Dev] Just found a New Assertion

Ehle, Brandon BEhle at ea.com
Sun Aug 31 19:13:58 EDT 2003


I have no clue what triggered this and it's the first time I've ever
seen it, but perhaps the assertion gives you enough info to know what's
wrong?
 
I'm not sure if it is related to the hang I'm seeing, but this
particular error didn't cause the ZEO server hang that I get frequently.
 
Traceback (most recent call last):
   File "master.py", line 146, in main
    cl.poll()
   File "zeoping.py", line 251, in poll
    self.sendAll(self.callback)
   File "zeoping.py", line 149, in sendAll
    self.send(host, callback)
   File "zeoping.py", line 137, in send
    get_transaction().commit()
   File "c:\Python22\Lib\site-packages\ZODB\Transaction.py", line 250,
in commit
    self._finish_one(jars[0])
   File "c:\Python22\Lib\site-packages\ZODB\Transaction.py", line 355,
in _finish_one
    jar.tpc_finish(self)
   File "c:\Python22\Lib\site-packages\ZODB\Connection.py", line 764, in
tpc_finish
    self._storage.tpc_finish(transaction, callback)
   File "c:\Python22\Lib\site-packages\ZEO\ClientStorage.py", line 902,
in tpc_finish
    tid = self._server.tpc_finish(self._serial)
   File "c:\Python22\Lib\site-packages\ZEO\ServerStub.py", line 90, in
tpc_finish
    return self.rpc.call('tpc_finish', id)
   File "c:\Python22\Lib\site-packages\ZEO\zrpc\connection.py", line
368, in call
    raise inst # error raised by server
 AssertionError
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.zope.org/pipermail/zodb-dev/attachments/20030831/ab696d2e/attachment.htm


More information about the ZODB-Dev mailing list