Bug 745902 (EDG-15)

Summary: RemoteCacheManager failure in multi-threaded environment with maxActive=Integer.MAX_VALUE
Product: [JBoss] JBoss Data Grid 6 Reporter: Trustin Lee <trustin>
Component: unspecifiedAssignee: Default User <jbpapp-maint>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: galder.zamarreno, jdg-bugs
Target Milestone: ---   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/EDG-15
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-01 08:10:46 UTC Type: Feature Request
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Trustin Lee 2011-07-13 22:53:56 UTC
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

Comment 1 Trustin Lee 2011-07-13 22:54:28 UTC
Link: Added: This issue depends ISPN-1199


Comment 2 Galder ZamarreƱo 2011-08-03 07:24:46 UTC
Michal, can you check that with CR8 this is gone?

Comment 3 Anne-Louise Tangring 2011-09-26 19:41:24 UTC
Docs QE Status: Removed: NEW