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

Disable circuit breaking for BigArrays #6381

Closed
wants to merge 1 commit into from

Conversation

jpountz
Copy link
Contributor

@jpountz jpountz commented Jun 2, 2014

The BigArrays limit is currently shared by the translog, netty, http and some
queries/aggregations. If any of these consumers starts taking a lot of memory,
then other ones might fail to allocate memory, which could have bad
consequences, eg. if ping requests can't be sent. The plan is to come up with
a better solution in 1.3.

Close #6332

The BigArrays limit is currently shared by the translog, netty, http and some
queries/aggregations. If any of these consumers starts taking a lot of memory,
then other ones might fail to allocate memory, which could have bad
consequences, eg. if ping requests can't be sent. The plan is to come up with
a better solution in 1.3.

Close elastic#6332
@nik9000
Copy link
Member

nik9000 commented Jun 2, 2014

Is this a "don't upgrade to 1.20" kind of thing?

@s1monw
Copy link
Contributor

s1monw commented Jun 2, 2014

LGTM

@nik9000 we will likely do a bugfix release soonish so this can cause problems but the workaround is straight forward setting this to unlimited

@jpountz jpountz added bug and removed review labels Jun 3, 2014
@s1monw
Copy link
Contributor

s1monw commented Jun 3, 2014

closing...

@s1monw s1monw closed this Jun 3, 2014
@clintongormley clintongormley changed the title BigArrays: Disable breaking. Internal: Disable circuit breaking for BigArrays Jul 16, 2014
@clintongormley clintongormley added the :Core/Infra/Circuit Breakers Track estimates of memory consumption to prevent overload label Jun 7, 2015
@clintongormley clintongormley changed the title Internal: Disable circuit breaking for BigArrays Disable circuit breaking for BigArrays Jun 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Core/Infra/Circuit Breakers Track estimates of memory consumption to prevent overload v1.2.1 v1.3.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory management: do not enforce the BigArrays limit on the network layer and the tranlog.
5 participants