Skip to content

Commit

Permalink
Merge branch 'master' into disksing/resource-group-wait-config
Browse files Browse the repository at this point in the history
  • Loading branch information
disksing authored Apr 9, 2024
2 parents 50541ed + a1e957d commit 8d1b8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/cluster/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@ func (c *RaftCluster) updateProgress(storeID uint64, storeAddress, action string
switch action {
case removingAction:
progressName = encodeRemovingProgressKey(storeID)
opts = []progress.Option{progress.WindowDurationOption(c.coordinator.GetPatrolRegionsDuration())}
opts = []progress.Option{progress.WindowDurationOption(c.GetCoordinator().GetPatrolRegionsDuration())}
case preparingAction:
progressName = encodePreparingProgressKey(storeID)
}
Expand Down

0 comments on commit 8d1b8d4

Please sign in to comment.