Bo Liu
Bo Liu
For Master-Salve setup, writes are only allowed to go to Master, and Master will replicate these updates to all Slaves. So you probably want to write to Master and read...
Hi Gopal, thanks for seeking my suggestions. I didn't follow the recent development in rocksplicator helix code. Can you please work with the team to figure out the best way...
Did you have the correct ZK cluster address specified in the script?
Can you try to pass the config file to --shard_config_path? The cluster needs this config file to know how to route traffic from clients.
What build system do you use? cmake?
@premkumr can you please also share the doc for this feature? What would be the consequence if the shard map content is stale or incorrect for some reason?
I see the bug now. I think that worker threads will always be blocked when change 0->1 or 0->2, and 1->2 change doesn't really enable 2-ack mode. Can you add...
We also need to remove the config parameter from handleReplicateRequest(). Why did we add dynamic per DB replication mode change in the first place? If we do need it, I...
Hi, can you please take a look at [this](https://github.com/pinterest/rocksplicator/blob/master/README.md#commands-for-cluster-management-the-following-is-for-script-driven-cluster-management-which-has-been-deprecated) for how to manually create a cluster. [This](https://github.com/pinterest/rocksplicator/blob/master/examples/counter_service/stress_test.cpp) is a c++ example for client.
Can you try to exclude this [PR](https://github.com/pinterest/rocksplicator/commit/a153c1a8ac0e41972c737c883ae4cc393c4d996a) and see if it compiles? just wanted to rule out it quickly.