CacheManager resizeAll is slow
------------------------------
Key: JCR-1742
URL: https://issues.apache.org/jira/browse/JCR-1742
Project: Jackrabbit
Issue Type: Improvement
Reporter: Thomas Mueller
Priority: Minor
CacheManager.resizeAll calls log.debug with a complex constructed log message.
The message is immediately discarded except when using the debug log level.
To improve performance, log.isDebugEnabled() should be used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.