[jboss-jira] [JBoss JIRA] Created: (JGRP-1089) org.jgroups.util.UUID.toString() should print the physical address too
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Tue Nov 3 07:30:05 EST 2009
org.jgroups.util.UUID.toString() should print the physical address too
----------------------------------------------------------------------
Key: JGRP-1089
URL: https://jira.jboss.org/jira/browse/JGRP-1089
Project: JGroups
Issue Type: Task
Reporter: Galder Zamarreno
Assignee: Bela Ban
Fix For: 2.8
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list