-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
9.2.5.Final
-
Compatibility/Configuration
-
Undefined
In 2 node cluster environment, 1st time both node up properly with replicated cache. After down 1 node and again up the same node, getting "org.infinispan.commons.CacheException: Initial state transfer timed out for cache". Log/cache-configuration/jgroup file attached.
I have tried this with Weblogic/IBM-WAS/Jetty server and issue replicated on every server and every time.
org.infinispan.commons.CacheException: Initial state transfer timed out for cache GENERIC_PARAMETER_TYPE_ENTITIES$EMPTY on NII0910LEDF0031-12663
at org.infinispan.statetransfer.StateTransferManagerImpl.waitForInitialStateTransferToComplete(StateTransferManagerImpl.java:233)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.infinispan.commons.util.SecurityActions.lambda$invokeAccessibly$0(SecurityActions.java:79)
- duplicates
-
ISPN-12179 Allow cache to start in degraded mode
- Closed