-
Notifications
You must be signed in to change notification settings - Fork 537
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
Multi-node on a single host configuration #1142
Comments
I have no idea the error occurred above,
|
What error do you get? I see in your previous comment you had ulimit issues. There is guidance to fixing this in the docs. |
@martinsumner When i start riak cluster (one node) after another
To be concreteI followed the guide: Running Multiple nodes on one host and
When i run What i doubt is
What else i should do more beside the configs on the guide ??
|
The |
Oh sure. It's not urgent, so take your time And at first i changed three configs
and then i tried mdc.cluster_manager too (#1142 (comment)) BTW, when i vimdiff
there were 4 changes |
Double-check that you don't have an advanced.config file in etc/. It may be that the setting of cluster_mgr is being overridden there ... I can't remember if we still produce the advanced.config in 3.2. If you do, just remove advanced.config and try again. |
@martinsumner It seems that
FYI, there's some config file in
|
Perhaps removing the advanced.config file altogether was not the best hack. Try and remove the specific line in the riak_core stanza that refers to the cluster manager: i.e.
|
@martinsumner It seems that you're kinda busy and this is out of hand for now because there is short of hands In my opinion, there's some config Riak Binaries are referencing collides such BTW, is there a tool by which we can follow the callpath (or stackstrace) running Riak ? |
Good News !
To wrap up,
and cluster_mgr port in
Thank you martin 👍 |
@sinban04 |
@Bob-The-Marauder |
@sinban04 Thank you very much for the confirmation. Did you need to do anything with the handoff port or was that handled automatically as well? |
@Bob-The-Marauder (cc. @martinsumner ) Ah I set "mdc.cluser_manager port" in It was no need to change then, I run each cluster node one by one and then join them into one cluster (ring) following the guide
and it's working well
|
Thank you for the feedback. We have made updates to our internal copy of the documentation already and this will be made live in the next public facing update to the docs we make. |
Hello i'm trying to build multi-nodes on a single host following the link.
https://www.tiot.jp/riak-docs/riak/kv/3.2.0/using/running-a-cluster/#running-multiple-nodes-on-one-host
I built
riak
from a source following the guide using OTP 25 (#1131, #1136)And it works well when i run a first node with the binary
and then when i try to run second one
It returns an error
It seems that some configuration collides, so the threads die.
https://www.tiot.jp/riak-docs/riak/kv/3.2.0/using/running-a-cluster/#running-multiple-nodes-on-one-host
I changed the three configuration values following the guide
at first, i changed the first two, and then added
handoff.port
is there anything i should change more ?
Could you define the list of configurations (must be different from node to node) ?
I saw an issue (#863), but still it's not solved.
Thank you
The text was updated successfully, but these errors were encountered: