You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Paul McArthur (Jira)" <ji...@apache.org> on 2023/05/08 20:35:00 UTC

[jira] [Created] (SOLR-16793) Overseer queue length metrics report the same value for all queues

Paul McArthur created SOLR-16793:
------------------------------------

             Summary: Overseer queue length metrics report the same value for all queues
                 Key: SOLR-16793
                 URL: https://issues.apache.org/jira/browse/SOLR-16793
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: metrics
    Affects Versions: 8.6
            Reporter: Paul McArthur


We observe that the reported queue length metrics for the Overseer's state update and collection work queues are always identical.


I believe the cause is a shared instance of the Stats class that the Overseer injects into the ZkDistributedQueue instances for each of it's queues. The Stats class is only able to keep track of the length of one queue however, and this value would be clobbered whenever any of the ZkDistributedQueue instances updates it.

 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org