yiguolei commented on issue #1751: Active rowset is garbage collected
URL: 
https://github.com/apache/incubator-doris/issues/1751#issuecomment-528691857
 
 
   During publish version stage, it will first add rowset meta to tablet meta 
and then remove it from rowset meta manager.  If we check tablet meta first and 
then check rowset meta using 2 step unlocked the sequence maybe: 1. check in 
tablet meta [return false]  2. add to tablet meta  3. remove from rowset meta 
manager 4. check in rowset meta manager return false. so that the rowset maybe 
checked return false it means it is useless and will be treated as a garbage.

----------------------------------------------------------------
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: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to