File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
server/src/main/java/org/elasticsearch/action/admin/indices/forcemerge Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -220,8 +220,8 @@ task verifyVersions {
220
220
* after the backport of the backcompat code is complete.
221
221
*/
222
222
223
- boolean bwc_tests_enabled = false
224
- final String bwc_tests_disabled_issue = " https://github.com/elastic/elasticsearch/pull/53372 " /* place a PR link here when committing bwc changes */
223
+ boolean bwc_tests_enabled = true
224
+ final String bwc_tests_disabled_issue = " " /* place a PR link here when committing bwc changes */
225
225
if (bwc_tests_enabled == false ) {
226
226
if (bwc_tests_disabled_issue. isEmpty()) {
227
227
throw new GradleException (" bwc_tests_disabled_issue must be set when bwc_tests_enabled == false" )
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public static final class Defaults {
56
56
private boolean onlyExpungeDeletes = Defaults .ONLY_EXPUNGE_DELETES ;
57
57
private boolean flush = Defaults .FLUSH ;
58
58
59
- private static final Version FORCE_MERGE_UUID_VERSION = Version .V_8_0_0 ;
59
+ private static final Version FORCE_MERGE_UUID_VERSION = Version .V_7_7_0 ;
60
60
61
61
/**
62
62
* Force merge UUID to store in the live commit data of a shard under
You can’t perform that action at this time.
0 commit comments