lhotari opened a new pull request #9957:
URL: https://github.com/apache/pulsar/pull/9957


   ### Motivation
   
   `log.debug` calls should be omitted on hot code paths. There was a 
`log.debug` call on the frequently called
   `ManagedLedgerImpl.doCacheEviction` code path
   
   ### Modifications
   
   wrap `log.debug` call with `if (log.isDebugEnabled()) { ... }`


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to