kaijchen opened a new pull request, #29207: URL: https://github.com/apache/doris/pull/29207
## Proposed changes It took us quite a lot time to troubleshoot a config problem in regression environment. It turns out that `be.conf` is missing EOL (`\n`) in the end, and test script appended some lines. Current: ``` start time: Thu 28 Dec 2023 12:05:06 PM CST INFO: java_cmd /usr/local/software/jdk1.8.0_131/bin/java INFO: jdk_version 8 config field error: sys_log_verbose_flags_v ``` After this change: ``` start time: Thu 28 Dec 2023 12:09:05 PM CST INFO: java_cmd /usr/local/software/jdk1.8.0_131/bin/java INFO: jdk_version 8 config field error: sys_log_verbose_flags_v=100# priority_networks = 10.10.10.0/24;192.168.0.0/16 ``` ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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]
