We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
由于对节点做更改操作后, 可能cluster nodes没有立刻反应修改的东西(如之前发现的加了节点后, cluster nodes里面有一瞬间还没改), 导致现在的一致性检查(cluster.wait)可能存在这样的bug:
cluster nodes
The text was updated successfully, but these errors were encountered:
实验过, 也查过redis代码了, 槽位更改后, cluster nodes会立刻反映新的槽位信息.
Sorry, something went wrong.
No branches or pull requests
由于对节点做更改操作后, 可能
cluster nodes
没有立刻反应修改的东西(如之前发现的加了节点后, cluster nodes里面有一瞬间还没改), 导致现在的一致性检查(cluster.wait)可能存在这样的bug:cluster nodes
没有更改, 跟之前一样.cluster nodes
开始反应有更改了, 这样后续的consistent操作就会不通过.The text was updated successfully, but these errors were encountered: