yiguolei commented on code in PR #45375:
URL: https://github.com/apache/doris/pull/45375#discussion_r1944150431
##########
be/src/pipeline/exec/exchange_sink_operator.cpp:
##########
@@ -53,10 +66,14 @@ Status ExchangeSinkLocalState::init(RuntimeState* state,
LocalSinkStateInfo& inf
SCOPED_TIMER(_init_timer);
_sender_id = info.sender_id;
+ _enqueue_blocks_counter = ADD_COUNTER(_profile, "EnqueueRows",
TUnit::UNIT);
Review Comment:
这几个counter 跟我们每个local state 默认带的rows input和blocks input 之类的有什么区别?
--
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]