stevenkang / spymemcached

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

handle SERVER_ERROR backoff messages when performing asynchronous operations for users #151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With membase's SERVER_ERROR during data load, the backoff needs to be handled 
somewhere inside spymemcached.  It's far too hard to handle it by the time you 
look at the Future<Boolean> and have a bunch of them in flight.

Original issue reported on code.google.com by ingen...@gmail.com on 7 Sep 2010 at 9:49

GoogleCodeExporter commented 9 years ago

Original comment by ingen...@gmail.com on 18 Feb 2011 at 6:48

GoogleCodeExporter commented 9 years ago

Original comment by ingen...@gmail.com on 8 Jun 2011 at 10:51

GoogleCodeExporter commented 9 years ago
This issue is half fixed. We now handle errors correctly, but we would also 
like to implement an exponential back off when see these errors.

Original comment by mikewie...@gmail.com on 18 Jul 2011 at 5:46

GoogleCodeExporter commented 9 years ago

Original comment by ingen...@gmail.com on 30 Jul 2012 at 9:33

GoogleCodeExporter commented 9 years ago

Original comment by ingen...@gmail.com on 19 Aug 2012 at 8:10