When printing the local address in JGroupsTransport:
log.info("Cache local address is
{0}", getAddress());
Also print physical address, i.e.
2009-11-06 09:52:00,161 3859 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (main Cache local address is localhost.localdomain-15010, physical address is 10.3.242.189:7900
- is related to
-
JGRP-1089 org.jgroups.util.UUID.toString() should print the physical address too
- Resolved