gavinchou commented on code in PR #54403:
URL: https://github.com/apache/doris/pull/54403#discussion_r2256869386
##########
cloud/src/recycler/checker.cpp:
##########
@@ -1340,13 +1351,21 @@ int
InstanceChecker::check_inverted_index_file_storage_format_v1(
if (!rowset_index_cache_v1.segment_ids.contains(segment_id)) {
// Garbage data leak
- LOG(WARNING) << "rowset should be recycled, key=" << file_path;
+ // clang-format off
+ LOG(WARNING) << "rowset_index_cache_v1.segment_ids don't contains
segment_id, rowset should be recycled,"
+ << " key=" << file_path
+ << " segment_id:" << segment_id;
Review Comment:
segment_id=
keep log format consistent
--
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]