This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 43debf955f5 branch-3.1: [Enhancement](checker) Add more log for 
checker #51951 (#52388)
43debf955f5 is described below

commit 43debf955f5a79147fcb69e002fcd1b21f18b096
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 27 10:42:08 2025 +0800

    branch-3.1: [Enhancement](checker) Add more log for checker #51951 (#52388)
    
    Cherry-picked from #51951
    
    Co-authored-by: abmdocrt <[email protected]>
---
 cloud/src/recycler/checker.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cloud/src/recycler/checker.cpp b/cloud/src/recycler/checker.cpp
index 94b57d74d84..226c38c867c 100644
--- a/cloud/src/recycler/checker.cpp
+++ b/cloud/src/recycler/checker.cpp
@@ -563,7 +563,8 @@ int InstanceChecker::do_check() {
             }
             data_loss = true;
             TEST_SYNC_POINT_CALLBACK("InstanceChecker.do_check1", &path);
-            LOG(WARNING) << "object not exist, path=" << path << " key=" << 
hex(key);
+            LOG(WARNING) << "object not exist, path=" << path
+                         << ", rs_meta=" << rs_meta.ShortDebugString() << " 
key=" << hex(key);
         }
 
         std::vector<std::pair<int64_t, std::string>> index_ids;


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

Reply via email to