deardeng commented on code in PR #59776:
URL: https://github.com/apache/doris/pull/59776#discussion_r2684611143
##########
fe/fe-core/src/main/java/org/apache/doris/catalog/CloudTabletStatMgr.java:
##########
@@ -63,9 +60,13 @@ public CloudTabletStatMgr() {
@Override
protected void runAfterCatalogReady() {
LOG.info("cloud tablet stat begin");
- long start = System.currentTimeMillis();
+ List<Long> dbIds = getAllTabletStats();
Review Comment:
这里要不 别传这样传dbids参数?看着有些奇怪
List<Long> dbIds = Env.getCurrentInternalCatalog().getDbIds();
getAllTabletStats(dbids);
updateStatInfo(dbids);
--
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]