Skip to content

Commit 864ad3d

Browse files
committed
Adjust serialization ver. after backport of elastic#77151
This commit adjusts the serialization version and re-enabled BWC tests following the backport of elastic#77151.
1 parent 5530799 commit 864ad3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/cluster/metadata/SingleNodeShutdownMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class SingleNodeShutdownMetadata extends AbstractDiffable<SingleNodeShutd
3535
ToXContentObject,
3636
Diffable<SingleNodeShutdownMetadata> {
3737

38-
public static final Version REPLACE_SHUTDOWN_TYPE_ADDED_VERSION = Version.V_8_0_0;
38+
public static final Version REPLACE_SHUTDOWN_TYPE_ADDED_VERSION = Version.V_7_16_0;
3939

4040
public static final ParseField NODE_ID_FIELD = new ParseField("node_id");
4141
public static final ParseField TYPE_FIELD = new ParseField("type");

0 commit comments

Comments
 (0)