Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
-
None
Description
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.