migrate experimental-compaction-sleep-interval flag to compaction-sleep-interval

Signed-off-by: Ajay Sundar Karuppasamy <ajaysundar@google.com>
This commit is contained in:
Ajay Sundar Karuppasamy
2025-02-06 01:18:41 +00:00
parent 299bca3afa
commit e5b39f85a4
5 changed files with 89 additions and 2 deletions

View File

@ -318,6 +318,8 @@ Experimental feature:
--experimental-snapshot-catch-up-entries '5000'
Number of entries for a slow follower to catch up after compacting the raft storage entries.
--experimental-compaction-sleep-interval
Sets the sleep interval between each compaction batch. Deprecated in v3.6 and will be decommissioned in v3.7. Use 'compaction-sleep-interval' instead.
--compaction-sleep-interval
Sets the sleep interval between each compaction batch.
--experimental-downgrade-check-time
Duration of time between two downgrade status checks. Deprecated in v3.6 and will be decommissioned in v3.7. Use "downgrade-check-time" instead.