Hello! We encounter a lot of log warning entries from the MetricsHistoryHandler saying
o.a.s.h.a.MetricsHistoryHandler Unknown format of leader id, skipping: 244550997187166214-server1-b.myhost:8983_solr-n_0000000094 I don't even know what this _MetricsHistoryHandler_ does, but at least there's a warning. Looking at the code you can see that it has to fail if the hostname of the node contains a hyphen: [https://github.com/apache/lucene-solr/blob/d25f62634b95e49df739a5a2612f9b719ef3a77d/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java#L335] Can one just ignore this warning and what will happen then? Thanks in advance!