Properly deprecate ExperimentalInitialCorruptCheck

Signed-off-by: Ivan Valdes <ivan@vald.es>
This commit is contained in:
Ivan Valdes
2025-02-12 16:11:11 -08:00
parent fe81901c74
commit eea79ca9a5
2 changed files with 5 additions and 2 deletions

View File

@ -285,8 +285,8 @@ Experimental distributed tracing:
Number of samples to collect per million spans for distributed tracing.
Experimental feature:
--experimental-initial-corrupt-check 'false'. It's deprecated, and will be decommissioned in v3.7. Use '--feature-gates=InitialCorruptCheck=true' instead.
Enable to check data corruption before serving any client/peer traffic.
--experimental-initial-corrupt-check 'false'
Enable to check data corruption before serving any client/peer traffic. Deprecated in v3.6 and will be decommissioned in v3.7. Use '--feature-gates=InitialCorruptCheck=true' instead.
--experimental-corrupt-check-time '0s'
Duration of time between cluster corruption check passes. Deprecated in v3.6 and will be decommissioned in v3.7. Use 'corrupt-check-time' instead.
--corrupt-check-time '0s'