[
https://issues.apache.org/jira/browse/SOLR-11376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339456#comment-16339456
]
Shalin Shekhar Mangar commented on SOLR-11376:
----------------------------------------------
Thanks Andrzej. Just two comments:
# ComputePlanActionTest.testSelectedCollections has {{operations.get(1);}} but
it should be {{request = operations.get(1);}}
# ComputePlanAction has an unused import for class
org.apache.solr.common.util.Pair; which will fail precommit
Everything else looks good. +1 to commit.
> ComputePlanAction should accept configuration to compute plans only for
> specific collections
> --------------------------------------------------------------------------------------------
>
> Key: SOLR-11376
> URL: https://issues.apache.org/jira/browse/SOLR-11376
> Project: Solr
> Issue Type: Sub-task
> Security Level: Public(Default Security Level. Issues are Public)
> Components: AutoScaling
> Reporter: Shalin Shekhar Mangar
> Assignee: Andrzej Bialecki
> Priority: Major
> Fix For: master (8.0), 7.3
>
> Attachments: SOLR-11376.patch
>
>
> Today when we enable triggers, we compute a plan for all collections. It is
> not possible to configure the action to only apply for specific collections.
> I propose to add a parameter to ComputePlanAction called "collections" which
> accepts a list of collection names for which to compute actions.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]