You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing open issues along with etcd frequently asked questions have been checked and this is not a duplicate.
What happened?
raftexample
Q1: Deleting the data on the deleted machine is useless, will replay synced data after restart. All machine configurations need to be removed. Is this expected?
Q2: Why #13645 is not included in v3.5.16
tag v3.5.16
What did you expect to happen?
Q1: only delete the data of the previously removed nodes instead of all nodes
Q2: don't panic when remove unknown id, the previous commit should be in v3.5.16
How can we reproduce it (as minimally and precisely as possible)?
Q1:
run raftexample on v3.5.16
run cluster by Procfile
curl DELETE /3 on ID 1
curl POST /3 on ID 1
rm -fr raftexample-3*
restart ID 3 by same command
Q2:
run raftexample on v3.5.16
curl DELETE /4 on any node
Anything else we need to know?
No response
Etcd version (please run commands below)
git tag v3.5.16
$ etcd --versionno
$ etcdctl versionno
Etcd configuration (command line flags or environment variables)
paste your configuration here
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
$ etcdctl member list -w table
# paste output here
$ etcdctl --endpoints=<member list> endpoint status -w table
# paste output here
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Q1: Deleting the data on the deleted machine is useless, will replay synced data after restart. All machine configurations need to be removed. Is this expected?
It should be expected. A new member will sync data from other members automatically on startup. Note that we are not actively maintaining raftexample. Once etcd-io/raft#2 is resolved, then we will remove it from etcd repo.
Bug report criteria
What happened?
raftexample
Q1: Deleting the data on the deleted machine is useless, will replay synced data after restart. All machine configurations need to be removed. Is this expected?
relation issue #15380 (comment)_
steps:
Q2: Why #13645 is not included in v3.5.16
tag v3.5.16
What did you expect to happen?
Q1: only delete the data of the previously removed nodes instead of all nodes
Q2: don't panic when remove unknown id, the previous commit should be in v3.5.16
How can we reproduce it (as minimally and precisely as possible)?
Q1:
run raftexample on v3.5.16
Q2:
run raftexample on v3.5.16
curl DELETE /4 on any node
Anything else we need to know?
No response
Etcd version (please run commands below)
git tag v3.5.16
Etcd configuration (command line flags or environment variables)
paste your configuration here
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: