Jakub Markos created ISPN-7349:
----------------------------------
Summary: Statistics attribute on the cache-container tag is not true by
default
Key: ISPN-7349
URL:
https://issues.jboss.org/browse/ISPN-7349
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 9.0.0.Alpha2
Reporter: Jakub Markos
Priority: Minor
The xsd for the 'statistics' attribute looks like this:
{code}
<xs:attribute name="statistics" type="xs:boolean"
default="true">
<xs:annotation>
<xs:documentation>Determines whether or not the cache container should
collect statistics. Keep disabled for optimal performance.</xs:documentation>
</xs:annotation>
</xs:attribute>
{code}
but unless you specifically configure
{code}
<cache-container name="default" statistics="true">
{code}
the 'channel' and 'protocol' jgroups MBeans won't be available through
JMX.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)