pombreda / appscale

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

AppLoadBalancer needs more intelligent routing #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently when redirecting an incoming user to their AppEngine application,
the AppLoadBalancer picks a location at random from its list without
verifying that the location is actually running the app. Need to verify
this and choose a different location if the first isn't up.

Original issue reported on code.google.com by shattere...@gmail.com on 22 Apr 2010 at 10:40

GoogleCodeExporter commented 9 years ago
Fixed and tested. Returns an error message if all machines are down, otherwise 
routes
the user to a random machine that is up.

Original comment by shattere...@gmail.com on 23 Apr 2010 at 7:53