]
Manik Surtani updated ISPN-1199:
--------------------------------
Fix Version/s: 5.0.0.FINAL
(was: 5.0.0.CR7)
RemoteCacheManager failure in multi-threaded environment with
maxActive=Integer.MAX_VALUE
-----------------------------------------------------------------------------------------
Key: ISPN-1199
URL:
https://issues.jboss.org/browse/ISPN-1199
Project: Infinispan
Issue Type: Bug
Components: Cache Server
Affects Versions: 5.0.0.CR5
Reporter: Michal Linhard
Assignee: Mircea Markus
Priority: Critical
Labels: Hotrod, client
Fix For: 5.0.0.FINAL
Attachments: testcase.zip
I get erros 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 my environment came to connection-pool configuration property
"maxActive" clients set to Integer.MAX_VALUE
--
This message is automatically generated by JIRA.
For more information on JIRA, see: