Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Anshu Agarwal <[email protected]>
  • Loading branch information
Anshu Agarwal committed Jan 29, 2023
1 parent cd0e5f8 commit 296a62e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
public class IndexShardRoutingTable implements Iterable<ShardRouting> {

final ShardShuffler shuffler;
// Shuffler for weighted round-robin shard routing. This uses rotation to permute shards.
final ShardShuffler shufflerForWeightedRouting;
final ShardId shardId;

Expand Down

0 comments on commit 296a62e

Please sign in to comment.