Revert "[improvement](statistics)Return -1 to neredis if report olap table row count for new table is not done for all tablets. (#40457)" (#40616)
Reverts apache/doris#40540
This commit is contained in:
@ -1035,7 +1035,6 @@ void TabletManager::build_all_report_tablets_info(std::map<TTabletId, TTablet>*
|
||||
t_tablet_stat.__set_row_count(tablet_info.row_count);
|
||||
t_tablet_stat.__set_total_version_count(tablet_info.total_version_count);
|
||||
t_tablet_stat.__set_visible_version_count(tablet_info.visible_version_count);
|
||||
t_tablet_stat.__set_visible_version(tablet_info.version);
|
||||
};
|
||||
for_each_tablet(handler, filter_all_tablets);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user