Re: [openstack-dev] [all] switch from mysqldb to another eventlet aware mysql client -- status of postgresql drivers?

2014-07-14 Thread Chris Friesen
On 07/09/2014 05:17 AM, Ihar Hrachyshka wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi all, Multiple projects are suffering from db lock timeouts due to deadlocks deep in mysqldb library that we use to interact with mysql servers. In essence, the problem is due to missing eventlet

Re: [openstack-dev] [all] switch from mysqldb to another eventlet aware mysql client -- status of postgresql drivers?

2014-07-14 Thread Mike Bayer
On Jul 14, 2014, at 12:29 PM, Chris Friesen chris.frie...@windriver.com wrote: On 07/09/2014 05:17 AM, Ihar Hrachyshka wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi all, Multiple projects are suffering from db lock timeouts due to deadlocks deep in mysqldb library that we

Re: [openstack-dev] [all] switch from mysqldb to another eventlet aware mysql client -- status of postgresql drivers?

2014-07-14 Thread Mike Bayer
On Jul 14, 2014, at 1:02 PM, Chris Friesen chris.frie...@windriver.com wrote: On 07/14/2014 10:41 AM, Mike Bayer wrote: On Jul 14, 2014, at 12:29 PM, Chris Friesen chris.frie...@windriver.com wrote: On 07/09/2014 05:17 AM, Ihar Hrachyshka wrote: -BEGIN PGP SIGNED MESSAGE-

Re: [openstack-dev] [all] switch from mysqldb to another eventlet aware mysql client -- status of postgresql drivers?

2014-07-14 Thread Chris Friesen
On 07/14/2014 11:53 AM, Mike Bayer wrote: On Jul 14, 2014, at 1:02 PM, Chris Friesen chris.frie...@windriver.com wrote: On 07/14/2014 10:41 AM, Mike Bayer wrote: if psycopg2 is in use, the set_wait_callback() extension must be enabled. ...do we need to do something extra to set up the