[
https://issues.apache.org/jira/browse/CASSANDRA-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737082#action_12737082
]
Hudson commented on CASSANDRA-174:
----------------------------------
Integrated in Cassandra #152 (See
[http://hudson.zones.apache.org/hudson/job/Cassandra/152/])
add isTraceEnabled checks similar to isDebugEnabled. patch by jbellis for
add more if-isDebugEnabled lines to reduce overhead when logging at INFO or
higher. patch by Michael Greene; reviewed by jbellis for
> reduce logging overhead
> -----------------------
>
> Key: CASSANDRA-174
> URL: https://issues.apache.org/jira/browse/CASSANDRA-174
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Jonathan Ellis
> Assignee: Chris Goffinet
> Priority: Critical
> Fix For: 0.4
>
> Attachments: 0001-Cleaned-up-logger_.debug-with-isDebugEnabled.patch,
> 0002-Cleaned-up-logger_.debug-with-isDebugEnabled.patch, 174_3.diff
>
>
> Logging overhead dominates workload for small column values. This can be
> mitigated by switching to INFO but you still have the overhead of throwing
> all those strings together. Some ideas here:
> http://surguy.net/articles/removing-log-messages.xml
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.