Asthenia0412 opened a new pull request, #67944: URL: https://github.com/apache/doris/pull/67944
[fix](fe) Align storage_flood_stage_usage_percent default with BE ### What problem does this PR solve? Issue Number: close #67934 Problem Summary: FE and BE define `storage_flood_stage_usage_percent` with inconsistent defaults (FE 95, BE 90). With effective defaults, FE can schedule a load/restore job onto a BE whose disk is already in flood stage (e.g. 92% used with less than 1 GiB free), and the BE then rejects the operation. Align the FE default to 90 so both components enforce the same flood stage threshold. ### Release note Change the default value of FE config `storage_flood_stage_usage_percent` from 95 to 90 to keep it consistent with the BE config of the same name. ### Check List (For Author) - Test: No need to test (with reason) - config default change only; existing flood stage related regression tests override the config explicitly - Behavior changed: Yes (with explanation) - FE flood stage check now triggers at 90% instead of 95%, matching BE - Does this need documentation: Yes (with doc PR link) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
