You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/11/26 09:33:13 UTC

[GitHub] [incubator-doris] lingbin opened a new issue #2300: Should not return if tablet is no longer exist in `StorageEngine::clear_transaction_task()`

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org