HappenLee commented on code in PR #20511:
URL: https://github.com/apache/doris/pull/20511#discussion_r1222416881


##########
be/src/vec/sink/vdata_stream_sender.h:
##########
@@ -437,6 +438,8 @@ class PipChannel final : public Channel {
     // rpc (or OK if there wasn't one that hasn't been reported yet).
     // if batch is nullptr, send the eof packet
     Status send_block(PBlock* block, bool eos = false) override {
+        SCOPED_TIMER(_parent->_brpc_send_timer);

Review Comment:
   remove the timer 



-- 
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]

Reply via email to