From 2224de11473ce675c4ffbfbf2aba524e669717c5 Mon Sep 17 00:00:00 2001 From: Timothy Potter Date: Tue, 20 May 2014 17:04:19 +0000 Subject: [PATCH] SOLR-5495: Re-arrange location of SOLR-5495 and SOLR-5468 in CHANGES.txt git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1596315 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index da4b42e5358..d8e91efa5cc 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -82,9 +82,9 @@ Other Changes * SOLR-5868: HttpClient should be configured to use ALLOW_ALL_HOSTNAME hostname verifier to simplify SSL setup. (Steve Davids via Mark Miller) -* SOLR-5495: Recovery strategy for leader partitioned from replica case. Hardening - recovery scenarios after the leader receives an error trying to forward an - update request to a replica. (Timothy Potter) +* SOLR-5468: Allow a client application to request the minium achieved + replication factor for an update request (single or batch) by sending + an optional parameter "min_rf". (Timothy Potter) ================== 4.9.0 ================== @@ -153,6 +153,10 @@ Other Changes * SOLR-5681: Make the processing of Collection API calls multi-threaded. (Anshum Gupta) +* SOLR-5495: Recovery strategy for leader partitioned from replica case. Hardening + recovery scenarios after the leader receives an error trying to forward an + update request to a replica. (Timothy Potter) + Build ---------------------