-
Task
-
Resolution: Done
-
Major
-
None
-
None
In Infinispan, we print the local address:
2009-11-03 13:18:36,377 3125 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (main Cache local address is localhost.localdomain-32544
This effectively calls org.jgroups.util.UUID which implements address.
It's be really useful if UUID's toString() also contained the physical address in the same way that you get it when GMS.print_address is on.
This would help debugging when GMS.print_address is off.
- relates to
-
ISPN-257 Log physical address as well as the logical address
- Closed