gavinchou opened a new pull request, #61506: URL: https://github.com/apache/doris/pull/61506
## Summary This PR aligns FE config with BE config change from #58732. The BE config `enable_cloud_txn_lazy_commit` was changed from `false` to `true` in #58732, but the corresponding FE config was not updated. This PR fixes that. ## Changes - Update `enable_cloud_txn_lazy_commit` default value from `false` to `true` in FE Config.java - Update the description comment to reflect the new default value 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
