ByteYue commented on code in PR #14425: URL: https://github.com/apache/doris/pull/14425#discussion_r1031193212
########## be/src/exec/tablet_sink.cpp: ########## @@ -503,6 +516,8 @@ void NodeChannel::try_send_batch(RuntimeState* state) { // tablet_ids has already set when add row request.set_packet_seq(_next_packet_seq); + LOG(INFO) << "try to send " << row_batch->num_rows() << " row to " << this->_node_id Review Comment: Already delete this line along with a lot of useless log lines -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org