]
Tristan Tarrant updated ISPN-3160:
----------------------------------
Status: Pull Request Sent (was: Pull Request Sent)
Git Pull Request:
RemoteCacheManager javadocs list wrong default pool size
--------------------------------------------------------
Key: ISPN-3160
URL:
https://issues.jboss.org/browse/ISPN-3160
Project: Infinispan
Issue Type: Bug
Components: Remote Protocols
Affects Versions: 5.1.8.Final
Reporter: Dennis Reed
Assignee: Tristan Tarrant
Priority: Minor
Fix For: 7.0.0.Final
RemoteCacheManager javadocs list the default pool size as 10:
"infinispan.client.hotrod.default_executor_factory.pool_size, default =
10."
However, the default is actually 99:
org/infinispan/client/hotrodimpl/ConfigurationProperties.java: return
props.getIntProperty(DEFAULT_EXECUTOR_FACTORY_POOL_SIZE, 99);