Disable dropping partitions with feature flag
What does this MR do and why?
Describe in detail what your merge request does and why.
Disable dropping partitions with feature flag
Do not call the detached partition dropper if the partition_manager_sync_partitions
feature flag is disabled, as this is part of the partition manager sync
process.
Add ops flag to control partition manager (!120378 - merged) controls the rest of the partition manager with the same feature flag. Dropping detached partitions occurs in a separate worker, so it needs an additional check.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.