Merge pull request #16031 from kkkkun/add_experimental_hash_check_to_help

add experimental-compact-hash-check-enabled to help
dependabot/go_modules/github.com/prometheus/procfs-0.11.0
Benjamin Wang 2023-06-12 16:03:30 +08:00 committed by GitHub
commit c104a4d01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -256,6 +256,10 @@ Experimental feature:
Enable to check data corruption before serving any client/peer traffic.
--experimental-corrupt-check-time '0s'
Duration of time between cluster corruption check passes.
--experimental-compact-hash-check-enabled 'false'
Enable leader to periodically check followers compaction hashes.
--experimental-compact-hash-check-time '1m'
Duration of time between leader checks followers compaction hashes.
--experimental-enable-lease-checkpoint 'false'
ExperimentalEnableLeaseCheckpoint enables primary lessor to persist lease remainingTTL to prevent indefinite auto-renewal of long lived leases.
--experimental-compaction-batch-limit 1000