Thanks - I will check out the patch. I understand that MVCC will eliminate Read Conflicts and is scheduled for Zope 2.8 which will be in alpha any day now. Is there a patch available right now to use MVCC in 2.7.X? --Sean
-----Original Message----- From: Dieter Maurer [mailto:dieter@handshake.de] Sent: Friday, September 24, 2004 2:59 PM To: Sean Hastings Cc: zope@zope.org Subject: Re: [Zope] Conflict Errors
Sean Hastings wrote at 2004-9-21 13:36 -0400:
1.) Is there any way to tell if the conflict errors I see in event.log are Read or Write Conflict Errors?
I posted a patch to distinguish between both kinds of errors.
2.) Is there any way to get event.log to produce more information on these conflicts?
The patch provides all information that is available in the exception. It (but not always) often contains OID, class, serials.
Right now I get the URL that is raising the error, but no function name (beyond what is in the URL) or line number.
I fear this information would need another patch, at the same place where the patch mentioned above changes.
-- Dieter