You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "David Smiley (Jira)" <ji...@apache.org> on 2020/05/11 20:31:00 UTC

[jira] [Created] (SOLR-14472) Autoscaling "cores" preference should count all cores, not just loaded.

David Smiley created SOLR-14472:
-----------------------------------

             Summary: Autoscaling "cores" preference should count all cores, not just loaded.
                 Key: SOLR-14472
                 URL: https://issues.apache.org/jira/browse/SOLR-14472
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: AutoScaling
            Reporter: David Smiley
            Assignee: David Smiley


The AutoScaling "cores" preference works by counting the core names that are retrievable via the metrics API.  99% of the time, that's fine but it does not count unloaded transient cores that are also tracked by the CoreContainer, which I think should be counted as well.  Most users don't have such cores so it won't affect them.

Furthermore, instead of counting them by asking the metrics API to return each loaded core name, it should use the {{CONTAINER.cores}} prefix set of counters.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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