Shalin Shekhar Mangar created SOLR-10532:
--------------------------------------------
Summary: The suggest.build and suggest.reload params should be
distributed to all replicas
Key: SOLR-10532
URL: https://issues.apache.org/jira/browse/SOLR-10532
Project: Solr
Issue Type: Improvement
Security Level: Public (Default Security Level. Issues are Public)
Components: SolrCloud, Suggester
Reporter: Shalin Shekhar Mangar
Fix For: master (7.0)
This is inspired by a discussion on solr-user. Today, the suggest.build and
suggest.reload parameters are all local to the replica receiving the request.
This is both confusing and annoying to users because the expectation is that
doing so will build/reload the suggest index on all replicas of a collection
but the reality is that it happens only on one replica of each shard as per the
normal distributed query process.
We should distribute the build and reload param to all replicas of a collection
before actually processing the query.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]