mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Update disable assertion jvm args from bwc/mixed cluster setups. (#125074)
Remove `-da:org.elasticsearch.index.mapper.DocumentMapper` and `-da:org.elasticsearch.index.mapper.MapperService` from mixed cluster/bwc cluster setups. Given that #122606 is now backported to the 8.18 branch.
This commit is contained in:
parent
d9e751602d
commit
ae16016290
7 changed files with 7 additions and 7 deletions
|
@ -30,7 +30,7 @@ public class MixedClusterDownsampleRestIT extends ESClientYamlSuiteTestCase {
|
|||
.setting("xpack.security.enabled", "false")
|
||||
.setting("xpack.license.self_generated.type", "trial");
|
||||
|
||||
if (oldVersion.before(Version.fromString("9.1.0"))) {
|
||||
if (oldVersion.before(Version.fromString("8.18.0"))) {
|
||||
cluster.jvmArg("-da:org.elasticsearch.index.mapper.DocumentMapper");
|
||||
cluster.jvmArg("-da:org.elasticsearch.index.mapper.MapperService");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue