resize replication worker pool dynamically after config update (#11737)

This commit is contained in:
Poorna Krishnamoorthy
2021-03-09 02:56:42 -08:00
committed by GitHub
parent 209fe61dcc
commit 2f29719e6b
4 changed files with 95 additions and 70 deletions

View File

@@ -73,7 +73,6 @@ func init() {
},
})
globalReplicationState = newReplicationState()
globalTransitionState = newTransitionState()
console.SetColor("Debug", color.New())