[Zope] ZEO client updates from ZODB after sync?
Dieter Maurer
dieter@handshake.de
Sun, 16 Feb 2003 23:58:58 +0100
Paul Winkler wrote at 2003-2-14 12:14 -0800:
> we use zsyncer to push from a dev machine to a production machine.
> We sometimes see this behavior:
>
> 1) zsyncer reports success.
>
> 2) going to the production machine and viewing the management edit form
> for the object in question shows the old version.
>
> 3) eventually the new stuff seems to come up.
>
>
> The interesting thing is that the production system is simple ZEO cluster.
There is a known invalidation bug in older ZEO versions.
Maybe, you can upgrade?
Dieter