pombreda / appscale

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

UserAppServer stores data in memory instead of in the DB #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the tools commit a new GAE app to the UserAppServer, that server
stores it in memory. This works fine for HBase and Hypertable, but not for
Cassandra and MySQL. This results in a system where one node can run the
app but the others can't. Need to move the tar file into the db to resolve
this problem.

- In progress, will update as more info is available.

Original issue reported on code.google.com by shattere...@gmail.com on 13 May 2009 at 1:01

GoogleCodeExporter commented 9 years ago
Running into consistency problems with Cassandra when we have PBServers on each 
node.
Kloogy fix for now is to have all nodes use the PBServer on the master only and 
fix
this for the next release.

When using MySQL, data is not replicated and only works if all nodes agree on a
PBServer to use and always use that one only. Will also address in next release.

Original comment by shattere...@gmail.com on 14 May 2009 at 5:17

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The soap server for users/apps now loads and stores on all calls. Also, the 
schema 
for APPS table now has the tar ball field. 

Original comment by nlak...@gmail.com on 15 May 2009 at 8:30