Update year in Notice file (#618)
* Update year in Notice file * Change use_new_tablet_scheduler default value
This commit is contained in:
@ -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/).
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user