Backport the size-based index rollver to v6.1.0

Relates #27004
This commit is contained in:
Nhat 2017-11-04 20:09:40 -04:00
parent c7ce5a07f2
commit fd3fac9565
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ public class MaxSizeCondition extends Condition<ByteSizeValue> {
@Override
boolean includedInVersion(Version version) {
return version.onOrAfter(Version.V_7_0_0_alpha1);
return version.onOrAfter(Version.V_6_1_0);
}
@Override

View File

@ -2,8 +2,8 @@
"Rollover with max_size condition":
- skip:
version: " - 6.99.99"
reason: max_size condition is introduced in v7
version: " - 6.0.99"
reason: max_size condition is introduced in 6.1.0
# create index with alias and replica
- do: