Uh oh!
There was an error while loading. Please reload this page.
[improve](stream-load) add observability on receiving HTTP request - #30432
Conversation
sollhui
commented
Jan 26, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jan 26, 2024
TPC-H: Total hot run time: 39270 ms |
doris-robot
commented
Jan 26, 2024
TPC-DS: Total hot run time: 176242 ms |
doris-robot
commented
Jan 26, 2024
ClickBench: Total hot run time: 31.01 s |
doris-robot
commented
Jan 26, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
sollhui
commented
Jan 26, 2024
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jan 26, 2024
TPC-H: Total hot run time: 38966 ms |
doris-robot
commented
Jan 26, 2024
TPC-DS: Total hot run time: 175860 ms |
doris-robot
commented
Jan 26, 2024
ClickBench: Total hot run time: 30.64 s |
doris-robot
commented
Jan 26, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
sollhui
commented
Jan 27, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Jan 27, 2024
TPC-H: Total hot run time: 37404 ms |
doris-robot
commented
Jan 27, 2024
TPC-DS: Total hot run time: 173064 ms |
doris-robot
commented
Jan 27, 2024
ClickBench: Total hot run time: 31.15 s |
doris-robot
commented
Jan 27, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
sollhui
commented
Jan 27, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jan 27, 2024
TPC-H: Total hot run time: 38064 ms |
doris-robot
commented
Jan 27, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Jan 27, 2024
TPC-DS: Total hot run time: 173126 ms |
doris-robot
commented
Jan 27, 2024
ClickBench: Total hot run time: 30.11 s |
doris-robot
commented
Jan 27, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
sollhui
commented
Jan 28, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Jan 28, 2024
TPC-H: Total hot run time: 37733 ms |
doris-robot
commented
Jan 28, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Jan 28, 2024
TPC-DS: Total hot run time: 172596 ms |
doris-robot
commented
Jan 28, 2024
ClickBench: Total hot run time: 30.63 s |
doris-robot
commented
Jan 28, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
sollhui
commented
Jan 30, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
Uh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Jan 30, 2024
TPC-H: Total hot run time: 37390 ms |
doris-robot
commented
Jan 30, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Jan 30, 2024
TPC-DS: Total hot run time: 172986 ms |
doris-robot
commented
Jan 30, 2024
ClickBench: Total hot run time: 30.31 s |
doris-robot
commented
Jan 30, 2024
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
PR approved by at least one committer and no changes requested. |
Proposed changes
We meet occasional slow stream-load, ReadDataTimeMs is very fast but WriteDataTimeMs is too long, according to some logs, it can be inferred that data from receive to vtablet_writer is slow, but can not judge the root cause is the scanner slow or is it slow to receive data. Finally, finding the network is too slow, but it costs lots of time. Therefore, recording the time on receiving HTTP request is helpful to users to know why the load is slow.
Observability effect
bvar


logs
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...