[JBoss JIRA] (ISPN-3757) User documentation for 6.0 contains links to older versions of Infinispan apidocs
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-3757?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-3757:
--------------------------------
Summary: User documentation for 6.0 contains links to older versions of Infinispan apidocs (was: User documentation contains links to older versions of Infinispan apidocs and JDK apidocs)
Description: All references to apidocs must go to 6.0. Except where linking to an older version is appropriate (upgrade guide might need to). (was: All references to apidocs must go to 6.0. All JDK javadoc references must go to 7.0.
Except where linking to an older version is appropriate (upgrade guide might need to).)
> User documentation for 6.0 contains links to older versions of Infinispan apidocs
> ---------------------------------------------------------------------------------
>
> Key: ISPN-3757
> URL: https://issues.jboss.org/browse/ISPN-3757
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 6.0.0.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
>
> All references to apidocs must go to 6.0. Except where linking to an older version is appropriate (upgrade guide might need to).
--
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: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (ISPN-3758) Wrong worker-threads default value description in Infinispan server xsd
by Takayoshi Kimura (JIRA)
[ https://issues.jboss.org/browse/ISPN-3758?page=com.atlassian.jira.plugin.... ]
Takayoshi Kimura reassigned ISPN-3758:
--------------------------------------
Assignee: Takayoshi Kimura (was: Mircea Markus)
> 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: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (ISPN-3758) Wrong worker-threads default value description in Infinispan server xsd
by Takayoshi Kimura (JIRA)
Takayoshi Kimura created ISPN-3758:
--------------------------------------
Summary: 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: Mircea Markus
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: http://www.atlassian.com/software/jira
12 years, 1 month