uohzoaix / spymemcached

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

Allow bulk gets to return partial results on failure #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to get back a partial result set of any retrieved items when 
operations in a bulk get fail.  If I 
fetch 100 items and we get back 95, having those 95 is better than 0.

It looks like we can fix this in BulkGetFuture.get() by skipping failed 
operations rather than throwing 
an exception.  I'm not sure how this should be exposed in the client API.

Original issue reported on code.google.com by electrum on 15 May 2009 at 10:46

GoogleCodeExporter commented 9 years ago
this is addressed in http://github.com/magictoken/java-memcached-
client/commit/029c67bc171aad214329fd0643e8b0a4301b0352

Pull request created. Hopefully this will make it into the next iteration

Original comment by boris.pa...@gmail.com on 24 May 2010 at 1:00

GoogleCodeExporter commented 9 years ago
I'm pretty sure this issue is fixed. If your still having issues please reopen 
it.

Original comment by mikewie...@gmail.com on 7 Sep 2011 at 12:52