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

Jerry Chung updated SOLR-17993:
-------------------------------
    Description: 
shard names could be shardN[_m]+ after splitting, but the regular expression 
didn't consider the case.

 

reference: 
[https://github.com/apache/solr/blob/branch_9_10/solr/core/src/java/org/apache/solr/metrics/prometheus/core/SolrCoreMetric.java#L29-L31]

 

This affects the metrics endpoint with prometheus response type (i.e. 
`wt=prometheus`)

  was:
shard names could be shardN[_m]+ after splitting, but the regular expression 
didn't consider the case.

 

reference: 
[https://github.com/apache/solr/blob/branch_9_10/solr/core/src/java/org/apache/solr/metrics/prometheus/core/SolrCoreMetric.java#L29-L31]

 


> SolrCoreMetric.CLOUD_CORE_PATTERN does not support split shards
> ---------------------------------------------------------------
>
>                 Key: SOLR-17993
>                 URL: https://issues.apache.org/jira/browse/SOLR-17993
>             Project: Solr
>          Issue Type: Bug
>          Components: metrics
>    Affects Versions: 9.6, 9.10
>            Reporter: Jerry Chung
>            Priority: Major
>
> shard names could be shardN[_m]+ after splitting, but the regular expression 
> didn't consider the case.
>  
> reference: 
> [https://github.com/apache/solr/blob/branch_9_10/solr/core/src/java/org/apache/solr/metrics/prometheus/core/SolrCoreMetric.java#L29-L31]
>  
> This affects the metrics endpoint with prometheus response type (i.e. 
> `wt=prometheus`)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to