We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From basho/riak#1142 it looks like https://www.tiot.jp/riak-docs/riak/kv/3.2.0/using/running-a-cluster/#running-multiple-nodes-on-one-host may need some re-work. Explaining that different nodes need to be on different ports to avoid port collisions would be a good start and maybe looking in to the handoff port thing as well.
We could also offer a shellscript that just goes through x rel-nodes and fixes the ports. Would probably be a for loop with about 10 sed statements.
for
sed
The text was updated successfully, but these errors were encountered:
pjaclark
No branches or pull requests
From basho/riak#1142 it looks like https://www.tiot.jp/riak-docs/riak/kv/3.2.0/using/running-a-cluster/#running-multiple-nodes-on-one-host may need some re-work. Explaining that different nodes need to be on different ports to avoid port collisions would be a good start and maybe looking in to the handoff port thing as well.
We could also offer a shellscript that just goes through x rel-nodes and fixes the ports. Would probably be a
for
loop with about 10sed
statements.The text was updated successfully, but these errors were encountered: