-
Task
-
Resolution: Done
-
Minor
-
None
-
None
ClusterNode leaks the JGroup IpAddress class via getOriginalJGAddress. AFAICT the only code that uses that method is ClusterPartition. So, look into making ClusterNode an interface that doesn't expose getOriginalJGAddress(). ClusterPartition can use the method on the implementing class, which it controls.