You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/07/18 14:51:45 UTC

[GitHub] d3alek opened a new pull request #297: Configure cluster Erlang port range using vm.args

d3alek opened a new pull request #297: Configure cluster Erlang port range using vm.args
URL: https://github.com/apache/couchdb-documentation/pull/297
 
 
   Ports specified in sys.config as per previous documentation seem to be ignored by CouchDB
   
   ## Overview
   
   Current documentation suggests putting the distributed Erlang port range restriction in `sys.config`, however in my experience this does not get picked up by CouchDB. What works for me is specifying the port range in `vm.args` instead.  I am using a recent build from source (`62f71c0b0`).
   
   I am aware I may not be putting `sys.config` in the correct place to be picked up by CouchDB - if that's the case and modifying `sys.config` works for you then let me know and I will change the PR to simply clarify the correct location for `sys.config`. 
   
   ## Testing recommendations
   
   ## GitHub issue number
   
   ## Related Pull Requests
   
   ## Checklist
   
   - [x ] Documentation is written and is accurate;
   - [x ] `make check` passes with no errors
   - [ ] Update [rebar.config.script](https://github.com/apache/couchdb/blob/master/rebar.config.script) with the commit hash once this PR is rebased and merged
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services