File tree 2 files changed +3
-4
lines changed
server/src/main/java/org/elasticsearch/indices/recovery 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,9 @@ tasks.register("verifyVersions") {
132
132
* after the backport of the backcompat code is complete.
133
133
*/
134
134
135
- boolean bwc_tests_enabled = false
135
+ boolean bwc_tests_enabled = true
136
136
// place a PR link here when committing bwc changes:
137
- String bwc_tests_disabled_issue = " https://github.com/elastic/elasticsearch/pull/77420 "
137
+ String bwc_tests_disabled_issue = " "
138
138
/*
139
139
* FIPS 140-2 behavior was fixed in 7.11.0. Before that there is no way to run elasticsearch in a
140
140
* JVM that is properly configured to be in fips mode with BCFIPS. For now we need to disable
Original file line number Diff line number Diff line change 30
30
31
31
public class RecoverySettings {
32
32
public static final Version SNAPSHOT_RECOVERIES_SUPPORTED_VERSION = Version .V_7_15_0 ;
33
- // TODO: update after backport
34
- public static final Version SEQ_NO_SNAPSHOT_RECOVERIES_SUPPORTED_VERSION = Version .V_8_0_0 ;
33
+ public static final Version SEQ_NO_SNAPSHOT_RECOVERIES_SUPPORTED_VERSION = Version .V_7_16_0 ;
35
34
36
35
private static final Logger logger = LogManager .getLogger (RecoverySettings .class );
37
36
You can’t perform that action at this time.
0 commit comments