Re: [ZODB-Dev] ZEO cache problems and a lost ZEO connection

2005-08-03 Thread Dieter Maurer
Paul Winkler wrote at 2005-8-1 17:17 -0400: > ... >* We still don't see the data that we imported unless I either restart > zope or use the Control Panel to clear the in-memory ZODB cache. > And then suddenly we see it. > >So it appears that the sync succeeds, and ZFred successfully got the >ZEO

Re: [ZODB-Dev] ZEO cache problems and a lost ZEO connection

2005-08-02 Thread Florent Guillaume
Paul Winkler <[EMAIL PROTECTED]> wrote: > Forgot to mention: I did the "debug spinning zope" dance > (gdb python; attach PID; info threads) and got nothing at all > from "info threads". Next time I'll try DeadlockDebugger, > see if that turns up anything. Yes, DeadlockDebugger is the better too

Re: [ZODB-Dev] ZEO cache problems and a lost ZEO connection

2005-08-01 Thread Paul Winkler
Forgot to mention: I did the "debug spinning zope" dance (gdb python; attach PID; info threads) and got nothing at all from "info threads". Next time I'll try DeadlockDebugger, see if that turns up anything. On Mon, Aug 01, 2005 at 05:17:10PM -0400, Paul Winkler wrote: > Not entirely sure whethe

[ZODB-Dev] ZEO cache problems and a lost ZEO connection

2005-08-01 Thread Paul Winkler
Not entirely sure whether this belongs here or a zope list, but here goes... System info on this cluster: One ZEO server Two ZEO clients, let's call the clients ZFred and ZJoe. all using zope 2.7.3 Twice now I have observed the following pattern: * Somebody complains to me that ZSyncer is not w