You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Andrzej Bialecki (Jira)" <ji...@apache.org> on 2021/02/09 10:09:00 UTC

[jira] [Commented] (SOLR-9854) Collect metrics for index merges and index store IO

    [ https://issues.apache.org/jira/browse/SOLR-9854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281682#comment-17281682 ] 

Andrzej Bialecki commented on SOLR-9854:
----------------------------------------

Metrics Counter can only go forward but these integers must be able to go both ways because they represent the number of *currently* running merges (and the current number of docs / segments involved in the running merges), which naturally may vary from 0 to N.

> Collect metrics for index merges and index store IO
> ---------------------------------------------------
>
>                 Key: SOLR-9854
>                 URL: https://issues.apache.org/jira/browse/SOLR-9854
>             Project: Solr
>          Issue Type: Improvement
>          Components: metrics
>    Affects Versions: 6.4, 7.0
>            Reporter: Andrzej Bialecki
>            Assignee: Andrzej Bialecki
>            Priority: Minor
>             Fix For: 6.4, 7.0
>
>         Attachments: SOLR-9854.patch, SOLR-9854.patch
>
>
> Using API for metrics management developed in SOLR-4735 we should also start collecting metrics for major aspects of {{IndexWriter}} operation, such as read / write IO rates, number of minor and major merges and IO during these operations, etc.
> This will provide a better insight into resource consumption and load at the IO level.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org