Christoph Büscher

Results 27 comments of Christoph Büscher
trafficstars

Actually, scratch that, the above failure has some weird painless script errors in the logs, I'll open a new issue.

This one looks related https://gradle-enterprise.elastic.co/s/kxx7lbvti6dii/tests/task/:server:internalClusterTest/details/org.elasticsearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT/testRestoreSnapshotAllocationDoesNotExceedWatermarkWithMultipleShards?top-execution=1

@S-Dragon0302 Would you please let us know what the problem is you are encountering? I'm going to remove the "bug" label for now as I don't see whats missing. Also...

Test history suggests this test suite has been flaky on 8.19 (8.x) and main [since the end of march](https://es-delivery-stats.elastic.dev/app/dashboards#/view/dcec9e60-72ac-11ee-8f39-55975ded9e63?_g=(filters:!(),refreshInterval:(pause:!t,value:60000),time:(from:now-4M,to:now))) All test methods are, symptoms seem to be timeouts, `java.lang.AssertionError: java.lang.IllegalStateException:...

One of the very early ones from March 31st already show Leak issues related to "testSortMixedFieldTypes" https://gradle-enterprise.elastic.co/s/aqlr4gxvmas4o Will spot-check some others to be sure this is a main cause

All failures I spot checked had either a Leak message with access in "testSortMixedFieldTypes" or a `java.lang.IllegalStateException: Attempted to close with partial reduce in-flight` in "testSortMixedFieldTypes" in the logs somewhere,...

I spent some more time with this on Friday but unfortunately haven't gotten closer to a reproduction or solution. Some findings and a few theories I haven't been able to...

> This has been muted on branch main Unmuted in #130755 to collect more information on failure circumstances

Latest one today on main https://gradle-enterprise.elastic.co/s/inmlbv6wwdjju/tests/overview?outcome=FAILED

Two more on main today: https://gradle-enterprise.elastic.co/s/3nbviyla7vzbg/tests/task/:server:internalClusterTest/details/org.elasticsearch.search.sort.FieldSortIT/testFieldAliasesWithMissingValues?top-execution=1 https://gradle-enterprise.elastic.co/s/ddpnsvs4mcj5k/tests/task/:server:internalClusterTest/details/org.elasticsearch.search.sort.FieldSortIT/testIssue8226?top-execution=1 In order to understand the race condition this apparently is I think we need logging about were exactly the _expected_ exceptions for the...