Uh oh!
There was an error while loading. Please reload this page.
[fix](S3FileWriter) Fix boundary issue when multipart upload - #43037
Conversation
doris-robot
commented
Oct 31, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
When the file data size is a multiple of config::s3_write_buffer_size, number of parts may exceed the actual number of parts that need to be uploaded. This is because it is incremented by 1 in advance within the S3FileWriter::appendv method.
d307e67 to
6266e36Comparegavinchou
commented
Oct 31, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Oct 31, 2024
TPC-H: Total hot run time: 41684 ms |
doris-robot
commented
Oct 31, 2024
TeamCity be ut coverage result: |
doris-robot
commented
Oct 31, 2024
TPC-DS: Total hot run time: 196305 ms |
doris-robot
commented
Oct 31, 2024
ClickBench: Total hot run time: 32.59 s |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
When the file data size is a multiple of config::s3_write_buffer_size, number of parts may exceed the actual number of parts that need to be uploaded. This is because it is incremented by 1 in advance within the S3FileWriter::appendv method.
…43037) When the file data size is a multiple of config::s3_write_buffer_size, number of parts may exceed the actual number of parts that need to be uploaded. This is because it is incremented by 1 in advance within the S3FileWriter::appendv method.
When the file data size is a multiple of config::s3_write_buffer_size, number of parts may exceed the actual number of parts that need to be uploaded. This is because it is incremented by 1 in advance within the S3FileWriter::appendv method.