Comment 3 for bug 143589

Revision history for this message
ChrisW (chris-simplistix) wrote :

Here's one entry from the storage server log:

2005-12-11T14:17:12 INFO ZEO.zrpc.Connection(S) (x.x.x.x:p)
tpc_begin() raised exception: Multiple simultaneous tpc_beg\
in requests from one client.
Traceback (most recent call last):
  File "lib/python/ZEO/zrpc/connection.py",
line 421, in handle_request
    ret = meth(*args)
  File "lib/python/ZEO/StorageServer.py",
line 375, in tpc_begin
    raise StorageTransactionError("Multiple simultaneous tpc_begin"
StorageTransactionError: Multiple simultaneous tpc_begin requests from one
client.

Searching through the logs, I actually see quite a lot of these.
We certainly haven't seen as many on the clients as are logged by the server. Any idea why that could be?

Also, these are logged at INFO. I guess that was intentional, and seems to suggest there's no real problem with these. But is that really the case?