elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.09k stars 24.83k forks source link

[CI] CustomLoggingConfigIT testSuccessfulStartupWithCustomConfig failing #111431

Open elasticsearchmachine opened 3 months ago

elasticsearchmachine commented 3 months ago

Build Scans:

Reproduction Line:

./gradlew ":qa:logging-config:javaRestTest" --tests "org.elasticsearch.common.logging.CustomLoggingConfigIT.testSuccessfulStartupWithCustomConfig" -Dtests.seed=CCEA7ED752C5D44D -Dtests.locale=sat-IN -Dtests.timezone=Europe/Warsaw -Druntime.java=23

Applicable branches: 8.x

Reproduces locally?: N/A

Failure History: See dashboard&_a=(controlGroupState:(initialChildControlState:('0c0c9cb8-ccd2-45c6-9b13-96bac4abc542':(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,fieldName:task.keyword,order:0,selectedOptions:!(),title:'GradleTask',type:optionsListControl),'4e6ad9d6-6fdc-4fcc-bf1a-aa6ca79e0850':(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,fieldName:className.keyword,order:1,selectedOptions:!(org.elasticsearch.common.logging.CustomLoggingConfigIT),title:'Suite',type:optionsListControl),'144933da-5c1b-4257-a969-7f43455a7901':(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,fieldName:name.keyword,order:2,selectedOptions:!(testSuccessfulStartupWithCustomConfig),title:'Test',type:optionsListControl)))))

Failure Message:

org.elasticsearch.client.ResponseException: method [GET], host [http://127.0.0.1:33789], URI [_cluster/health?wait_for_events=languid], status line [HTTP/1.1 408 Request Timeout]
{"cluster_name":"javaRestTest","status":"green","timed_out":true,"number_of_nodes":1,"number_of_data_nodes":1,"active_primary_shards":0,"active_shards":0,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":0,"unassigned_primary_shards":0,"delayed_unassigned_shards":0,"number_of_pending_tasks":106,"number_of_in_flight_fetch":0,"task_max_waiting_in_queue_millis":32619,"active_shards_percent_as_number":100.0}

Issue Reasons:

Note: This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

elasticsearchmachine commented 3 months ago

Pinging @elastic/es-core-infra (Team:Core/Infra)

prdoyle commented 3 months ago

Tried it on my laptop. First run passed.

prdoyle commented 3 months ago

Rerunning in buildkite.

prdoyle commented 3 months ago

The re-run failed with a different symptom.

rjernst commented 3 months ago

Same as https://github.com/elastic/elasticsearch/issues/111662, the test passed, but while wiping the cluster the health api timed out, so reassigning to data management.

elasticsearchmachine commented 3 months ago

Pinging @elastic/es-data-management (Team:Data Management)