You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Mike Wallace (JIRA)" <ji...@apache.org> on 2016/03/03 18:11:18 UTC

[jira] [Created] (COUCHDB-2958) Avoiding spamming logs with write_quorum errors

Mike Wallace created COUCHDB-2958:
-------------------------------------

             Summary: Avoiding spamming logs with write_quorum errors
                 Key: COUCHDB-2958
                 URL: https://issues.apache.org/jira/browse/COUCHDB-2958
             Project: CouchDB
          Issue Type: Bug
          Components: Database Core
            Reporter: Mike Wallace


Logs are frequently being spammed with the following message, even in the events where quorum is failed due to expected reasons such as conflicts.

    2016-03-03 16:53:17.110 [warning] node1@127.0.0.1 <0.3961.0> write quorum (2) failed for doc

Before the code was merged from the BigCouch fork this was fixed by replacing the log message with metrics however during the merge the metrics were brought in and the log message was not removed [1] [2].

[1] https://github.com/apache/couchdb-fabric/commit/c3b2860ca686db414536a0f0d2502f2b9091b443#diff-c73c129cb8b0552664c0ede89a517ba4R123

[2] https://github.com/apache/couchdb-fabric/commit/44278007095ce86a248237c664304cadc8baeeef#diff-c73c129cb8b0552664c0ede89a517ba4R132



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)