pombreda / appscale

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

Recover from connection refused in prime scripts #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The prime_* scripts assume the database is up and running before they make
a connection to it, and in normal execution environments this is largely
true. However, sometimes the database is started and grabs a particular
port and yet the prime script cannot yet connect to it, causing it to fail.

Need to change the prime scripts to expect a connection refused and try to
do so 3 times (failing if it cannot).

Original issue reported on code.google.com by shattere...@gmail.com on 14 Dec 2009 at 7:18

GoogleCodeExporter commented 9 years ago
Unable to reproduce with the newest code changes. Will re-open if it occurs 
again.

Original comment by shattere...@gmail.com on 22 Apr 2010 at 6:54