csun5285 commented on code in PR #45449:
URL: https://github.com/apache/doris/pull/45449#discussion_r1886207012


##########
cloud/src/meta-service/meta_service_tablet_stats.cpp:
##########
@@ -148,8 +149,10 @@ int get_detached_tablet_stats(const 
std::vector<std::pair<std::string, std::stri
     }
 
     if (unexpected_size) {
-        LOG_EVERY_N(WARNING, 100) << "unexpected tablet stats_kvs, it should 
be 1 or 2 or 5, size="
-                                  << stats_kvs.size() << " suffix=" << 
ss.str();
+        DCHECK(false);

Review Comment:
   ok



-- 
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