Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
Signed-off-by: LLThomas <zs033@qq.com>
  • Loading branch information
LLThomas committed Aug 18, 2022
1 parent 830426b commit ad34dfc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ func (c *RaftCluster) Start(s Server) error {
c.regionStats = statistics.NewRegionStatistics(c.opt, c.ruleManager, c.storeConfigManager)
c.limiter = NewStoreLimiter(s.GetPersistOptions())

c.coordinator.cluster.regionStats = c.regionStats

c.wg.Add(8)
go c.runCoordinator()
go c.runMetricsCollectionJob()
Expand Down

0 comments on commit ad34dfc

Please sign in to comment.