[
https://issues.apache.org/jira/browse/COUCHDB-2958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15179914#comment-15179914
]
ASF subversion and git services commented on COUCHDB-2958:
----------------------------------------------------------
Commit 0df200a3c4df7dd4bb3dee4c43d268d75f1e117e in couchdb-fabric's branch
refs/heads/master from [~mikewallace]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-fabric.git;h=0df200a ]
Avoid spamming logs with write_quorum errors
The three metrics in fabric_doc_update:force_reply/3 were
introduced to replace the write_quorum log message however the
log line was not removed. This commit removes the log message.
Close COUCHDB-2958
This closes #41
> 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] [email protected] <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)