|
64 | 64 | import org.elasticsearch.core.Nullable; |
65 | 65 | import org.elasticsearch.core.PathUtils; |
66 | 66 | import org.elasticsearch.core.TimeValue; |
67 | | -import org.elasticsearch.core.UpdateForV9; |
| 67 | +import org.elasticsearch.core.UpdateForV10; |
68 | 68 | import org.elasticsearch.features.NodeFeature; |
69 | 69 | import org.elasticsearch.health.node.selection.HealthNode; |
70 | 70 | import org.elasticsearch.index.IndexSettings; |
@@ -1993,11 +1993,12 @@ protected static boolean indexExists(RestClient client, String index) throws IOE |
1993 | 1993 | } |
1994 | 1994 |
|
1995 | 1995 | /** |
1996 | | - * Deprecation message emitted since 7.12.0 for the rest of the 7.x series. Can be removed in v9 since it is not |
1997 | | - * emitted in v8. Note that this message is also permitted in certain YAML test cases, it can be removed there too. |
1998 | | - * See https://github.com/elastic/elasticsearch/issues/66419 for more details. |
| 1996 | + * Deprecation message emitted since 7.12.0 for the rest of the 7.x series. Can be removed in v10 since it is not |
| 1997 | + * emitted in v8 or v9 and N-2 versions are now supported. |
| 1998 | + * Note that this message is also permitted in certain YAML test cases, it can be removed there too. |
| 1999 | + * See https://github.com/elastic/elasticsearch/issues/66419 and https://github.com/elastic/elasticsearch/pull/119594 for more details. |
1999 | 2000 | */ |
2000 | | - @UpdateForV9(owner = UpdateForV9.Owner.DATA_MANAGEMENT) |
| 2001 | + @UpdateForV10(owner = UpdateForV10.Owner.DISTRIBUTED_COORDINATION) |
2001 | 2002 | private static final String WAIT_FOR_ACTIVE_SHARDS_DEFAULT_DEPRECATION_MESSAGE = "the default value for the ?wait_for_active_shards " |
2002 | 2003 | + "parameter will change from '0' to 'index-setting' in version 8; specify '?wait_for_active_shards=index-setting' " |
2003 | 2004 | + "to adopt the future default behaviour, or '?wait_for_active_shards=0' to preserve today's behaviour"; |
|
0 commit comments