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

ASF subversion and git services commented on SOLR-9077:
-------------------------------------------------------

Commit e3db9f3b8a28e1de0b6fcd5cb358a948f7a23423 in lucene-solr's branch 
refs/heads/branch_6x from [~risdenk]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=e3db9f3 ]

SOLR-9077: Streaming expressions should support collection alias


> Streaming expressions should support collection alias
> -----------------------------------------------------
>
>                 Key: SOLR-9077
>                 URL: https://issues.apache.org/jira/browse/SOLR-9077
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>    Affects Versions: 5.5.1
>            Reporter: Suds
>            Assignee: Kevin Risden
>            Priority: Minor
>             Fix For: 6.4
>
>         Attachments: SOLR-9077.patch, SOLR-9077.patch, SOLR-9077.patch, 
> SOLR-9077.patch, SOLR-9077.patch
>
>
> Streaming expressions should support collection aliases. 
> When I tried to access collection alias I get a null pointer exception. 
> issue seems to be related to following code: clusterState.getActiveSlices 
> returns null 
> {code}
> Collection<Slice> slices = clusterState.getActiveSlices(this.collection);
> {code}
> fix seems to fairly simple , clusterState.getActiveSlices can be made aware 
> of collection alias. I am not sure what will happen when we have large alias 
> which has hundred of slices.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to