Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 854265

Summary: StateTransferManager is not exposed as JMX MBean
Product: [JBoss] JBoss Data Grid 6 Reporter: Radim Vansa <rvansa>
Component: InfinispanAssignee: Tristan Tarrant <ttarrant>
Status: CLOSED NOTABUG QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: jdg-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-05 07:17:53 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 Radim Vansa 2012-09-04 14:17:45 UTC
Description of problem:
StateTransferManager is not exposed as JMX MBean. It appears that the class is missing MBean annotation.

Version-Release number of selected component (if applicable):
Infinispan 5.2.0.Alpha3

How reproducible:
Start distributed cache

Comment 1 JBoss JIRA Server 2012-09-05 07:14:02 UTC
Galder Zamarreño <galder.zamarreno> made a comment on jira ISPN-2258

Why do you need this?

Comment 2 Radim Vansa 2012-09-05 07:17:53 UTC
As this occurs in Infinispan alpha version (not the productized one) this bug should be reported only in JIRA.

Comment 3 JBoss JIRA Server 2012-09-05 07:19:16 UTC
Radim Vansa <rvansa> made a comment on jira ISPN-2258

Galder: We use JMX to make sure that the cluster is set up after starting or killing some node(s).

Comment 4 JBoss JIRA Server 2012-09-05 07:28:49 UTC
Galder Zamarreño <galder.zamarreno> made a comment on jira ISPN-2258

I get that, but what does state transfer JMX mbean has to do with this?

Comment 5 JBoss JIRA Server 2012-09-05 08:00:04 UTC
Galder Zamarreño <galder.zamarreno> made a comment on jira ISPN-2258

The StateTransferManager already exposes two attributes, see:
https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/statetransfer/StateTransferManager.java#L48

If these are not being exposed, it could be a bug in Infinispan, or a bug in the code, or tool, that is presenting the JMX data.

Comment 6 JBoss JIRA Server 2012-09-05 08:33:16 UTC
Adrian Nistor <anistor> made a comment on jira ISPN-2258

The @MBean used to be on the impl. (DistributedStateTransferManagerImpl and ReplicatedStateTransferManagerImpl) but these are gone. Will add it to the new impl.

Comment 7 JBoss JIRA Server 2012-09-05 08:59:18 UTC
Adrian Nistor <anistor> updated the status of jira ISPN-2258 to Coding In Progress

Comment 8 JBoss JIRA Server 2012-09-12 06:58:29 UTC
Dan Berindei <dberinde> made a comment on jira ISPN-2258

Pull request integrated.