xpowerman commented on issue #374: It seem that something wrong in 12.4.1.1. Shards and Replicas documentation URL: https://github.com/apache/couchdb-documentation/issues/374#issuecomment-454273436 We running 4 node cluster, with 2 zones, 2 nodes in each zone. Couchdb 2.3.0 **local.ini** cluster settings on each node > [cluster] > q = 4 > n =4 > r = 2 > w = 2 > placement = zone_ya:2,zone_fr:2 ``` curl -X PUT "http://localhost:5984/newdb24?q=4&n=2" {"ok":true} curl http://localhost:5984/newdb24 {"db_name":"newdb24","purge_seq":"0-g1AAAADPeJzLYWBgYMlgTmGQSs4vTc5ISXLITqzKzzfQSyvSK84sMNbLSy3JAaphSmRIsv___39WIgMxqvNYgCTDASD1n1RNDRBN-4nUlOQAJJPqIbZkAQCYtkLy","update_seq":"0-g1AAAADPeJzLYWBgYMlgTmGQSs4vTc5ISXLITqzKzzfQSyvSK84sMNbLSy3JAaphSmRIsv___39WIgMxqpMcgGRSPfEa8liAJEMDkALq2U-SpgMQTSCbsgCqJkLy","sizes":{"file":17032,"external":0,"active":0},"other":{"data_size":0},"doc_del_count":0,"doc_count":0,"disk_size":17032,"disk_format_version":7,"data_size":0,"compact_running":false,"cluster":{"q":4,"n":4,"w":3,"r":3},"instance_start_time":"0"} ``` Second strange thing I expected that it show **w":3,"r":3**, but in the local.ini there are w=2 r=2 , as I paste above. I can change just 'q' parameter when create database via curl, other parameters stay unchanged after my requests. Log files show no errors after my requests. What can be wrong? Any help can be useful.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
