Increase the cluster-node-timeout to have longer delay between failover of each shard#3946
Conversation
…er of each shard We previously attempted to set `cluster-node-timeout` to 15000 in valkey-io#2793 but failed. This was because we did not explicitly specify it and relied on the default value, but `start_cluster` internally sets it to 3000. Closes valkey-io#3932. Signed-off-by: Binbin <binloveplay1314@qq.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe cluster failover test suite configuration was updated to extend the ChangesCluster failover test timeout configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## unstable #3946 +/- ##
============================================
+ Coverage 76.64% 76.69% +0.04%
============================================
Files 162 162
Lines 80733 80733
============================================
+ Hits 61880 61920 +40
+ Misses 18853 18813 -40 🚀 New features to boost your workflow:
|
sarthakaggarwal97
left a comment
There was a problem hiding this comment.
Yes, I think this would work. I was about to raise a PR to fix this today. I tested the fix I was working on, 200-300 times and it passes. I am confident your change would pass too.
|
@sarthakaggarwal97 thanks for the verify, 5000 was actually the value we used at the first time, #2793 changed it to 3000 by accident, i was surprised that it managed to pass so many times. |
…er of each shard (valkey-io#3946) We previously attempted to set `cluster-node-timeout` to 15000 in valkey-io#2793 but failed. This was because we did not explicitly specify it and relied on the default value, but `start_cluster` internally sets it to 3000. Closes valkey-io#3932. Signed-off-by: Binbin <binloveplay1314@qq.com> (cherry picked from commit f769037)
…n failover of each shard (valkey-io#3946)" This reverts commit f769037.
…er of each shard (valkey-io#3946) (#314) We previously attempted to set `cluster-node-timeout` to 15000 in valkey-io#2793 but failed. This was because we did not explicitly specify it and relied on the default value, but `start_cluster` internally sets it to 3000. Closes valkey-io#3932. Signed-off-by: Binbin <binloveplay1314@qq.com> Co-authored-by: Binbin <binloveplay1314@qq.com>
…er of each shard (valkey-io#3946) (#319) We previously attempted to set `cluster-node-timeout` to 15000 in valkey-io#2793 but failed. This was because we did not explicitly specify it and relied on the default value, but `start_cluster` internally sets it to 3000. Closes valkey-io#3932. Signed-off-by: Binbin <binloveplay1314@qq.com> Co-authored-by: Binbin <binloveplay1314@qq.com>
…er of each shard (valkey-io#3946) (#323) We previously attempted to set `cluster-node-timeout` to 15000 in valkey-io#2793 but failed. This was because we did not explicitly specify it and relied on the default value, but `start_cluster` internally sets it to 3000. Closes valkey-io#3932. Signed-off-by: Binbin <binloveplay1314@qq.com> Co-authored-by: Binbin <binloveplay1314@qq.com>
…er of each shard (valkey-io#3946) (#327) We previously attempted to set `cluster-node-timeout` to 15000 in valkey-io#2793 but failed. This was because we did not explicitly specify it and relied on the default value, but `start_cluster` internally sets it to 3000. Closes valkey-io#3932. Signed-off-by: Binbin <binloveplay1314@qq.com> Co-authored-by: Binbin <binloveplay1314@qq.com>
…er of each shard (valkey-io#3946) We previously attempted to set `cluster-node-timeout` to 15000 in valkey-io#2793 but failed. This was because we did not explicitly specify it and relied on the default value, but `start_cluster` internally sets it to 3000. Closes valkey-io#3932. Signed-off-by: Binbin <binloveplay1314@qq.com>
…er of each shard (valkey-io#3946) (#334) We previously attempted to set `cluster-node-timeout` to 15000 in valkey-io#2793 but failed. This was because we did not explicitly specify it and relied on the default value, but `start_cluster` internally sets it to 3000. Closes valkey-io#3932. Signed-off-by: Binbin <binloveplay1314@qq.com> Co-authored-by: Binbin <binloveplay1314@qq.com>
…er of each shard (valkey-io#3946) (#338) We previously attempted to set `cluster-node-timeout` to 15000 in valkey-io#2793 but failed. This was because we did not explicitly specify it and relied on the default value, but `start_cluster` internally sets it to 3000. Closes valkey-io#3932. Signed-off-by: Binbin <binloveplay1314@qq.com> Co-authored-by: Binbin <binloveplay1314@qq.com>
…er of each shard (valkey-io#3946) (#343) We previously attempted to set `cluster-node-timeout` to 15000 in valkey-io#2793 but failed. This was because we did not explicitly specify it and relied on the default value, but `start_cluster` internally sets it to 3000. Closes valkey-io#3932. Signed-off-by: Binbin <binloveplay1314@qq.com> Co-authored-by: Binbin <binloveplay1314@qq.com>
…er of each shard (#3946) We previously attempted to set `cluster-node-timeout` to 15000 in #2793 but failed. This was because we did not explicitly specify it and relied on the default value, but `start_cluster` internally sets it to 3000. Closes #3932. Signed-off-by: Binbin <binloveplay1314@qq.com>
We previously attempted to set
cluster-node-timeoutto 15000 in #2793but failed. This was because we did not explicitly specify it and relied
on the default value, but
start_clusterinternally sets it to 3000.Closes #3932.