Skip to content

Commit 3758cbb

Browse files
committed
Use the right version
1 parent b04449b commit 3758cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/features/InfrastructureFeatures.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class InfrastructureFeatures implements FeatureSpecification {
3131
* PREVIOUS | 8 | 9 | 10
3232
*
3333
* v9 knows about REST API 9 and 8. v10 knows about REST API 10 and 9.
34-
* A v10 node can join a v9 cluster, as the ES_V_9 feature known by v9 is assumed.
34+
* A v10 node can join a v9 cluster, as the ES_V_8 feature known by v9 is assumed.
3535
* But the v9 nodes don't know about ES_V_10, so that feature isn't active
3636
* on the v10 nodes until the cluster is fully upgraded,
3737
* at which point the ES_V_8 feature also disappears from the cluster.

0 commit comments

Comments
 (0)