zhannngchen commented on code in PR #14218: URL: https://github.com/apache/doris/pull/14218#discussion_r1020729583
########## be/src/runtime/load_channel.h: ########## @@ -64,7 +64,7 @@ class LoadChannel { // The method will not return until the chosen tablet channels finished memtable // flush. template <typename TabletWriterAddResult> - Status handle_mem_exceed_limit(TabletWriterAddResult* response); + void handle_mem_exceed_limit(TabletWriterAddResult* response); Review Comment: remove the parameter `response` as well, it's useless now -- 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