csantanapr opened a new issue #3029: couchdb clustering not working URL: https://github.com/apache/incubator-openwhisk/issues/3029 Took a look at the couchdb clustering and attempted to fix. I got very far but I'm getting an error which I don't know now how to fix. ``` TASK [couchdb : add remote nodes to the cluster] ********************************************************************************************************************* Wednesday 29 November 2017 15:33:30 -0500 (0:00:00.323) 0:00:36.662 **** fatal: [db0]: FAILED! => {"cache_control": "must-revalidate", "changed": false, "connection": "close", "content": "{\"error\":\"conflict\",\"reason\":\"Document update conflict.\"}\n", "content_length": "58", "content_type": "application/json", "date": "Wed, 29 Nov 2017 20:33:31 GMT", "failed": true, "json": {"error": "conflict","reason": "Document update conflict."}, "msg": "Status code was not [201]: HTTP Error 409: Conflict", "redirected": false, "server": "CouchDB/2.1.1 (Erlang OTP/17)","status": 409, "url": "http://172.17.0.1:5984/_cluster_setup", "x_couch_request_id": "d6757efe56", "x_couchdb_body_time": "0"} ``` I think we should consider reverting the commit https://github.com/apache/incubator-openwhisk/pull/2810 until it get's properly fix. What do you think @cbickel @style95 ?
---------------------------------------------------------------- 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
