This content has been marked as final.
Show 1 reply
-
1. Re: Infinispan TimeoutException ISPN000476
andey Jan 29, 2018 5:26 AM (in response to ddyl)- Verify via JMX if the MBeans Cache ->StateTransferManger->rebalancingStatus = COMPLETE. If you get the error even after state-transfer is complete, try increasing the value of remote-timeout in your <replicated-cache /> configuration. The value of remote-timeout is "15000" milliseconds by default. Increase the timeout until you stop getting the error.