[ZODB-Dev] more lockup information / zope2.9.6+zodb 3.6.2

Christian Theune ct at gocept.com
Wed Apr 4 00:57:12 EDT 2007


Hi,

Am Dienstag, den 03.04.2007, 15:13 -0500 schrieb Alan Runyan:
> Hi guys.
> 
> Running Zope 2.9.6 with ZODB 3.6.2 on Python 2.4
> 
> Having lots of lockups.  Have approximately 12 zeo clients on 2
> machines connecting to a single zeo server. All on local network.
> Disks and network is monitored by competent hosting company.  All
> looks healthy except zeo communication.
> 
> Linux  2.6.9-42.0.8.ELsmp
> 
> some feedback from manage_debug_threads:
> 
> http://paste.plone.org/13821
> http://paste.plone.org/13822

Those two are currently loading an object in thread 2. Thread 1 tries to
load an object as well, however, ClientStorage only allows to perform
one load on each client at a time, so the second thread is sitting there
waiting for the load of the first thread to finish.

> http://paste.plone.org/13823

This one looks healthy. One thread is loading from the ZEO server, the
other doesn't have anything to do.

Can you figure out whether those loads ever finish? Do you see any
network traffic on the ZEO port from the server (i.e. is data
transferred)?

Christian

-- 
gocept gmbh & co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - ct at gocept.com - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://mail.zope.org/pipermail/zodb-dev/attachments/20070404/dd44913d/attachment.bin


More information about the ZODB-Dev mailing list