You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Daniel Lowe (JIRA)" <ji...@apache.org> on 2018/09/08 10:50:00 UTC

[jira] [Created] (SOLR-12755) Force merge (optimize) should respect distrib=false

Daniel Lowe created SOLR-12755:
----------------------------------

             Summary: Force merge (optimize) should respect distrib=false
                 Key: SOLR-12755
                 URL: https://issues.apache.org/jira/browse/SOLR-12755
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
          Components: SolrCloud, update
    Affects Versions: 7.4
            Reporter: Daniel Lowe


It would be desirable in a Solr Cloud configuration if a request like:

update?optimize=true&distrib=false

only executed on the shard that received the request.

 

As is well known force merging is a very expensive/disk space hungry operation and hence this increased control should address the following issues:

Free disk space requirements: 1-2x size of ALL shards on the machine vs 1-2x size of largest shard

I/O: High disk contention when a machine holds multiple shards as all shards are being simultaneously rewritten

Availability: All replicas will simultaneously have impaired performance

 

Relevant previous issue: SOLR-6264



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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