Conversation
| @@ -0,0 +1,11 @@ | |||
| ; CouchDB Configuration Settings | |||
There was a problem hiding this comment.
These default files are from the apache/couchdb:2.3 image.
| # All nodes must share the same magic cookie for distributed Erlang to work. | ||
| # # Comment out this line if you synchronized the cookies by other means (using | ||
| # # the ~/.erlang.cookie file, for example). | ||
| -setcookie openwhisk |
There was a problem hiding this comment.
The erlang cookie is configurable with this.
|
I am testing the various clustering scenario with this version. |
|
I have tested the followings.
In all cases, a cluster was made, the cluster was stable after the restart, and a new node successfully joined the existing cluster. |
Codecov Report
@@ Coverage Diff @@
## master #5285 +/- ##
==========================================
- Coverage 79.81% 4.57% -75.24%
==========================================
Files 238 238
Lines 14154 14154
Branches 607 607
==========================================
- Hits 11297 648 -10649
- Misses 2857 13506 +10649
Continue to review full report at Codecov.
|
|
The CouchDB node keeps restarting in Travis. |
094ad5c to
619ece8
Compare
Description
This is to persist configurations for CouchDB.
The configuration directory is configurable.
Related issue and scope
My changes affect the following components
Types of changes
Checklist: