-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] TransportGetAutoscalingCapacityActionIT.testCurrentCapacity fails #67089
Comments
Pinging @elastic/es-distributed (Team:Distributed) |
This turns out to be a java bug against debian 8 (have not ruled out that it could not happen on other distros). It is fixed in java 15. Following small program can demonstrate the issue:
Resulting in https://hg.openjdk.java.net/jdk/jdk/rev/ad9525a5d546#l4.127 The problem occurs when some cgroup subsystem is detected but there is no memory subsystem. Whether this only occurs on debian 8 or also on other kernels is unknown at present. Will fix the test to skip being run for debian-8 and java versions prior to 15. Notice that cgroups are detected also when not running in a container, but the cgroups are then typically unlimited. |
Prior to java 15, ES running on debian 8 will report 0 memory of host, therefore this test cannot run on debian 8. Relates elastic#67089
Prior to java 15, ES running on debian 8 will report 0 memory of host, therefore this test cannot run on debian 8. Relates #67089
Prior to java 15, ES running on debian 8 will report 0 memory of host, therefore this test cannot run on debian 8. Relates #67089
Prior to java 15, ES running on debian 8 will report 0 memory of host, therefore this test cannot run on debian 8. Relates #67089
Disabled this test for java versions prior to 15 when running on debian 8 - autoscaling will not need debian 8 support (and always run in containers anyway). Leaving this issue open for the test to have been run on all platforms before closing. |
The test remained stable, closing this issue. |
The test
TransportGetAutoscalingCapacityActionIT.testCurrentCapacity
failed today on 7.x.Build scan:
https://gradle-enterprise.elastic.co/s/nhhgubn2rakko
Repro line:
Reproduces locally?:
No
Applicable branches:
7.x
Failure history:
Failed once today.
Failure excerpt:
The text was updated successfully, but these errors were encountered: