Skip to content
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

Fix BulkProcessorRetryIT #41700

Merged
merged 1 commit into from
May 1, 2019
Merged

Conversation

original-brownbear
Copy link
Member

* Now that we process the bulk requests themselves on the WRITE threadpool, they can run out of retries too like the item requests even when backoff is active
* Fixes elastic#41324 by using the same logic that checks failed item requests for their retry status for the top level bulk requests as well
@original-brownbear original-brownbear added >test Issues or PRs that are addressing/adding tests :Distributed Indexing/Distributed A catch all label for anything in the Distributed Area. Please avoid if you can. v8.0.0 v7.2.0 labels Apr 30, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

@original-brownbear
Copy link
Member Author

@jaymode pinging you here since this is the continuation of #41338 pretty much :)

@original-brownbear
Copy link
Member Author

Jenkins run elasticsearch-ci/2 (build was aborted by Jenkins restart)

Copy link
Member

@jaymode jaymode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@original-brownbear
Copy link
Member Author

thanks @jaymode !

@original-brownbear original-brownbear merged commit fc02668 into elastic:master May 1, 2019
@original-brownbear original-brownbear deleted the 41324 branch May 1, 2019 16:07
akhil10x5 pushed a commit to akhil10x5/elasticsearch that referenced this pull request May 2, 2019
* Now that we process the bulk requests themselves on the WRITE threadpool, they can run out of retries too like the item requests even when backoff is active
* Fixes elastic#41324 by using the same logic that checks failed item requests for their retry status for the top level bulk requests as well
gurkankaymak pushed a commit to gurkankaymak/elasticsearch that referenced this pull request May 27, 2019
* Now that we process the bulk requests themselves on the WRITE threadpool, they can run out of retries too like the item requests even when backoff is active
* Fixes elastic#41324 by using the same logic that checks failed item requests for their retry status for the top level bulk requests as well
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this pull request May 28, 2019
* Now that we process the bulk requests themselves on the WRITE threadpool, they can run out of retries too like the item requests even when backoff is active
* Fixes elastic#41324 by using the same logic that checks failed item requests for their retry status for the top level bulk requests as well
original-brownbear added a commit that referenced this pull request May 28, 2019
* Now that we process the bulk requests themselves on the WRITE threadpool, they can run out of retries too like the item requests even when backoff is active
* Fixes #41324 by using the same logic that checks failed item requests for their retry status for the top level bulk requests as well
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Distributed A catch all label for anything in the Distributed Area. Please avoid if you can. >test Issues or PRs that are addressing/adding tests v7.3.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Test Failure in org.elasticsearch.client.BulkProcessorRetryIT#testBulkRejectionLoadWithBackoff
4 participants