Re: Problem upgrading from ZODB 3.7.4 to 5.1.1
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.web.zope.zodb |
|---|---|
| Message-ID | <CAPDm-FhKakNs0WcLhEzg0QJ7wMRuDQBcm7D4szfc1WL7DX4JXQ@mail.gmail.com> |
On Fri, Apr 14, 2017 at 2:09 PM, Etienne Robillard <[email protected]> wrote: > I noticed a issue after having upgraded from ZODB 3.7.4 to 5.1.1. > > The method self.thread.wait() just hang the process indefinitely in > ZEO.asyncio.client.ClientThread.__init__. > > This occurs when I try to access ClientStorage from the console. > > Any thoughts? > The client can't connect, but keeps trying. The reason for this behavior is to prevent clients from dieing when a server is temporarily down, misconfigured, or unreachable. Try enabling logging: import logging logging.basicConfig(level='INFO') Then you should be able to see the error. Are the client and server running the same versions of ZEO? ZEO 5 clients can talk to ZEO 3, 4, or 5 servers, but ZEO 5 servers can only talk to ZEO 5 clients. Jim -- Jim Fulton http://jimfulton.info -- You received this message because you are subscribed to the Google Groups "zodb" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.