pombreda / appscale

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

Cannot write to datastore without a database on local box #178

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start appscale using the advanced layout with a node a box that has only
appengine flag. 
:ip1:
- master
:ip2:
- appengine
:ip3:
- database
...
2. Upload an application
3. Perform an action that has the application read/write from the datastore

After some time the operation will eventually timeout on the machine. The
machine running the app servers gets the correct ip as the datastore_path
but it does not seem to be able to communicate with it correctly.

Original issue reported on code.google.com by jmkupfer...@gmail.com on 23 Feb 2010 at 7:57

GoogleCodeExporter commented 9 years ago
The main cause of this issue has been fixed in commit revno 425. Command-line
arguments were not being passed into the dev_appserver correctly and as a 
result it
was using default values. The fix has been tested and works for Memcachedb and 
MongoDB. 

Voldemort fails to prime the database, although the issue seems unrelated. 

Has not been tested with hbase, hypertable, or mysql. 

Original comment by jmkupfer...@gmail.com on 7 Mar 2010 at 6:54

GoogleCodeExporter commented 9 years ago
This issue has been fixed. Ticket 181 has been created for the voldemort issue.

Original comment by jmkupfer...@gmail.com on 31 Mar 2010 at 6:35