Update year in Notice file (#618)

* Update year in Notice file
* Change use_new_tablet_scheduler default value
This commit is contained in:
lide
2019-02-01 16:01:07 +08:00
committed by Mingyu Chen
parent 0c864c47f8
commit 192c1237de
2 changed files with 2 additions and 2 deletions

View File

@ -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/).

View File

@ -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,