zhannngchen commented on code in PR #14218:
URL: https://github.com/apache/doris/pull/14218#discussion_r1020777257


##########
be/src/runtime/tablets_channel.cpp:
##########
@@ -219,7 +218,7 @@ Status 
TabletsChannel::reduce_mem_usage(TabletWriterAddResult* response) {
         if (_state == kFinished) {
             // TabletsChannel is closed without LoadChannel's lock,
             // therefore it's possible for reduce_mem_usage() to be called 
right after close()
-            return _close_status;
+            return;

Review Comment:
   Add a log here? this case should not happen frequently



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

Reply via email to