ZoroXing / xmemcached

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

长时间频繁对某一key的value进行赋值后,赋值失败 #195

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
long time = new Date().getTime();
final boolean set = go_Client.set(key, 0, time);

每秒被修改3~5次,程序运行3天到一周内以后 
set不成功,必须重启客户端,无异常抛出!

Original issue reported on code.google.com by niuqiang...@gmail.com on 23 May 2012 at 1:05

GoogleCodeExporter commented 8 years ago
无法重现,请考虑是否是你的网络故障等原因。

Original comment by killme2...@gmail.com on 16 Jul 2012 at 11:50