From d1fc0c165c88cc0734395079b2b4043190bd982f Mon Sep 17 00:00:00 2001 From: Neil Shen Date: Wed, 23 Jun 2021 21:27:53 +0800 Subject: [PATCH] config: enable new owner Signed-off-by: Neil Shen --- pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )