SWJTU-ZhangLei commented on code in PR #38243: URL: https://github.com/apache/doris/pull/38243#discussion_r1733771142
########## cloud/src/recycler/recycler.cpp: ########## @@ -1222,6 +1309,10 @@ int InstanceRecycler::recycle_tablets(int64_t table_id, int64_t index_id, int64_ int ret = scan_and_recycle(tablet_key_begin, tablet_key_end, std::move(recycle_func), std::move(loop_done)); + if (ret != 0) { + LOG(WARNING) << "failed to scan_and_recycle, instance_id=" << instance_id_; Review Comment: in the internal call `func`, it has printed more detail log when `ret != 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