gavinchou commented on code in PR #54403:
URL: https://github.com/apache/doris/pull/54403#discussion_r2256863429
##########
cloud/src/recycler/checker.cpp:
##########
@@ -742,6 +742,7 @@ int InstanceChecker::do_inverted_check() {
butil::SplitString(obj_key, '/', &str);
// data/{tablet_id}/{rowset_id}_{seg_num}.dat
if (str.size() < 3) {
+ LOG(WARNING) << "split obj_key error, str.size() < 3, obj_key = "
<< obj_key;
Review Comment:
also print str.size() in log
--
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]