We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04449b commit 3758cbbCopy full SHA for 3758cbb
server/src/main/java/org/elasticsearch/features/InfrastructureFeatures.java
@@ -31,7 +31,7 @@ public class InfrastructureFeatures implements FeatureSpecification {
31
* PREVIOUS | 8 | 9 | 10
32
*
33
* 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.
+ * A v10 node can join a v9 cluster, as the ES_V_8 feature known by v9 is assumed.
35
* But the v9 nodes don't know about ES_V_10, so that feature isn't active
36
* on the v10 nodes until the cluster is fully upgraded,
37
* at which point the ES_V_8 feature also disappears from the cluster.
0 commit comments