murblanc commented on a change in pull request #2133:
URL: https://github.com/apache/lucene-solr/pull/2133#discussion_r548489854



##########
File path: 
solr/core/src/java/org/apache/solr/cluster/placement/impl/NodeMetricImpl.java
##########
@@ -67,7 +67,7 @@ public NodeMetricImpl(String key) {
 
   public NodeMetricImpl(String key, Function<Object, T> converter) {
     super(key, key, converter);

Review comment:
       Maybe replace implementation by `this(key, Registry.UNSPECIFIED, key, 
converter);` ?




----------------------------------------------------------------
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]



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

Reply via email to