diff --git a/pkg/config/config.go b/pkg/config/config.go index 585fa97629b..82c9dc38317 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -32,7 +32,7 @@ import ( const ( // NewReplicaImpl is true if we using new processor // new owner should be also switched on after it implemented - NewReplicaImpl = false + NewReplicaImpl = true // DefaultSortDir is the default value of sort-dir, it will be s sub directory of data-dir. DefaultSortDir = "/tmp/sorter" )