ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

MySQL Datastore stub raises OperationalError: (2006, 'MySQL server has gone away') #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Typically, MySQL connections are dropped after an amount of idle time. Due to 
the fact that our MySQL Datastore stub does not try to reconnect the 
application hangs even if the MySQL database server is up and running.

We need to catch the specific error (2006) and try to reconnect.

Original issue reported on code.google.com by tobias.r...@gmail.com on 31 Aug 2010 at 10:54

GoogleCodeExporter commented 9 years ago
Fixed in the trunk.

Original comment by tobias.r...@gmail.com on 31 Aug 2010 at 10:58

GoogleCodeExporter commented 9 years ago

Original comment by tobias.r...@gmail.com on 2 Sep 2010 at 12:51

GoogleCodeExporter commented 9 years ago
Fixed in the 0.2.0 release.

Original comment by tobias.r...@gmail.com on 12 Dec 2010 at 11:31