[chore](be) TEST ONLY: add S3 read diagnostics#63107
Draft
Yukang-Lian wants to merge 1 commit intoapache:masterfrom
Draft
[chore](be) TEST ONLY: add S3 read diagnostics#63107Yukang-Lian wants to merge 1 commit intoapache:masterfrom
Yukang-Lian wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
3e95e3d to
b7612a5
Compare
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Add diagnostic logs and test-only config changes to capture S3 read context when GetObject fails or returns an unexpected length, helping debug AWS SDK response stream flush failures. This PR sets aws_log_level to Trace for test builds.
### Release note
None
### Check List (For Author)
- Test: Manual test
- Ran `git diff --check -- conf/be.conf be/src/io/fs/s3_file_reader.cpp be/src/io/fs/s3_obj_storage_client.cpp`.
- Attempted `./build.sh --be -j8`, but it failed before compiling the touched files because `/mnt/disk2/lianyukang/doris/thirdparty/installed/lib64/libaws-cpp-sdk-kinesis.a` is missing.
- Behavior changed: Yes. Test-only PR changes default `aws_log_level` in `conf/be.conf` from Error to Trace to collect AWS SDK logs.
- Does this need documentation: No
b7612a5 to
5cb9e82
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Add diagnostic logs and test-only config changes to capture S3 read context when GetObject fails or returns an unexpected length, helping debug AWS SDK response stream flush failures. This PR sets
aws_log_levelto Trace for test builds.Release note
None
Check List (For Author)
git diff --check -- conf/be.conf be/src/io/fs/s3_file_reader.cpp be/src/io/fs/s3_obj_storage_client.cpp../build.sh --be -j8, but it failed before compiling the touched files because/mnt/disk2/lianyukang/doris/thirdparty/installed/lib64/libaws-cpp-sdk-kinesis.ais missing.aws_log_levelinconf/be.conffrom Error to Trace to collect AWS SDK logs.