-
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
AzureBlobContainerRetriesTests testRetryUntilFail fails #66865
Labels
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
>test-failure
Triaged test failures from CI
Comments
mayya-sharipova
added
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
>test-failure
Triaged test failures from CI
labels
Dec 29, 2020
elasticmachine
added
the
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
label
Dec 29, 2020
Pinging @elastic/es-distributed (Team:Distributed) |
fcofdez
added a commit
to fcofdez/elasticsearch
that referenced
this issue
Jan 6, 2021
We were too agressive with retries and in certain scenarios (CI) it was possible that when the SDK had retried n times the http handler had some pending backlog that didn't account for all the performed requests. Closes elastic#66865
fcofdez
added a commit
that referenced
this issue
Jan 6, 2021
We were too agressive with retries and in certain scenarios (CI) it was possible that when the SDK had retried n times the http handler had some pending backlog that didn't account for all the performed requests. Closes #66865
fcofdez
added a commit
to fcofdez/elasticsearch
that referenced
this issue
Jan 6, 2021
We were too agressive with retries and in certain scenarios (CI) it was possible that when the SDK had retried n times the http handler had some pending backlog that didn't account for all the performed requests. Closes elastic#66865 Backport of elastic#67077
fcofdez
added a commit
to fcofdez/elasticsearch
that referenced
this issue
Jan 6, 2021
We were too agressive with retries and in certain scenarios (CI) it was possible that when the SDK had retried n times the http handler had some pending backlog that didn't account for all the performed requests. Closes elastic#66865 Backport of elastic#67077
While the original issue was fixed, it seems this test may still fail: https://gradle-enterprise.elastic.co/s/3vbyqe7zniqii Failure:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
>test-failure
Triaged test failures from CI
Build scan:
https://gradle-enterprise.elastic.co/s/yb7lph3epqlqy
Repro line:
./gradlew ':plugins:repository-azure:test' --tests "org.elasticsearch.repositories.azure.AzureBlobContainerRetriesTests.testRetryUntilFail"
-Dtests.seed=E146AF3527EDBEB
-Dtests.security.manager=true
-Dbuild.snapshot=false
-Dtests.jvm.argline="-Dbuild.snapshot=false"
-Dtests.locale=en-IE
-Dtests.timezone=America/Fort_Wayne
-Druntime.java=8
Reproduces locally?:
No
Applicable branches:
7.11, 7.x, master
Failure history:
9 failures from Dec 22 to Dec 29
Failure excerpt:
Possibly related to #66531
The text was updated successfully, but these errors were encountered: