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

Make sure we don't reuse arrays when sending an error back #6631

Closed
wants to merge 1 commit into from

Conversation

kimchy
Copy link
Member

@kimchy kimchy commented Jun 26, 2014

We want to make sure recycling will not fail for any reason while trying to send a response back that is caused by a failure, for example, if we have circuit breaker on it (at one point), sending an error back will not be affected by it.

We want to make sure recycling will not fail for any reason while trying to send a response back that is caused by a failure, for example, if we have circuit breaker on it (at one point), sending an error back will not be affected by it.
closes elastic#6631
@bleskes
Copy link
Contributor

bleskes commented Jun 27, 2014

LGTM.

@bleskes
Copy link
Contributor

bleskes commented Jun 27, 2014

Do want to put this into 1.2.2?

@kimchy
Copy link
Member Author

kimchy commented Jun 27, 2014

@bleskes I am good with 1.2.2, @s1monw thoughts?

@s1monw
Copy link
Contributor

s1monw commented Jun 27, 2014

LGTM & +1 for 1.2.2

@kimchy kimchy closed this in 4129bb6 Jun 27, 2014
kimchy added a commit that referenced this pull request Jun 27, 2014
We want to make sure recycling will not fail for any reason while trying to send a response back that is caused by a failure, for example, if we have circuit breaker on it (at one point), sending an error back will not be affected by it.
closes #6631
kimchy added a commit that referenced this pull request Jun 27, 2014
We want to make sure recycling will not fail for any reason while trying to send a response back that is caused by a failure, for example, if we have circuit breaker on it (at one point), sending an error back will not be affected by it.
closes #6631
@kimchy kimchy deleted the no_recycle_on_error branch June 27, 2014 09:13
@kimchy kimchy added the v1.2.2 label Jun 27, 2014
@clintongormley clintongormley changed the title Make sure we don't reuse arrays when sending and error back Internal: Make sure we don't reuse arrays when sending and error back Jul 9, 2014
@clintongormley clintongormley changed the title Internal: Make sure we don't reuse arrays when sending and error back Internal: Make sure we don't reuse arrays when sending an error back Jul 9, 2014
@clintongormley clintongormley changed the title Internal: Make sure we don't reuse arrays when sending an error back Make sure we don't reuse arrays when sending an error back Jun 7, 2015
mute pushed a commit to mute/elasticsearch that referenced this pull request Jul 29, 2015
We want to make sure recycling will not fail for any reason while trying to send a response back that is caused by a failure, for example, if we have circuit breaker on it (at one point), sending an error back will not be affected by it.
closes elastic#6631
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants