Why etcd dbsize_in_use decrease after restart? #20579
Unanswered
javapracticer
asked this question in
Q&A
Replies: 2 comments
-
To double confirm, do you mean
Can you try the latest patch 3.5.22 or 3.6.4? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When the dbsize_in_use of my etcd is 2GB smaller than the dbsize, the dbsize increases slightly every five minutes. After I restarted etcd, the dbsize_in_use was immediately reduced by half, and the db_size stopped growing.
My auto-compaction strategy is set as follows:
auto-compaction-retention = "5m"
I want to know why the dbsize keeps increasing, and why the etcd db_size_in_use is immediately reduced by half after a restart. This is very confusing to me.
Etcd version: v3.5.2
Beta Was this translation helpful? Give feedback.
All reactions