Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangbo committed Nov 1, 2024
1 parent 99e4e7f commit ff143b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java
Original file line number Diff line number Diff line change
Expand Up @@ -1845,9 +1845,9 @@ protected void startMasterOnlyDaemonThreads() {
WorkloadSchedPolicyPublisher wpPublisher = new WorkloadSchedPolicyPublisher(this);
topicPublisherThread.addToTopicPublisherList(wpPublisher);
topicPublisherThread.start();
if (!FeConstants.runningUnitTest) {
new CreateInternalWorkloadGroupThread().start();
}
// if (!FeConstants.runningUnitTest) {
// new CreateInternalWorkloadGroupThread().start();
// }

// auto analyze related threads.
statisticsCleaner.start();
Expand Down

0 comments on commit ff143b8

Please sign in to comment.