]
Takayoshi Kimura updated ISPN-3758:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Wrong worker-threads default value description in Infinispan server
xsd
-----------------------------------------------------------------------
Key: ISPN-3758
URL:
https://issues.jboss.org/browse/ISPN-3758
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 6.0.0.Final
Reporter: Takayoshi Kimura
Assignee: Takayoshi Kimura
Priority: Minor
In build/src/main/resources-ispn/docs/schema/jboss-infinispan-endpoint_6_0.xsd:
{quote}
Sets the number of worker threads. Defaults two 2 * number of cores
{quote}
This is correct description for Infinispan Server API,
ProtocolServerConfigurationBuilder, but server distribution employs different default
value.
In
integration/src/main/java/org/infinispan/server/endpoint/subsystem/ProtocolServiceSubsystemAdd.java:
{quote}
private static final int DEFAULT_WORKER_THREADS = 160;
{quote}
It actually uses 160.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: