pombreda / appscale

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

MySQL doesn't work in Eucalyptus #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Running MySQL in Eucalyptus initially appears to work fine, but when an
application does a put request, it causes the pbserver to die (effectively
destroying any means of accessing MySQL).

Oddly, MySQL works fine in all other environments (Xen, EC2, KVM). Will
look into the error message more and investigate.

Original issue reported on code.google.com by shattere...@gmail.com on 9 Dec 2009 at 6:43

GoogleCodeExporter commented 9 years ago
Pulled newest code and appears to work fine in Euca. Will be in AppScale 1.3.

Original comment by shattere...@gmail.com on 12 Dec 2009 at 3:49

GoogleCodeExporter commented 9 years ago
Post-mortem indicates this was because the bundled image put into Eucalyptus and
distributed for AppScale 1.3 Beta release had an old, untested version of the
protocol buffer server. Updating to the latest, fixed code that was tested on
Xen/EC2/KVM fixed this problem.

Original comment by shattere...@gmail.com on 14 Dec 2009 at 7:11