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?
There appears to be an inconsistency in the comments describing the compaction period logic. In the current implementation, the comments show conflicting time periods:
Current comments:
Compactionperiod24-hour:
1.computecompactionperiod, whichis1-hour// Inconsistent with 24-hour period2.recordrevisionsforevery1/10of1-hour (6-minute) // Should be 1/10 of 24-hour (144-minute)3.keeprecordingrevisionswithnocompactionforfirst24-hour4.docompactwithrevs[0]
-success? continueonfor-loopandmoveslidingwindow; revs=revs[1:]
-failure? updaterevs, andretryafter1/10of1-hour (6-minute) // Should be 144-minute
### Whatdidyouexpecttohappen?
Compactionperiod24-hour:
1.computecompactionperiod, whichis24-hour2.recordrevisionsforevery1/10of24-hour (144-minute)
3.keeprecordingrevisionswithnocompactionforfirst24-hour4.docompactwithrevs[0]
-success? continueonfor-loopandmoveslidingwindow; revs=revs[1:]
-failure? updaterevs, andretryafter1/10of24-hour (144-minute)
### Howcanwereproduceit (asminimallyandpreciselyaspossible)?
server/etcdserver/api/v3compactor/periodic.go
### Anythingelseweneedtoknow?
_Noresponse_
### Etcdversion (pleaseruncommandsbelow)
<details>```console
$ etcd --version
latest
$ etcdctl version
# paste output here
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:
Bug report criteria
What happened?
There appears to be an inconsistency in the comments describing the compaction period logic. In the current implementation, the comments show conflicting time periods:
Current comments:
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: