[
https://issues.apache.org/jira/browse/COUCHDB-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501560#comment-14501560
]
ASF subversion and git services commented on COUCHDB-2663:
----------------------------------------------------------
Commit fa557b72835f35f34d6417b590727013647286b3 in couchdb-mango's branch
refs/heads/2663-remove-w-quorum from [~tonysun83]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-mango.git;h=fa557b7 ]
Remove write quorum
The write quorum is saved in the index. We cosmetically remove it.
Fixes:COUCHDB-2663
> w:2 property in index docs
> --------------------------
>
> Key: COUCHDB-2663
> URL: https://issues.apache.org/jira/browse/COUCHDB-2663
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Mango
> Reporter: Robert Kowalski
>
> Noticed that the write quorum is saved into the indexes by mango:
> {code}
> {
> "_id": "_design/e4d338e5d6f047749f5399ab998b4fa04ba0c816",
> "_rev": "1-1f37105891681e717ae37dae973bc6a4",
> "language": "query",
> "views": {
> "e4d338e5d6f047749f5399ab998b4fa04ba0c816": {
> "map": {
> "fields": {
> "_id": "asc"
> }
> },
> "reduce": "_count",
> "options": {
> "def": {
> "fields": [
> "_id"
> ]
> },
> "w": 2
> }
> }
> }
> }
> {code}
> Can we remove it?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)