[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13144621#comment-13144621
 ] 

Thomas Koch commented on ZOOKEEPER-1288:
----------------------------------------

I didn't want to suggest changing the serialized format, just the in memory 
format. The StatPersisted object can be generated for serialization from the 
data stored in the DataNode.
                
> Always log sessionId and zxid as hexadecimals
> ---------------------------------------------
>
>                 Key: ZOOKEEPER-1288
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1288
>             Project: ZooKeeper
>          Issue Type: Sub-task
>            Reporter: Thomas Koch
>            Assignee: Thomas Koch
>
> At some points, sessionIds or zxid are written in decimal numbers to the log 
> but most of the time as hexadecimals. It's an unnecessary hassle to manually 
> convert these numbers to find additional log lines referring the same 
> numbers. Or worse people may not know that there may be additional 
> information available if they also search for the decimal representation of a 
> number.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to