Skip to content

Instantly share code, notes, and snippets.

@cherron
Created August 1, 2012 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cherron/addf3b647b020a3ab2a5 to your computer and use it in GitHub Desktop.
Save cherron/addf3b647b020a3ab2a5 to your computer and use it in GitHub Desktop.
OperationTimeoutException for putTransient during Map Get
java.lang.RuntimeException: CONCURRENT_MAP_GET failed at Address[XX.XX.XX.XX]:5701 because of an exception thrown at Address[XX.XX.XX.XX]:5701
at com.hazelcast.impl.BaseManager.rethrowException(BaseManager.java:178)
at com.hazelcast.impl.ConcurrentMapManager$MGet.get(ConcurrentMapManager.java:1106)
at com.hazelcast.impl.MProxyImpl$MProxyReal.get(MProxyImpl.java:767)
at com.hazelcast.impl.MProxyImpl.get(MProxyImpl.java:111)
<snip>
at com.hazelcast.core.DistributedTask$DistributedRunnableAdapterImpl.call(DistributedTask.java:332)
at com.hazelcast.impl.ExecutorManager$RequestExecutor.run(ExecutorManager.java:247)
at com.hazelcast.impl.executor.ParallelExecutorService$ParallelExecutorImpl$ExecutionSegment.run(ParallelExecutorService.java:222)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
at com.hazelcast.impl.ExecutorThreadFactory$1.run(ExecutorThreadFactory.java:38)
Caused by: com.hazelcast.core.OperationTimeoutException: [CONCURRENT_MAP_PUT_TRANSIENT] Operation timeout (due to DistributedTimeoutException). request timeout: 0, response poll timeout: 30
at com.hazelcast.impl.BaseManager$ResponseQueueCall.waitAndGetResult(BaseManager.java:592)
at com.hazelcast.impl.BaseManager$ResponseQueueCall.getRedoAwareResult(BaseManager.java:629)
at com.hazelcast.impl.BaseManager$ResponseQueueCall.getResult(BaseManager.java:624)
at com.hazelcast.impl.BaseManager$RequestBasedCall.getResultAsBoolean(BaseManager.java:436)
at com.hazelcast.impl.BaseManager$ResponseQueueCall.getResultAsBoolean(BaseManager.java:544)
at com.hazelcast.impl.ConcurrentMapManager.putTransient(ConcurrentMapManager.java:738)
at com.hazelcast.impl.ConcurrentMapManager.access$300(ConcurrentMapManager.java:60)
at com.hazelcast.impl.ConcurrentMapManager$GetOperationHandler$GetLoader.doMapStoreOperation(ConcurrentMapManager.java:3571)
at com.hazelcast.impl.ConcurrentMapManager$AbstractMapStoreOperation.run(ConcurrentMapManager.java:3642)
... 5 common frames omitted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment