You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Munendra S N (JIRA)" <ji...@apache.org> on 2019/07/23 15:29:00 UTC

[jira] [Updated] (SOLR-12589) metrics name should not contains "/" path seperator while using SolrGangliaReporter

     [ https://issues.apache.org/jira/browse/SOLR-12589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Munendra S N updated SOLR-12589:
--------------------------------
       Resolution: Won't Fix
    Fix Version/s:     (was: master (9.0))
           Status: Resolved  (was: Patch Available)

This has been removed when DropWizard Metrics upgraded in SOLR-12461

> metrics name should not contains "/" path seperator while using SolrGangliaReporter
> -----------------------------------------------------------------------------------
>
>                 Key: SOLR-12589
>                 URL: https://issues.apache.org/jira/browse/SOLR-12589
>             Project: Solr
>          Issue Type: Bug
>          Components: metrics
>    Affects Versions: 7.3.1, 7.4, 8.0
>            Reporter: tinswzy
>            Priority: Minor
>         Attachments: SOLR-12589-1.diff, SOLR-12589-2.diff, SOLR-12589-3.diff
>
>
> As I was using  SolrGangliaReporter,  default metrics names will contains "/", which is 
> offen used in FileSystem as an seperator, than it encounters  ERROR cause creating 
> metrics data file failed,  bellow is the Exception in  /var/log/messages:
> Jul 25 15:01:37 hb-bp1tg6t003y04p201-001 gmetad: Unable to write meta data for metric solr.node.QUERY.httpShardHandler.http_//hb-bp1tg6t003y04p201-003.hbase.rds.aliyuncs.com_8983/solr/admin/cores.post.requests.p999 to RRD
> Jul 25 15:01:37 hb-bp1tg6t003y04p201-001 gmetad: RRD_create: creating '/var/lib/ganglia/rrds/__SummaryInfo__/solr.node.ADMIN./admin/cores.requestTimes.p999.rrd': No such file or directory
> Jul 25 15:01:37 hb-bp1tg6t003y04p201-001 gmetad: Unable to write meta data for metric solr.node.ADMIN./admin/cores.requestTimes.p999 to RRD
> Jul 25 15:01:37 localhost gmetad: RRD_create: creating '/var/lib/ganglia/rrds/__SummaryInfo__/solr.node.ADMIN./admin/collections.requestTimes.min.rrd': No such file or directory
> Jul 25 15:01:37 localhost gmetad: Unable to write meta data for metric solr.node.ADMIN./admin/collections.requestTimes.min to RRD
> Jul 25 15:01:37 localhost gmetad: RRD_create: creating '/var/lib/ganglia/rrds/__SummaryInfo__/solr.node.ADMIN./admin/authorization.requestTimes.stddev.rrd': No such file or directory
> Jul 25 15:01:37 localhost gmetad: Unable to write meta data for metric solr.node.ADMIN./admin/authorization.requestTimes.stddev to RRD
> Jul 25 15:01:37 localhost gmetad: RRD_create: creating '/var/lib/ganglia/rrds/__SummaryInfo__/solr.node.ADMIN./admin/autoscaling/history.requestTimes.p99.rrd': No such file or directory
> Jul 25 15:01:37 localhost gmetad: Unable to write meta data for metric solr.node.ADMIN./admin/autoscaling/history.requestTimes.p99 to RRD
> Jul 25 15:01:37 localhost gmetad: RRD_create: creating '/var/lib/ganglia/rrds/__SummaryInfo__/solr.node.QUERY./admin/autoscaling.timeouts.m1_rate.rrd': No such file or directory
> I think the metrics name should be normalized for different  reporter,such as SolrGangliaReport.
> Some times other normalization is used for other reason,but now,for ganglia,It must
> replace the "/" .



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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