You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jason.D.Cao (JIRA)" <ji...@apache.org> on 2013/04/06 07:13:19 UTC

[jira] [Updated] (SOLR-4682) CoreAdminRequest.mergeIndexes can not merge mutilple cores.

     [ https://issues.apache.org/jira/browse/SOLR-4682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason.D.Cao updated SOLR-4682:
------------------------------

    Environment: java version "1.6.0_20"  (was: java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing))
    
> CoreAdminRequest.mergeIndexes can not merge mutilple cores.
> -----------------------------------------------------------
>
>                 Key: SOLR-4682
>                 URL: https://issues.apache.org/jira/browse/SOLR-4682
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 4.2
>         Environment: java version "1.6.0_20"
>            Reporter: Jason.D.Cao
>              Labels: patch
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> if (srcCores != null) {
> //loop is useless
> for (String srcCore : srcCores) {
> // should set srcCores.toArray(..) to the value of SRC_CORE not one of its element
> params.set(CoreAdminParams.SRC_CORE, srcCore);
> }
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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