-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
4.2.0.CR4
-
None
Hello,
after activating deadlock detection with 500 ms of spin duration, i launch a concurrent scenario on three nodes.
Each node will : begin the transaction, lock the same key, perform a get and increment operation, commit the value.
If a DeadlockDetectedException occurs, then the transaction rollback and the operation is immedialty retried in a new transaction until succeed.
Then this exception occurs on two nodes :
ERROR 15/12/10 15:49:08,791 [ main] interceptors.InvocationContextInterceptor - Execution error:
org.infinispan.util.concurrent.TimeoutException: Replication timeout for nodeDeadLock-29627
at org.infinispan.remoting.transport.AbstractTransport.parseResponseAndAddToResponseList(AbstractTransport.java:49)
...
- is related to
-
ISPN-819 Deadlock detection seem to not detect deadlock case between two nodes on the same cache.
- Closed