kaijchen commented on code in PR #33006:
URL: https://github.com/apache/doris/pull/33006#discussion_r1544046628


##########
be/src/vec/sink/vtablet_sink.cpp:
##########
@@ -852,6 +852,10 @@ void VNodeChannel::cancel(const std::string& cancel_msg) {
     // But do we need brpc::StartCancel(call_id)?
     _cancel_with_msg(cancel_msg);
 
+    if (_stub == nullptr) {

Review Comment:
   This was initially fixed in #30915 and later changed in #33006.
   There is no more additional information in the latest Jira CIR-8301.



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