Bug 1193276
Summary: | NumberFormatException in clustered Attributes(definedCacheNames, members and version) | ||
---|---|---|---|
Product: | [JBoss] JBoss Data Grid 6 | Reporter: | ksuzumur |
Component: | Server | Assignee: | Tristan Tarrant <ttarrant> |
Status: | CLOSED NOTABUG | QA Contact: | Martin Gencur <mgencur> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4.0 | CC: | jdg-bugs, onagano, rmarwaha, wfink |
Target Milestone: | --- | ||
Target Release: | 6.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-04-09 06:19:54 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
ksuzumur
2015-02-17 03:22:28 UTC
Can't reproduce the bug. When I start JDG 6.4, the relevant MBean has address jboss.infinispan:type=CacheManager,name="clustered",component=CacheManager and I can normally see all the statistics mentioned above: definedCacheNames, clusterMembers, version Statistics under jboss.as domain are EAP specific. The correct statistics for JDG are under jboss.infinispan domain by default. I can't find infinispan MBean under jboss.as domain. There's also a test at https://github.com/infinispan/infinispan/blob/master/server/integration/testsuite/src/test/java/org/infinispan/server/test/jmx/management/JmxManagementIT.java#L161 which passes for JDG 6.4 Have you used a remote connection, "service:jmx:remoting-jmx://<host>:9999"? This is not reproducible if a local connection is used. I changed the component from Infinispan to Server. It seems definedCacheNames, members, and version have a wrong type. OK. When remote connection is used, "infinispan" suddenly appears under "jboss.as" domain and there I get the exception you described. Anyway, the correct domain is "jboss.infinispan" where this works correctly, without any exception being thrown. Created https://bugzilla.redhat.com/show_bug.cgi?id=1210176 for the removal of redundant Infinispan MBeans. Closing this one as this is not a bug. Some attributes found in MBean A are not available in MBean B. A. "jboss.as:subsystem=infinispan,cache-container=clustered" B. "jboss.infinispan:type=CacheManager,name="clustered",component=CacheManager" For example "isCoordinator" will be lost and this is acutually used in the customer code. Can you add this into MBean B? |