devpall / commscale

Automatically exported from code.google.com/p/commscale
0 stars 0 forks source link

BalancerRunner Mbean does return incomplete NodeList #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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();

Original issue reported on code.google.com by stephan....@kapsch.net on 1 Jul 2013 at 10:14

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by jean.deruelle on 3 Jul 2013 at 12:29

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 19cea138d9d6.

Original comment by gvage...@gmail.com on 10 Jul 2013 at 7:09

GoogleCodeExporter commented 9 years ago
This issue was closed by revision f15671372498.

Original comment by gvage...@gmail.com on 9 Sep 2013 at 8:02