xy720 commented on a change in pull request #3878:
URL: https://github.com/apache/incubator-doris/pull/3878#discussion_r443314263
##########
File path: be/src/exec/broker_reader.cpp
##########
@@ -155,6 +155,8 @@ Status BrokerReader::readat(int64_t position, int64_t
nbytes, int64_t* bytes_rea
return status;
}
+ LOG(DEBUG) << "send readat request to broker:" << broker_addr << "
position:" << position << ", read bytes length:" << nbytes;
Review comment:
Yes, it's confusing. Better named it as pread request.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]