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
如果一个节点磁盘挂掉了,正确的处理流程是 先删除这个节点,再添加这个节点吗? 直接换掉测盘,重启新节点,不会进行数据同步; 谢谢
The text was updated successfully, but these errors were encountered:
“直接换掉测盘,重启新节点,不会进行数据同步;” Node拉起来应该会自己处理吧
Sorry, something went wrong.
试了几下, 应该是不行的, raft 层不知道 状态机的状态,必须删除添加一次才行,还是不那么完善
如果没有新的写入,一直不会安装 快照,有个新的写入之后会安装快照
No branches or pull requests
如果一个节点磁盘挂掉了,正确的处理流程是 先删除这个节点,再添加这个节点吗?
直接换掉测盘,重启新节点,不会进行数据同步;
谢谢
The text was updated successfully, but these errors were encountered: