TangSiyang2001 commented on code in PR #28552:
URL: https://github.com/apache/doris/pull/28552#discussion_r1429726218


##########
be/src/runtime/tablets_channel.cpp:
##########
@@ -589,9 +573,30 @@ void BaseTabletsChannel::_add_broken_tablet(int64_t 
tablet_id) {
     _broken_tablets.insert(tablet_id);
 }
 
-bool BaseTabletsChannel::_is_broken_tablet(int64_t tablet_id) {
+void BaseTabletsChannel::_build_tablet_to_rowidxs(

Review Comment:
   nope, class member used in BaseTabletsChannel::_build_tablet_to_rowidxs



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