Re: [pylons-devel] ZODB transaction callback problem

2017-03-11 Thread Robin Harms Oredsson
Nope, and nothing async, longpoll, sockets etc... Robin Den 11 mar 2017 18:02 skrev "Mikko Ohtamaa" : > > > >> Some relevant(?) versions: >> pyramid_zodbconn 0.7 >> pyramid_tm 1.0.2 >> ZODB 4.4.4 >> transaction 1.7.0 >> Pyramid 1.7.3 >> > > Are you using gevent? > > -Mikko > > >> >> The only patt

Re: [pylons-devel] ZODB transaction callback problem

2017-03-11 Thread Mikko Ohtamaa
> Some relevant(?) versions: > pyramid_zodbconn 0.7 > pyramid_tm 1.0.2 > ZODB 4.4.4 > transaction 1.7.0 > Pyramid 1.7.3 > Are you using gevent? -Mikko > > The only pattern I've really found seems to be: > - It always happens on aborts > - It seems to be during some server load > - It only seem

[pylons-devel] ZODB transaction callback problem

2017-03-11 Thread Robin Harms Oredsson
Hi everyone, I'm encountering problems with transactions when using ZODB. On very rare occasions the primary connection seems to have dumped the transaction manager before running the request callbacks. As far as I understand the code, transaction_manager on the primary connection is set to None o