Skip to content

Commit

Permalink
disable witness related schedulers by default
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <rleungx@gmail.com>
  • Loading branch information
rleungx committed Jan 25, 2024
1 parent 9a82b47 commit 4416f65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/schedule/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,9 +553,7 @@ type SchedulerConfig struct {
var DefaultSchedulers = SchedulerConfigs{
{Type: "balance-region"},
{Type: "balance-leader"},
{Type: "balance-witness"},
{Type: "hot-region"},
{Type: "transfer-witness-leader"},
{Type: "evict-slow-store"},
}

Expand Down

0 comments on commit 4416f65

Please sign in to comment.