Skip to content
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

fast cluster convergence #25

Open
seanjensengrey opened this issue Sep 1, 2016 · 0 comments
Open

fast cluster convergence #25

seanjensengrey opened this issue Sep 1, 2016 · 0 comments

Comments

@seanjensengrey
Copy link

seanjensengrey commented Sep 1, 2016

Coordinate with @paegun on speeding up adding nodes under Riak KV and TS

https://github.com/basho/internal_wiki/wiki/Riak-Test-Rapid-Cluster-Convergence

relevant finding extracted from wiki page

[
  {riak_core,
    [
      {cluster_mgr, {"127.0.0.1", 10016} }, %%<< this is normally configured, so is helpful in finding the riak_core section
      {vnode_parallel_start, RING_SIZE},
      {forced_ownership_handoff, RING_SIZE},
      {handoff_concurrency, RING_SIZE}
    ]
  },
  {riak_repl,
    [ ... ] %%<< riak_repl is also normally configured and elided here just to provide context enough
  }
}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant