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

Shalin Shekhar Mangar commented on SOLR-4997:
---------------------------------------------

bq. In other words, if I am actively indexing on the collection while I am 
performing SPLITSHARD call, some of the indexing operation may not be reflected 
in my collection after SPLITSHARD completes ?

For Solr 4.3.1 -- no operations are reflected on subshards until you call 
commit after splitshard. After this issue is fixed (with Solr 4.4), all 
indexing operations performed till the completion of splitshard will be 
reflected in sub shards.
                
> The splitshard api doesn't call commit on new sub shards
> --------------------------------------------------------
>
>                 Key: SOLR-4997
>                 URL: https://issues.apache.org/jira/browse/SOLR-4997
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud
>    Affects Versions: 4.3, 4.3.1
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 4.4
>
>
> The splitshard api doesn't call commit on new sub shards but it happily sets 
> them to active state which means on a successful split, the documents are not 
> visible to searchers unless an explicit commit is called on the cluster.
> The coreadmin split api will still not call commit on targetCores. That is by 
> design and we're not going to change that.

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to