Re: [openstack-dev] [all] DevStack switching from MySQL-python to PyMySQL

2015-10-12 Thread Jesse Pretorius
On 15 June 2015 at 12:30, Sean Dague wrote: > > As a heads up for where we stand. The switch was flipped, but a lot of > neutron jobs (rally & tempest) went into a pretty high failure rate > after it was (all the other high volume jobs seemed fine). > > We reverted the change

Re: [openstack-dev] [all] DevStack switching from MySQL-python to PyMySQL

2015-10-12 Thread Sean Dague
On 10/12/2015 12:03 PM, Jesse Pretorius wrote: > On 15 June 2015 at 12:30, Sean Dague > wrote: > > > As a heads up for where we stand. The switch was flipped, but a lot of > neutron jobs (rally & tempest) went into a pretty high failure rate >

Re: [openstack-dev] [all] DevStack switching from MySQL-python to PyMySQL

2015-10-12 Thread Jesse Pretorius
On 12 October 2015 at 17:16, Sean Dague wrote: > > Yes, the last patch was landed on June 16th. We've been running on > pymysql for most of the liberty development cycle. Great news! Thanks Sean. __

Re: [openstack-dev] [all] DevStack switching from MySQL-python to PyMySQL

2015-06-18 Thread Matt Riedemann
On 6/15/2015 6:30 AM, Sean Dague wrote: On 06/11/2015 06:29 AM, Sean Dague wrote: On 06/09/2015 06:42 PM, Jeremy Stanley wrote: As discussed in the Liberty Design Summit Moving apps to Python 3 cross-project workshop, the way forward in the near future is to switch to the pure-python PyMySQL

Re: [openstack-dev] [all] DevStack switching from MySQL-python to PyMySQL

2015-06-18 Thread Mike Bayer
On 6/18/15 1:28 PM, Matt Riedemann wrote: It's not only neutron, I saw some pymysql failures in nova the other day for 'too many connections' or some such related error. too many connections is an error raised by MySQL when more connections are attempting to connect than the

Re: [openstack-dev] [all] DevStack switching from MySQL-python to PyMySQL

2015-06-18 Thread Sean Dague
On 06/18/2015 03:47 PM, Mike Bayer wrote: On 6/18/15 1:28 PM, Matt Riedemann wrote: It's not only neutron, I saw some pymysql failures in nova the other day for 'too many connections' or some such related error. too many connections is an error raised by MySQL when more connections

Re: [openstack-dev] [all] DevStack switching from MySQL-python to PyMySQL

2015-06-18 Thread Mike Bayer
On 6/18/15 3:53 PM, Sean Dague wrote: On 06/18/2015 03:47 PM, Mike Bayer wrote: On 6/18/15 1:28 PM, Matt Riedemann wrote: It's not only neutron, I saw some pymysql failures in nova the other day for 'too many connections' or some such related error. too many connections is an error raised

Re: [openstack-dev] [all] DevStack switching from MySQL-python to PyMySQL

2015-06-18 Thread Sean Dague
On 06/18/2015 04:28 PM, Clint Byrum wrote: Excerpts from Sean Dague's message of 2015-06-18 12:53:16 -0700: On 06/18/2015 03:47 PM, Mike Bayer wrote: On 6/18/15 1:28 PM, Matt Riedemann wrote: It's not only neutron, I saw some pymysql failures in nova the other day for 'too many

Re: [openstack-dev] [all] DevStack switching from MySQL-python to PyMySQL

2015-06-18 Thread Clint Byrum
Excerpts from Sean Dague's message of 2015-06-18 12:53:16 -0700: On 06/18/2015 03:47 PM, Mike Bayer wrote: On 6/18/15 1:28 PM, Matt Riedemann wrote: It's not only neutron, I saw some pymysql failures in nova the other day for 'too many connections' or some such related error.

Re: [openstack-dev] [all] DevStack switching from MySQL-python to PyMySQL

2015-06-15 Thread Sean Dague
On 06/11/2015 06:29 AM, Sean Dague wrote: On 06/09/2015 06:42 PM, Jeremy Stanley wrote: As discussed in the Liberty Design Summit Moving apps to Python 3 cross-project workshop, the way forward in the near future is to switch to the pure-python PyMySQL library as a default.

Re: [openstack-dev] [all] DevStack switching from MySQL-python to PyMySQL

2015-06-15 Thread Kyle Mestery
On Mon, Jun 15, 2015 at 6:30 AM, Sean Dague s...@dague.net wrote: On 06/11/2015 06:29 AM, Sean Dague wrote: On 06/09/2015 06:42 PM, Jeremy Stanley wrote: As discussed in the Liberty Design Summit Moving apps to Python 3 cross-project workshop, the way forward in the near future is to

Re: [openstack-dev] [all] DevStack switching from MySQL-python to PyMySQL

2015-06-11 Thread Sean Dague
On 06/09/2015 06:42 PM, Jeremy Stanley wrote: As discussed in the Liberty Design Summit Moving apps to Python 3 cross-project workshop, the way forward in the near future is to switch to the pure-python PyMySQL library as a default.