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

Stats: include percentage of the IW RAM buffer used #7438

Closed
mikemccand opened this issue Aug 25, 2014 · 0 comments
Closed

Stats: include percentage of the IW RAM buffer used #7438

mikemccand opened this issue Aug 25, 2014 · 0 comments

Comments

@mikemccand
Copy link
Contributor

Today in stats we return the amount of RAM IndexWriter is using to buffer up indexed documents (index_writer_memory_in_bytes) but it would be helpful to also express this as a percentage of that IndexWriter's configured RAM buffer size, because Elasticsearch does its own computation from what the application requested (indices.memory.index_buffer_size) to divide up that budget across all shards ...

mikemccand added a commit that referenced this issue Aug 25, 2014
… RAM usage before buffered documents must be written to a new segment

Closes #7438

Closes #7440
mikemccand added a commit that referenced this issue Sep 8, 2014
… RAM usage before buffered documents must be written to a new segment

Closes #7438

Closes #7440
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant