[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-473) Hot Rod client max concurrent connections is too small
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Thu Jul 1 06:02:46 EDT 2010
[ https://jira.jboss.org/browse/ISPN-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus resolved ISPN-473.
--------------------------------
Resolution: Done
The connection pooling is now more 'elastic':
- it is allowed to create an unlimited number of connections
- the eviction is much aggressive now: runs every 2 mins and an unused connection is being removed after 5 minutes
- HeavyLoadConnectionPoolingTest to test that this works fine now
> Hot Rod client max concurrent connections is too small
> ------------------------------------------------------
>
> Key: ISPN-473
> URL: https://jira.jboss.org/browse/ISPN-473
> Project: Infinispan
> Issue Type: Bug
> Components: Cache Server
> Affects Versions: 4.1.0.BETA2
> Reporter: Galder Zamarreno
> Assignee: Mircea Markus
> Fix For: 4.1.0.CR1
>
>
> A default value of 2 for maximum concurrent connections in Hot Rod client is far too small (maxAlive property). It should be much bigger.
> Same for maxIdle
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list