Skip to content

Commit

Permalink
for test
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 21658f6 commit 830426b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ 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 830426b

Please sign in to comment.