From 32a87a7bbcd644424dc260998b93d7bbfdca2b7d Mon Sep 17 00:00:00 2001 From: Anshum Gupta Date: Fri, 23 May 2014 19:05:07 +0000 Subject: [PATCH] SOLR-5681: Fixing CHANGES.txt entry, moving it into the Optimizations section git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1597160 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 198df7b7345..f7633627b64 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -168,12 +168,15 @@ Other Changes * LUCENE-5650: Tests can no longer write to CWD. Update log dir is now made relative to the instance dir if it is not an absolute path. (Ryan Ernst, Dawid Weiss) -* SOLR-5681: Make the processing of Collection API calls multi-threaded. (Anshum Gupta, shalin, Noble Paul) - * 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) +Optimizations +---------------------- + +* SOLR-5681: Make the processing of Collection API calls multi-threaded. + (Anshum Gupta, shalin, Noble Paul) Build ---------------------