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

Transport Thrift: Upgrade to thrift 0.5.0 #457

Closed
kimchy opened this issue Oct 27, 2010 · 1 comment
Closed

Transport Thrift: Upgrade to thrift 0.5.0 #457

kimchy opened this issue Oct 27, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Oct 27, 2010

No description provided.

@kimchy
Copy link
Member Author

kimchy commented Oct 27, 2010

Transport Thrift: Upgrade to thrift 0.5.0, closed by b8708f2.

medcl pushed a commit to medcl/elasticsearch that referenced this issue Jul 1, 2011
costin pushed a commit to costin/elasticsearch that referenced this issue Dec 19, 2022
This replaces most uses of `BigArrays.NON_RECYCYLING_INSTANCE` which is
fairly dangerouse because it doesn't perform any usage tracking with
real big arrays that includes circuit breakers. That way if any action
uses too much memory we'll knock over the whole process. Most of this is
plumbing `BigArrays` down, but the more important part of this is
carefully calling `close` on all of the components of the compute
engine. If you don't close something that has a big array in it then
it'll leak. And the tests do a fairly good job of detecting this!
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
emilykmarx pushed a commit to emilykmarx/elasticsearch that referenced this issue Dec 26, 2023
This is the current behavior anyway

Fixes elastic#457
emilykmarx pushed a commit to emilykmarx/elasticsearch that referenced this issue Dec 26, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant