-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Monitoring
-
None
Currently you can get duplicates because the monotonically increasing integer used for clusterId is scope to a class loader, while the JMX server is scoped to the JVM. So we need another way to make the MBean names unique. A guid of some sort is probably required.