Geker commented on issue #968: ZKUtil  deleteRecursive check LOG Level before 
calculate the parameter
URL: https://github.com/apache/zookeeper/pull/968#issuecomment-499305744
 
 
   > I don't think explicit calls on`LOG.isDebugEnabled` is needed (I always 
prefer writing less code if possible) here when using parameterized logging, 
because the parameters will not be evaluated until the condition check passes. 
See https://www.slf4j.org/faq.html#logging_performance.
   
   The fix  is prevent invoke  tree.toString(),which will double the heap usage 
and  may cause OOM,even if you change the level to ERROR.
   parameterized logging can't prevent tree.toString()

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to