-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Docs test cluster going out of memory on reference/mapping/types/geo-shape
docs
#30811
Comments
Pinging @elastic/es-search-aggs |
Pinging @elastic/es-core-infra |
It looks like contrary to the above stack trace this actually isn't to do with Lucene. The memory is beeing used by netty according to the heap dump obtained from the latest CI job: We suspect the problem might be due to 31251c9 (PR #30695) which would explain why we only see the OOMEs on master. I have raised #30813 which will revert the commit we believe is causing these OOMEs. |
fyi @colings86 I raised #30801 this morning. |
@danielmitterdorfer ah ok, maybe we should close this in favour of #30801 then, wdyt? |
Yeah, makes sense to me @colings86. |
Closing in favour of #30801 |
Build URLs:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+periodic/6353/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+release-tests/768/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+intake/1953/console
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=opensuse/2453/console
Test Class: org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT
The list of test methods that fail is always different but it seems that the follow geo_shape tests are always in the list:
The Out of memory error seems to be consistent across the builds:
The text was updated successfully, but these errors were encountered: