-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[opt][fe/be.conf]optimise system environment replacing rule in conf file #51199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
[opt][fe/be.conf]optimise system environment replacing rule in conf file #51199
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 33837 ms
|
TPC-DS: Total hot run time: 192801 ms
|
ClickBench: Total hot run time: 29.23 s
|
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
1be1ff2
to
708c068
Compare
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 33415 ms
|
TPC-DS: Total hot run time: 192337 ms
|
ClickBench: Total hot run time: 29.63 s
|
…' into feature_support_conf_env_replace # Conflicts: # be/src/common/config.cpp # cloud/src/common/configbase.cpp
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 33730 ms
|
TPC-DS: Total hot run time: 185657 ms
|
ClickBench: Total hot run time: 29.02 s
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
PR approved by at least one committer and no changes requested. |
@w41ter Would you mind reviewing the code once again? Thanks~ |
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 33945 ms
|
TPC-DS: Total hot run time: 191969 ms
|
ClickBench: Total hot run time: 29.12 s
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
What problem does this PR solve?
Issue Number: close #51200
Related PR: #xxx
Problem Summary:
It does not support
$xx
format in conf file. If we setssl_certificate_path=$DORIS_HOME/conf/cert.pem
the value of the keyssl_certificate_path
is$DORIS_HOME/conf/cert.pem
. But in fact the value of$DORIS_HOME
must be replaced by the system environment.Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)