Hide Forgot
project_key: EDG Michal is getting errors like these, when I run test with 100 threads using either shared or multiple remote cache managers: {code} java.lang.IllegalStateException: We should not reach here! at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:73) at org.infinispan.client.hotrod.impl.RemoteCacheImpl.put(RemoteCacheImpl.java:201) at org.infinispan.CacheSupport.put(CacheSupport.java:51) at org.jboss.edg.test.MultiThreadedManualTest$Runner.run(MultiThreadedManualTest.java:77) {code} The cause in his environment came to connection-pool configuration property "maxActive" clients set to Integer.MAX_VALUE
Link: Added: This issue depends ISPN-1199
Michal, can you check that with CR8 this is gone?
Docs QE Status: Removed: NEW