Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Its my fault, etcd version has clarify the issue very clearly |
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.
-
hello, I have a confusion about the config auto-compaction-mode
as the official doc say as below:
and as the official doc Configuration options:

my etcd server version is 3.5.0
my etcd server config for compact is below:
--auto-compaction-retention 1
and I don't set the config --auto-compaction-mode
I want to know, if I don't set --auto-compaction-mode in my etcd config, if it don't has a default value, because I find in my test,
after 6min (6m is 1/10 of 1h), the past revision is still exist, it didn't compact
if the --auto-compaction-mode default value is periodic , I think it should compact past revision in every 6min. but the result is not
so the conclusion, If I don't set the --auto-compaction-mode, the compact strategy is only determined by --auto-compaction-retention 1
is it right?
Beta Was this translation helpful? Give feedback.
All reactions