0 Replies Latest reply on Dec 16, 2014 12:44 PM by rasmi.sahu

    Infinispan StateTransferInProgressException throwing  while reading data from cache

    rasmi.sahu

      Hi all

       

       

      We are using the infinispan caching verion is 5.1.8.There are three nodes all are in the cluster mode

       

       

      We are giving 120 tps load to the server but at some particular time the server response it is taking more time .when we analyse the log we saw there is an issue in cache read which is taking more time to read data

       

      Below is the error.Can any one help to resolve this issue

       

       

      org.infinispan.statetransfer.StateTransferInProgressException: Timed out waiting for the state transfer lock, state transfer in progress for view 65

        at org.infinispan.interceptors.StateTransferLockInterceptor.signalStateTransferInProgress(StateTransferLockInterceptor.java:201)

        at org.infinispan.interceptors.StateTransferLockInterceptor.handleWriteCommand(StateTransferLockInterceptor.java:177)

        at org.infinispan.interceptors.StateTransferLockInterceptor.visitRemoveCommand(StateTransferLockInterceptor.java:157)

        at org.infinispan.commands.write.RemoveCommand.acceptVisitor(RemoveCommand.java:72)

        at org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)

        at org.infinispan.interceptors.CacheMgmtInterceptor.visitRemoveCommand(CacheMgmtInterceptor.java:139)

        at org.infinispan.commands.write.RemoveCommand.acceptVisitor(RemoveCommand.java:72)

        at org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116)

        at org.infinispan.interceptors.InvocationContextInterceptor.handleAll(InvocationContextInterceptor.java:132)

        at org.infinispan.interceptors.InvocationContextInterceptor.handleDefault(InvocationContextInterceptor.java:91)

        at org.infinispan.commands.AbstractVisitor.visitRemoveCommand(AbstractVisitor.java:67)

        at org.infinispan.commands.write.RemoveCommand.acceptVisitor(RemoveCommand.java:72)

        at org.infinispan.interceptors.InterceptorChain.invoke(InterceptorChain.java:345)

        at org.infinispan.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1006).Can any one help to resolve this issue