Skip to content

Commit

Permalink
config: Deprecate cloud_storage_disable_metadata_consistency_checks
Browse files Browse the repository at this point in the history
The option was never turned on by default. Our plan was to eventually
enable it but it is now replaced with fencing mechanism which is always
on and can't be disabled.

Signed-off-by: Evgeny Lazin <[email protected]>
  • Loading branch information
Lazin committed Dec 20, 2024
1 parent f9a0d46 commit 343aea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/config/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ struct configuration final : public config_store {
property<std::chrono::milliseconds>
cloud_storage_topic_purge_grace_period_ms;
property<bool> cloud_storage_disable_upload_consistency_checks;
property<bool> cloud_storage_disable_metadata_consistency_checks;
deprecated_property cloud_storage_disable_metadata_consistency_checks;
property<std::chrono::milliseconds> cloud_storage_hydration_timeout_ms;
property<bool> cloud_storage_disable_remote_labels_for_tests;

Expand Down

0 comments on commit 343aea5

Please sign in to comment.