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/02/17 21:08:41 UTC

[GitHub] [zookeeper] nishanth-entoor opened a new pull request #1253: ZOOKEEPER-3722: make logs of ResponseCache more readable

nishanth-entoor opened a new pull request #1253: ZOOKEEPER-3722: make logs of ResponseCache more readable
URL: https://github.com/apache/zookeeper/pull/1253
 
 
   As per [ZOOKEEPER-3722](https://issues.apache.org/jira/browse/ZOOKEEPER-3722), we need to make ResponseCache logs more readable by adding the request type to the logs. For this I made the following changes:
   - Added a parameter named requestType to ResponseCache constructor.
   - Passed requestType as getData and getChild when the constructor is called to initialize readResponseCache and getChildrenResponseCache respectively.
   
   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