MemcachedClient throwing InterruptedException during get operation

hello,

I am new to the couchbase and recently we have started using cb for caching purposes. We have built client library on top of the couchbase client library. The problem we are seeing is during a async get call for some reason the thread is getting interrupted (see below stacktrace). We are finding this issue during our LnP runs.
Has any one faced such issue ?.

Here is the stacktrace.
st=java.lang.RuntimeException: Interrupted waiting for value\n\tat net.spy.memcached.MemcachedClient.gets(MemcachedClient.java:1139)\n\tat net.spy.memcached.MemcachedClient.gets(MemcachedClient.java:1211)\n\tat

thanks
talkganga

Hi,

that’s all you can get from the stack trace? It reports that while blocking on the call the thread has been interrupted, which points to some weird behavior in the application code. Can you give us more context on what you are doing and whats going on?