[opt](brpc) Make the timeout of brpc checking configurable#44481
[opt](brpc) Make the timeout of brpc checking configurable#44481yiguolei merged 2 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 40063 ms |
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 198605 ms |
ClickBench: Total hot run time: 33.87 s |
0dd1317 to
cee0e5b
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 39912 ms |
TPC-DS: Total hot run time: 197115 ms |
|
TeamCity be ut coverage result: |
ClickBench: Total hot run time: 32.66 s |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
| // Enable brpc connection check | ||
| DEFINE_Bool(enable_brpc_connection_check, "false"); | ||
|
|
||
| DEFINE_mInt64(brpc_connection_check_timeout_ms, "1000"); |
There was a problem hiding this comment.
change default value to a larger timeout value, for example 10s
cd7148a to
29eccc6
Compare
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
|
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 39876 ms |
TPC-DS: Total hot run time: 190564 ms |
|
TeamCity be ut coverage result: |
ClickBench: Total hot run time: 31.89 s |
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)