gavinchou commented on code in PR #53468:
URL: https://github.com/apache/doris/pull/53468#discussion_r2225404073


##########
cloud/src/recycler/recycler.cpp:
##########
@@ -2648,6 +3235,11 @@ int InstanceRecycler::recycle_tmp_rowsets() {
             LOG(WARNING) << "failed to delete tmp rowset kv, instance_id=" << 
instance_id_;
             return -1;
         }
+        if (txn_remove(txn_kv_.get(), tmp_rowset_ref_count_keys) != 0) {
+            LOG(WARNING) << "failed to delete tmp rowset ref count kv, 
instance_id="

Review Comment:
   LOG some key info like some hex(key) add 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to