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 6758723 commit 21de2d2Copy full SHA for 21de2d2
x-pack/plugin/migrate/src/main/java/org/elasticsearch/xpack/migrate/action/ReindexDataStreamAction.java
@@ -39,11 +39,6 @@ public class ReindexDataStreamAction extends ActionType<ReindexDataStreamAction.
39
public static final ParseField SOURCE_FIELD = new ParseField("source");
40
public static final ParseField INDEX_FIELD = new ParseField("index");
41
42
- /*
43
- * The version before which we do not support writes in the _next_ major version of Elasticsearch. For example, Elasticsearch 10.x will
44
- * not support writing to indices created before version 9.0.0.
45
- */
46
-
47
public ReindexDataStreamAction() {
48
super(NAME);
49
}
0 commit comments