[infinispan-issues] [JBoss JIRA] Created: (ISPN-1013) Message ids should be logged as decimal

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Wed Mar 30 05:02:37 EDT 2011


Message ids should be logged as decimal
---------------------------------------

                 Key: ISPN-1013
                 URL: https://issues.jboss.org/browse/ISPN-1013
             Project: Infinispan
          Issue Type: Bug
          Components: Cache Server
    Affects Versions: 4.2.1.FINAL
            Reporter: Galder Zamarreño
            Assignee: Galder Zamarreño
            Priority: Minor
             Fix For: 4.2.2.BETA1, 5.0.0.BETA1


This is confusing:

{code}org.infinispan.client.hotrod.exceptions.InvalidResponseException:: Invalid message id. Expected cfec and received 84b6{code}

Message Ids are more readable as numbers rather than hex. The protocol uses hex numbers for things like error codes and those make sense being shown as hex so that they can be easily mapped to the protocol documentation. But for msg ids it should be left as is.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the infinispan-issues mailing list