Bug 854265 - StateTransferManager is not exposed as JMX MBean
Summary: StateTransferManager is not exposed as JMX MBean
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Infinispan
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Tristan Tarrant
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-04 14:17 UTC by Radim Vansa
Modified: 2012-09-12 06:58 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-05 07:17:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker ISPN-2258 0 Major Resolved StateTransferManager is not exposed as JMX MBean 2012-12-10 09:56:58 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.