You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremiah Jordan (JIRA)" <ji...@apache.org> on 2013/05/30 00:36:21 UTC

[jira] [Created] (CASSANDRA-5601) Raise logging levels for QUORUM failures

Jeremiah Jordan created CASSANDRA-5601:
------------------------------------------

             Summary: Raise logging levels for QUORUM failures
                 Key: CASSANDRA-5601
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5601
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Jeremiah Jordan
            Priority: Minor


Received a suggestion that it might be nice to log consistency failures above DEBUG, so they could be tracked in server side logs more easily.  For example:
https://github.com/apache/cassandra/blob/cassandra-1.1/src/java/org/apache/cassandra/service/DatacenterReadCallback.java#L108

or

https://github.com/apache/cassandra/blob/cassandra-1.1/src/java/org/apache/cassandra/service/ReadCallback.java#L232

Currently to get those messages you have to enable DEBUG for all of ReadCallback, so you get a log message from https://github.com/apache/cassandra/blob/cassandra-1.1/src/java/org/apache/cassandra/service/ReadCallback.java#L79 for every read, which is very spammy.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira