Hello

We've started using the
https://solr.apache.org/guide/solr/latest/configuration-guide/replica-placement-plugins.html
in Solr 9.3.0. When configured and creating a new collection, the following
ERRORs are logged






*2023-09-27 08:45:58.188 ERROR (OverseerThreadFactory-19-thread-5) []
o.a.s.c.p.i.AttributeFetcherImpl Received unsolicited snitch tag heapUsage
from node NodeImpl(localhost:8983_solr)2023-09-27 08:45:58.188 ERROR
(OverseerThreadFactory-19-thread-5) [] o.a.s.c.p.i.AttributeFetcherImpl
Received unsolicited snitch tag sysLoadAvg from node
NodeImpl(localhost:8983_solr)2023-09-27 08:45:58.188 ERROR
(OverseerThreadFactory-19-thread-5) [] o.a.s.c.p.i.AttributeFetcherImpl
Received unsolicited snitch tag freedisk from node
NodeImpl(localhost:8983_solr)2023-09-27 08:45:58.188 ERROR
(OverseerThreadFactory-19-thread-5) [] o.a.s.c.p.i.AttributeFetcherImpl
Received unsolicited snitch tag totaldisk from node
NodeImpl(localhost:8983_solr)*
That error message is logged here:
https://github.com/apache/solr/blame/4c80cc2ef9e50915fb7aaa6e9cfe042a27d2c44d/solr/core/src/java/org/apache/solr/cluster/placement/impl/AttributeFetcherImpl.java#L158

Is this actually an *error*? It might be a programming error, but it
doesn't seem like it's harmful at any rate. And I'm not sure what I would
do about it as an administrator?

Thanks,
Colvin

Reply via email to