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

Time Memory Leak: Search requests don't eagerly clean the search context #153

Closed
kimchy opened this issue Apr 29, 2010 · 1 comment
Closed

Comments

@kimchy
Copy link
Member

kimchy commented Apr 29, 2010

When executing a search request, they don't get eagerly cleaned properly, which means they will get cleaned after the default keep alive timeout (5 minutes). Under heavy search load, this might cause memory problems.

@kimchy
Copy link
Member Author

kimchy commented Apr 29, 2010

Time Memory Leak: Search requests don't eagerly clean the search context, closed by 30aae50.

ClaudioMFreitas pushed a commit to ClaudioMFreitas/elasticsearch-1 that referenced this issue Nov 12, 2019
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
Flash memory storage can also fail, typically when erase cycles have
exceeded a threshold.

In this commit we add a fixture that checks all locally attached
physical disks across all nodes, via smartctl, and fails
if the self-assessment result is not OK.

This check can be skipped through the FIXTURES env var.

Relates: elastic#153
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