Skip to content

Remove return from breakers (backport of #66943) #67028

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

Merged
merged 2 commits into from
Jan 11, 2021

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented Jan 5, 2021

This removes the return values from CircuitBreaker's
addEstimateBytesAndMaybeBreak and addWithoutBreaking because they
are not supported by the new pre-allocating CircuitBreaker and they
aren't used for anything other than tests.

This removes the return values from `CircuitBreaker`'s
`addEstimateBytesAndMaybeBreak` and `addWithoutBreaking` because they
are not supported by the new pre-allocating `CircuitBreaker` and they
aren't used for anything other than tests.
@nik9000 nik9000 changed the title Remove return from breakers (#66943) Remove return from breakers (backport of #66943) Jan 5, 2021
@nik9000
Copy link
Member Author

nik9000 commented Jan 5, 2021

@elasticmachine update branch

@nik9000 nik9000 merged commit 6dff748 into elastic:7.x Jan 11, 2021
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.

2 participants