Skip to content

Commit

Permalink
fix: coordinator min shard chaos with max shard
Browse files Browse the repository at this point in the history
  • Loading branch information
RayHuangCN committed Mar 9, 2021
1 parent 89998fc commit 4d3aa87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 139 deletions.
2 changes: 1 addition & 1 deletion cmd/kvass/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ distribution targets to shards`,
cd = coordinator.NewCoordinator(
gm,
cdCfg.shardMaxSeries,
cdCfg.shardMinShard,
cdCfg.shardMaxShard,
cdCfg.shardMinShard,
cdCfg.shardMaxIdleTime,
cdCfg.syncInterval,
func() string {
Expand Down
Loading

0 comments on commit 4d3aa87

Please sign in to comment.