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

Christof Lorenz commented on SOLR-10740:
----------------------------------------

We desperately need to optimize a single core of a multi core collection 
because of the huge disk space requirements.

> SolrCloud should allow non distributed core optimize
> ----------------------------------------------------
>
>                 Key: SOLR-10740
>                 URL: https://issues.apache.org/jira/browse/SOLR-10740
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>    Affects Versions: 5.5.1, 6.0.1, 6.5.1
>         Environment: Platform indepedent
>            Reporter: John Stratoulis
>            Priority: Major
>
> Optimize command does not honor distrib=false option. So all collection 
> replicas are getting updated. However there are situations that this is not 
> possible.
> At first optimization was done serially, maybe this could help for the 
> desired behavior? e.g select only the appropriate core in the nodes commit 
> iterration?
> (https://issues.apache.org/jira/browse/SOLR-6264)
> Also by looking down the DistributedUpdateProcessor code there is a rather 
> undocumented param named commit_end_point (line: 1898) that seems to do a 
> local commit, could this be the solution to the problem?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to