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

Cherry-pick #4246 to 5.4: Fix import dashboards when ulimit -n is low #4251

Merged
merged 1 commit into from
May 8, 2017

Conversation

tsg
Copy link
Contributor

@tsg tsg commented May 8, 2017

Cherry-pick of PR #4246 to 5.4 branch. Original message:

The unzip routine was deferring close functions in a loop, so it kept
each file open. This adds a closure so the files are closed immediately.

Fixes #4244.

This also improves the error handling to always report the original error.

The unzip routine was deferring close functions in a loop, so it kept
each file open. This adds a closure so the files are closed immediately.

Fixes elastic#4244.

This also improves the error handling to always report the original error.
(cherry picked from commit 8c5949f)
@@ -29,6 +29,8 @@ https://github.com/elastic/beats/compare/v5.3.0...master[Check the HEAD diff]
*Affecting all Beats*
- Fix console output {pull}4045[4045]

Copy link
Member

Choose a reason for hiding this comment

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

a space here, but you will have to cleanup the changelog anyways in the other PR.

@ruflin ruflin merged commit 82d7485 into elastic:5.4 May 8, 2017
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