[jira] [Commented] (SOLR-11376) ComputePlanAction should accept configuration to compute plans only for specific collections

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-11376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343329#comment-16343329
 ] 

ASF subversion and git services commented on SOLR-11376:


Commit 8636223146f88a0cf3690abb337345631fce65ad in lucene-solr's branch 
refs/heads/branch_7x from [~ab]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=8636223 ]

SOLR-11376: Support computing plans for only specific collections.


> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-11376) ComputePlanAction should accept configuration to compute plans only for specific collections

2018-01-29 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-11376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343234#comment-16343234
 ] 

ASF subversion and git services commented on SOLR-11376:


Commit d3d7b0034d497acb7e1230322600a712e068c8d2 in lucene-solr's branch 
refs/heads/master from [~ab]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=d3d7b00 ]

SOLR-11376: Support computing plans for only specific collections.


> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-11376) ComputePlanAction should accept configuration to compute plans only for specific collections

2018-01-25 Thread Shalin Shekhar Mangar (JIRA)

[ 
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org