ZoroXing / xmemcached

Automatically exported from code.google.com/p/xmemcached
Apache License 2.0
0 stars 0 forks source link

MemcachedServerException - Temporary failure #147

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

I using map/reduce to set data in membase. I am creating the MemcachedClient 
like this:

MemcachedClientBuilder builder = new 
XMemcachedClientBuilder(AddrUtil.getAddresses("host:port"));
client = builder.build();

I am setting the values using:

client.set(key,0,value);

After setting around 300000 values, I am getting the following exception:

net.rubyeye.xmemcached.exception.MemcachedServerException: temporary failure

I am using xmemcached-1.3.3.

Original issue reported on code.google.com by santhosh...@gmail.com on 23 Aug 2011 at 8:21

GoogleCodeExporter commented 8 years ago
Hi

"temporary failure" this error message is returned by membase,and xmemcached 
just wrap and threw it as an exception,it didn't know why server returned this 
error.I think you may post this issue to membase  team.

Original comment by killme2...@gmail.com on 24 Aug 2011 at 5:49

GoogleCodeExporter commented 8 years ago

Original comment by killme2...@gmail.com on 26 Aug 2011 at 5:37