Status: New
Owner: [email protected]
Labels: Type-Defect Priority-Medium Component-Load-Balancer

New issue 25 by [email protected]: BalancerRunner Mbean does return incomplete NodeList
http://code.google.com/p/commscale/issues/detail?id=25

What steps will reproduce the problem?
1. Login to jconsole and connect to sipldb having two connected nodes
2. Open JMX-Tab and check "NodeList" Attribute it will have only one Entry wheras two are connected

What is the expected output? What do you see instead?
- NodeList should contain 2 nodes - instead it shows only one node, and the second entry is null

What version of the product are you using? On what operating system?
- Latest revision checkedin.

Fix is attached. Changed Line 386 from nodeList[0] = node.toString(); to nodeList[i] = node.toString();



Attachments:
        BalancerRunner.java  14.0 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to