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

Add segments.index_writer_max_memory to stats #7440

Closed
wants to merge 1 commit into from

Conversation

mikemccand
Copy link
Contributor

We recently added stats for how much RAM IndexWriter is currently using (#6483); this also adds the max RAM IndexWriter is allowed to use before it must flush buffered documents to a new segment.

Closes #7438

@areek
Copy link
Contributor

areek commented Aug 25, 2014

This looks good.

@nik9000
Copy link
Member

nik9000 commented Aug 25, 2014

Looks good. I was actually just poking around this area and thinking it'd be good to have this recorded.

@mikemccand
Copy link
Contributor Author

Thanks @areek and @nik9000, I'll push.

@mikemccand mikemccand added v1.4.0 and removed review labels Aug 25, 2014
mikemccand added a commit that referenced this pull request Aug 25, 2014
… RAM usage before buffered documents must be written to a new segment

Closes #7438

Closes #7440
@mikemccand mikemccand removed the v1.3.3 label Aug 25, 2014
mikemccand added a commit that referenced this pull request Sep 8, 2014
… RAM usage before buffered documents must be written to a new segment

Closes #7438

Closes #7440
@clintongormley clintongormley changed the title Stats: add segments.index_writer_max_memory to stats Stats: Add segments.index_writer_max_memory to stats Sep 8, 2014
@clintongormley clintongormley changed the title Stats: Add segments.index_writer_max_memory to stats Stats: Add segments.index_writer_max_memory to stats Sep 8, 2014
@clintongormley clintongormley added the :Data Management/Stats Statistics tracking and retrieval APIs label Jun 7, 2015
@clintongormley clintongormley changed the title Stats: Add segments.index_writer_max_memory to stats Add segments.index_writer_max_memory to stats Jun 7, 2015
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.

Stats: include percentage of the IW RAM buffer used
4 participants