File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ Each index consists of a fixed number of primary shards. The number of primary s
201201primary shard can have zero-to-many replicas used for data redundancy. The number of replicas per shard can be changed dynamically.
202202
203203The allocation assignment status of each shard copy is tracked by its [ ShardRoutingState] [ ] . The ` RoutingTable ` and ` RoutingNodes ` objects
204- are responsible for tracking to which data nodes each shard in the cluster is allocated: see the [ routing package javadoc] [ ] for more
204+ are responsible for tracking the data nodes to which each shard in the cluster is allocated: see the [ routing package javadoc] [ ] for more
205205details about these structures.
206206
207207[ routing package javadoc ] : https://github.com/elastic/elasticsearch/blob/v9.0.0-beta1/server/src/main/java/org/elasticsearch/cluster/routing/package-info.java
You can’t perform that action at this time.
0 commit comments