liaoxin01 commented on code in PR #45813: URL: https://github.com/apache/doris/pull/45813#discussion_r1897877112
########## be/src/runtime/load_stream.h: ########## @@ -79,6 +79,7 @@ class TabletStream { RuntimeProfile::Counter* _add_segment_timer = nullptr; RuntimeProfile::Counter* _close_wait_timer = nullptr; LoadStreamMgr* _load_stream_mgr = nullptr; + std::shared_ptr<FlushTokens> _flush_tokens; Review Comment: It would be better to use one flush token for one tablet. -- 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