-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
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
restart etcd panic with unexpected smaller revision in mvcc #7011
Comments
Do you still have the data dir around. Mind sharing that broken data dir? |
If you can reproduce the problem, can you try to update the etcd version to current master and see if you can still reproduce? |
We will update the etcd and try to reproduce it. |
Thanks |
@siddontang I can confirm this is a bug. Probably from upstream boltdb. We will investigate more. |
Opened an issue on upstream boltdb: boltdb/bolt#632 |
Never hit this again. It seems like a bug outside etcd system really. Closing. |
I got similar message "mvcc: store.keyindex: put with unexpected smaller revision [{200001 0} / {200001 0}]. what does it mean? could you please give technical description. |
any update on this problem? |
1 similar comment
any update on this problem? |
how did you do to fix it, and keep your data.. |
I use docker-compose to start pd cluster (mount pd data to local directory), and when I recreate the cluster with
docker-compose up -d --force-recreate
, I meet following panic:The embed etcd version is e53b995
The text was updated successfully, but these errors were encountered: