Skip to content

Commit

Permalink
Update year in Notice file (#618)
Browse files Browse the repository at this point in the history
* Update year in Notice file
* Change use_new_tablet_scheduler default value
  • Loading branch information
lide-reed authored and morningman committed Feb 1, 2019
1 parent 0c864c4 commit 192c123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion fe/src/main/java/org/apache/doris/common/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 192c123

Please sign in to comment.