This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch opt_dict_perf
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/opt_dict_perf by this push:
     new 396b6fcdd2 f
396b6fcdd2 is described below

commit 396b6fcdd2cfcd3e30466721634572bc00ff6cf7
Author: yiguolei <[email protected]>
AuthorDate: Tue Mar 14 10:58:59 2023 +0800

    f
---
 fe/fe-core/src/main/java/org/apache/doris/catalog/TabletStatMgr.java | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/catalog/TabletStatMgr.java 
b/fe/fe-core/src/main/java/org/apache/doris/catalog/TabletStatMgr.java
index 1c12a398e3..eb6e7dd83d 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/catalog/TabletStatMgr.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/catalog/TabletStatMgr.java
@@ -49,10 +49,9 @@ public class TabletStatMgr extends MasterDaemon {
         super("tablet stat mgr", Config.tablet_stat_update_interval_second * 
1000);
     }
 
-    @Override
-    protected void runAfterCatalogReady() {}
+    protected void runAfterCatalogReady2() {}
     
-    protected void runAfterCatalogReady2() {
+    protected void runAfterCatalogReady() {
         ImmutableMap<Long, Backend> backends = 
Env.getCurrentSystemInfo().getIdToBackend();
         long start = System.currentTimeMillis();
         taskPool.submit(() -> {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to