This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
New cluster configuration #38
Milestone
Comments
Gerold103
added a commit
that referenced
this issue
Oct 17, 2017
* Use test_run cluster utils to manage shard nodes. Always use replication to manage redundancy. * Fix the bug in shard init: make all shard_init_v...() in a single box.once(), else some nodes can skip a first box.once() but start a second box.once() before the first one is finished. Part of #38
Gerold103
added a commit
that referenced
this issue
Oct 17, 2017
* Use test_run cluster utils to manage shard nodes. Always use replication to maintain redundancy. * Fix the bug in shard init: make all shard_init_v...() in a single box.once(), else some nodes can skip a first box.once() but start a second box.once() before the first one is finished. * Validate shard.init options. Part of #38
Gerold103
added a commit
that referenced
this issue
Oct 18, 2017
* Use test_run cluster utils to manage shard nodes. Always use replication to maintain redundancy. * Validate shard.init options. Part of #38
rtsisyk
pushed a commit
that referenced
this issue
Oct 18, 2017
* Use test_run cluster utils to manage shard nodes. Always use replication to maintain redundancy. * Validate shard.init options. Part of #38
Gerold103
added a commit
that referenced
this issue
Oct 18, 2017
* Remove dead code; * Remove zones from connpool; * Replace shard zones with replica sets; * Fix minor bugs; * Check cfg and minimal redundancy; * Refactoring. Closes #38
Gerold103
added a commit
that referenced
this issue
Oct 19, 2017
* Remove dead code; * Remove zones from connpool; * Replace shard zones with replica sets; * Introduce shard.call function to call any function by a given key on a corresponding replica set; * Fix minor bugs; * Check cfg and minimal redundancy; * Refactoring. Closes #38
rtsisyk
pushed a commit
that referenced
this issue
Oct 20, 2017
* Remove dead code; * Remove zones from connpool; * Replace shard zones with replica sets; * Introduce shard.call function to call any function by a given key on a corresponding replica set; * Fix minor bugs; * Check cfg and minimal redundancy; * Refactoring. Closes #38
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Rename
zone
torepliacaset
and make this option mandatory:replication = false
from the configuration.The text was updated successfully, but these errors were encountered: