gavinchou commented on code in PR #57519:
URL: https://github.com/apache/doris/pull/57519#discussion_r2480206868
##########
be/src/io/fs/s3_file_reader.h:
##########
@@ -65,6 +65,7 @@ class S3FileReader final : public FileReader {
int64_t too_many_request_err_counter = 0;
int64_t too_many_request_sleep_time_ms = 0;
int64_t total_bytes_read = 0;
+ int64_t total_get_request_time = 0;
Review Comment:
命名加上单位 秒 毫秒 微秒
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]