morningman opened a new issue #5464: URL: https://github.com/apache/incubator-doris/issues/5464
**Describe the bug** BE starts with error in be.out ``` validate cumulative_compaction_policy= failed error read custom config file. ``` **To Reproduce** Start a brand new BE process with latest code. **Reason** This is because in #5379, we add a BE config validator. But the logic is incorrect when reading config from `be_custom.conf` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
