Replies: 2 comments
-
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
-
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