You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2020/01/15 22:18:44 UTC

[GitHub] [zookeeper] nishanth-entoor opened a new pull request #1221: ZOOKEEPER-2907: Logged request buffer isn't useful

nishanth-entoor opened a new pull request #1221: ZOOKEEPER-2907: Logged request buffer isn't useful
URL: https://github.com/apache/zookeeper/pull/1221
 
 
   As per [ZOOKEEPER-2907](https://issues.apache.org/jira/browse/ZOOKEEPER-2907), we have no padding while converting byte to hex and the request type is not part of the output. So I made the following changes:
   - Used String formatter to convert byte to hex with padding.
   - Added request type as part of the log message.
   
   Please let me know if additional changes are required.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services