sigram commented on a change in pull request #959: SOLR-13677 fix & cleanup
URL: https://github.com/apache/lucene-solr/pull/959#discussion_r335840943
##########
File path: solr/core/src/java/org/apache/solr/core/CoreContainer.java
##########
@@ -210,7 +211,9 @@ public CoreLoadFailure(CoreDescriptor cd, Exception
loadFailure) {
protected volatile SolrMetricManager metricManager;
- protected volatile String metricTag = Integer.toHexString(hashCode());
+ protected volatile String metricTag = getClass().getSimpleName() + "@" +
Integer.toHexString(hashCode());
Review comment:
To be replaced with the refactored `SolrMetricProducer.getUniqueMetricTag`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]