6 Replies Latest reply on Feb 22, 2011 11:41 AM by galder.zamarreno

    TimeoutException: Replication timeout in DIST_ASYNC mode

    dror76

      I'm running a simple unit test for checking our Infinispan setup. The test involves starting two instances of Infinispan with a single cache in DIST_ASYNC mode.

      The cache creates the cache and start putting new values every 500ms.

      After starting the 2nd test instance I'm always getting the following exception:

       

       

      {quote}

      org.infinispan.util.concurrent.TimeoutException: Replication timeout for DRORB-LAP-TAN-26976

          at org.infinispan.remoting.transport.AbstractTransport.parseResponseAndAddToResponseList(AbstractTransport.java:49)

          at org.infinispan.remoting.transport.jgroups.JGroupsTransport.invokeRemotely(JGroupsTransport.java:414)

          at org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:101)

          at org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:125)

          at org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:230)

          at org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:217)

          at org.infinispan.remoting.rpc.RpcManagerImpl.broadcastRpcCommand(RpcManagerImpl.java:200)

          at org.infinispan.distribution.JoinTask.performRehash(JoinTask.java:132)

          at org.infinispan.distribution.RehashTask.call(RehashTask.java:53)

          at org.infinispan.distribution.RehashTask.call(RehashTask.java:33)

          at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)

          at java.util.concurrent.FutureTask.run(FutureTask.java:138)

          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)

      {quote}

       

      Attached are the configuration files, test console output and the test source code.