elastic / elasticsearch

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

[CI] S3BlobContainerRetriesTests testReadRetriesAfterMeaningfulProgress failing #116543

Closed elasticsearchmachine closed 2 days ago

elasticsearchmachine commented 3 days ago

Build Scans:

Reproduction Line:

./gradlew ':modules:repository-s3:test' --tests "org.elasticsearch.repositories.s3.S3BlobContainerRetriesTests.testReadRetriesAfterMeaningfulProgress" -Dtests.seed=B3905FCE37BA801F -Dtests.locale=ar-EH -Dtests.timezone=America/Los_Angeles -Druntime.java=23

Applicable branches: 8.15

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.repositories.s3.S3BlobContainerRetriesTests),title:'Suite',type:optionsListControl),'144933da-5c1b-4257-a969-7f43455a7901':(dataViewId:fbbdc689-be23-4b3d-8057-aa402e9ed0c5,fieldName:name.keyword,order:2,selectedOptions:!(testReadRetriesAfterMeaningfulProgress),title:'Test',type:optionsListControl)))))

Failure Message:

com.amazonaws.SdkClientException: Unable to execute HTTP request: The target server failed to respond

Issue Reasons:

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

elasticsearchmachine commented 3 days ago

Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination)

ywangd commented 2 days ago

Similar to https://github.com/elastic/elasticsearch/issues/115583. Will backport the fix #115177

ywangd commented 2 days ago

https://github.com/elastic/elasticsearch/pull/116556