File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
server/src/main/java/org/elasticsearch/index/store Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ tasks.register("verifyVersions") {
140140 * after the backport of the backcompat code is complete.
141141 */
142142
143- boolean bwc_tests_enabled = false
143+ boolean bwc_tests_enabled = true
144144// place a PR link here when committing bwc changes:
145- String bwc_tests_disabled_issue = " https://github.com/elastic/elasticsearch/pull/77695 "
145+ String bwc_tests_disabled_issue = " "
146146/*
147147 * FIPS 140-2 behavior was fixed in 7.11.0. Before that there is no way to run elasticsearch in a
148148 * 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 2828public class StoreFileMetadata implements Writeable {
2929
3030 public static final BytesRef UNAVAILABLE_WRITER_UUID = new BytesRef ();
31- private static final org .elasticsearch .Version WRITER_UUID_MIN_VERSION = org .elasticsearch .Version .V_8_0_0 ;
31+ private static final org .elasticsearch .Version WRITER_UUID_MIN_VERSION = org .elasticsearch .Version .V_7_16_0 ;
3232
3333 private final String name ;
3434
You can’t perform that action at this time.
0 commit comments