gavinchou commented on code in PR #53468: URL: https://github.com/apache/doris/pull/53468#discussion_r2222911033
########## cloud/test/recycler_test.cpp: ########## @@ -1159,6 +1258,107 @@ TEST(RecyclerTest, recycle_tablet) { ASSERT_EQ(it->size(), 0); } +TEST(RecyclerTest, recycle_tablet_with_rowset_ref_count) { Review Comment: 需要构造 一些并发场景的cornercase, 比如 多个回收 同时去减 ref count 都为0 预期冲突的情况 -- 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