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
None
复现流程: 1、启动 2 个 KIWI 节点,其中一个执行 RAFT.CLUSTER join 127.0.0.1:9221 加入另一个节点,成为 follower 节点,另一个则成为leader节点 2、往 leader 节点 set 几条数据 3、将 leader 进程关闭,过一会再重启 4、往 leader 节点添加命令,提示报错
期望节点重启后,能读取上次的 RAFT 状态,自动加入到集群中
No response
The text was updated successfully, but these errors were encountered:
潘磊:在 PD 中中, 如果一个节点挂了,leader 会上报心跳,并从集群移除;如果节点重启,需要给 PD 告知已重启,由 PD 中执行加入的逻辑
Sorry, something went wrong.
luky116
No branches or pull requests
Is this a regression?
None
Description
复现流程:
![image](https://private-user-images.githubusercontent.com/38887641/386846121-804e5c34-70f8-4ac5-89b6-2627e06dcb40.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjQ5MTIsIm5iZiI6MTczOTIyNDYxMiwicGF0aCI6Ii8zODg4NzY0MS8zODY4NDYxMjEtODA0ZTVjMzQtNzBmOC00YWM1LTg5YjYtMjYyN2UwNmRjYjQwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDIxNTY1MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk1M2RiYzkxMmExYWE5MjUwNjk4OTliY2Y2MDg0ZTk0YzczZmM0NDM4NzJhNTE4MjFhMjY2NzczMDNhY2IzMTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7ZAmX3HN80Q7yZ1zGZ-3PVKyO0CLn1PqEAT8B5TVKV4)
1、启动 2 个 KIWI 节点,其中一个执行 RAFT.CLUSTER join 127.0.0.1:9221 加入另一个节点,成为 follower 节点,另一个则成为leader节点
2、往 leader 节点 set 几条数据
3、将 leader 进程关闭,过一会再重启
4、往 leader 节点添加命令,提示报错
期望节点重启后,能读取上次的 RAFT 状态,自动加入到集群中
Please provide a link to a minimal reproduction of the bug
No response
Screenshots or videos
Please provide the version you discovered this bug in (check about page for version information)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: