From c3cbded1b1f9306f89350aaf6662c07d91a344b0 Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Sun, 1 Dec 2013 04:43:27 +0000 Subject: [PATCH] SOLR-5499: Added a warning note in example solrconfig.xml against removing realtime get handler git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1546776 13f79535-47bb-0310-9956-ffa450edef68 --- solr/example/solr/collection1/conf/solrconfig.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/solr/example/solr/collection1/conf/solrconfig.xml b/solr/example/solr/collection1/conf/solrconfig.xml index d8b14dfb8e3..fa467336a97 100755 --- a/solr/example/solr/collection1/conf/solrconfig.xml +++ b/solr/example/solr/collection1/conf/solrconfig.xml @@ -872,7 +872,15 @@ + current implementation relies on the updateLog feature being enabled. + + ** WARNING ** + Do NOT disable the realtime get handler at /get if you are using + SolrCloud otherwise any leader election will cause a full sync in ALL + replicas for the shard in question. Similarly, a replica recovery will + also always fetch the complete index from the leader because a partial + sync will not be possible in the absence of this handler. + --> true