-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add couchdb conf dir #5285
base: master
Are you sure you want to change the base?
Add couchdb conf dir #5285
Conversation
@@ -0,0 +1,11 @@ | |||
; CouchDB Configuration Settings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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: