-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[opt](storage) Add log and metric when aws/azure sdk do retry operation #51485
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?
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
84f6b3d
to
4f5bbf2
Compare
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 33946 ms
|
TPC-DS: Total hot run time: 193342 ms
|
ClickBench: Total hot run time: 28.66 s
|
run buildall |
* Print azure sdk log to `be.INFO` * Set aws_log_level=3 (WARN) and azure_log_level=2 (Warning) by default, because when request failed, we don't know what happened in previously * Set azure MaxRetries equal to config::max_s3_client_retry(10)
2dd7859
to
62ab352
Compare
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 33984 ms
|
TPC-DS: Total hot run time: 193657 ms
|
ClickBench: Total hot run time: 29.48 s
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 34103 ms
|
TPC-DS: Total hot run time: 192999 ms
|
ClickBench: Total hot run time: 29.01 s
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
be.INFO
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)