Skip to content

Commit

Permalink
Adjust GetSnapshotsRequest BwC Serialization after Backport (#77019)
Browse files Browse the repository at this point in the history
Once #77018 is merged, we can merge this to enabled the new sort columns
in 7.16+.
  • Loading branch information
original-brownbear authored Aug 30, 2021
1 parent 48f3784 commit 111100e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class GetSnapshotsRequest extends MasterNodeRequest<GetSnapshotsRequest>

public static final Version NUMERIC_PAGINATION_VERSION = Version.V_7_15_0;

private static final Version SORT_BY_SHARD_COUNTS_VERSION = Version.V_8_0_0;
private static final Version SORT_BY_SHARD_COUNTS_VERSION = Version.V_7_16_0;

public static final int NO_LIMIT = -1;

Expand Down

0 comments on commit 111100e

Please sign in to comment.