lingbin opened a new issue #2300: Should not return if tablet is no longer exist in `StorageEngine::clear_transaction_task()` URL: https://github.com/apache/incubator-doris/issues/2300 https://github.com/apache/incubator-doris/blob/78cee0050d2c689b418324aed415daca0453c3f4/be/src/olap/storage_engine.cpp#L496-L504 The above code is in `StorageEngine::clear_transaction_task()`. When it encounters a non-existent tablet, it quits early. This is incorrect, because it may be that this tablet no longer exists (e.g., be dropped), and other tablets and partitions still need to be processed.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org