From 192c1237de346379338035684784900a772d20c0 Mon Sep 17 00:00:00 2001 From: lide Date: Fri, 1 Feb 2019 16:01:07 +0800 Subject: [PATCH] Update year in Notice file (#618) * Update year in Notice file * Change use_new_tablet_scheduler default value --- NOTICE.txt | 2 +- fe/src/main/java/org/apache/doris/common/Config.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index e9d9af1ad2579e..72255aa3a98901 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Apache Doris (incubating) -Copyright 2018 The Apache Software Foundation +Copyright 2019 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/fe/src/main/java/org/apache/doris/common/Config.java b/fe/src/main/java/org/apache/doris/common/Config.java index 0a6b560b14fd7a..8cf5fdd204ef94 100644 --- a/fe/src/main/java/org/apache/doris/common/Config.java +++ b/fe/src/main/java/org/apache/doris/common/Config.java @@ -729,7 +729,7 @@ public class Config extends ConfigBase { * if set to true, 'disable_colocate_join' must be set to true. * Because the new TabeltScheduler can not handle tablet repair for colocate tables. */ - @ConfField public static boolean use_new_tablet_scheduler = false; + @ConfField public static boolean use_new_tablet_scheduler = true; /* * the threshold of cluster balance score, if a backend's load score is 10% lower than average score,