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

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 107b7b87eea [Enhancement](checker) Add more log for checker (#51951)
107b7b87eea is described below

commit 107b7b87eeaf3682d042a1265e694472678b69dd
Author: abmdocrt <[email protected]>
AuthorDate: Thu Jun 26 22:26:29 2025 +0800

    [Enhancement](checker) Add more log for checker (#51951)
---
 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 3a687a3cee9..801b4f3a3be 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