[
https://issues.apache.org/jira/browse/SOLR-9854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrzej Bialecki updated SOLR-9854:
------------------------------------
Attachment: SOLR-9854.patch
Path relative to master. See the details on branch {{jira/solr-9854}}, here's a
short log of key commits from this branch:
{code}
commit 6ceb05074b3f6303e660613e277c3e26472ec627
Author: Andrzej Bialecki <[email protected]>
Date: Fri Dec 23 21:30:15 2016 +0100
SOLR-9854 Move metrics collection to SolrIndexWriter to get more meaningful
timings of merges. Other changes:
* simplify metric names in MetricUtils. Don't scale units for non-timer
histograms
as they may represent other units (eg. bytes)
* add ability to configure metric details and parameters (currently the
threshold
between minor and major merges).
...
commit ce8ab8c6359753623ae7a96204badd16193efc09
Author: Andrzej Bialecki <[email protected]>
Date: Thu Dec 15 13:33:28 2016 +0100
SOLR-9854 Initial version. This adds metrics to Directory IO and also
monitors minor / major merge operations.
{code}
> 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
> Security Level: Public(Default Security Level. Issues are Public)
> Components: metrics
> Affects Versions: master (7.0)
> Reporter: Andrzej Bialecki
> Assignee: Andrzej Bialecki
> Priority: Minor
> Attachments: 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
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]