You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2017/12/07 18:59:00 UTC

[2/2] lucene-solr:branch_7_2: SOLR-9743: Recover changelog entries that had been removed by error.

SOLR-9743: Recover changelog entries that had been removed by error.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/8803fecb
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/8803fecb
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/8803fecb

Branch: refs/heads/branch_7_2
Commit: 8803fecbdb8a959eb390323e842b7131206b4d51
Parents: d17d331
Author: Adrien Grand <jp...@gmail.com>
Authored: Thu Dec 7 19:57:30 2017 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Thu Dec 7 19:58:14 2017 +0100

----------------------------------------------------------------------
 solr/CHANGES.txt | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8803fecb/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 5648727..18d1555 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -184,6 +184,18 @@ Bug Fixes
 * SOLR-11691: V2 requests for create-alias didn't work when the collections param was an array.
   (Jason Gerlowski, Gus Heck, David Smiley, noble)
 
+* SOLR-11608: Correctly parse the new core-name in the V2 core rename API.
+  (Jason Gerlowski via Anshum Gupta)
+
+* SOLR-11256: The queue size for ConcurrentUpdateSolrClient should default to 10 instead of throwing an
+  IllegalArgumentException. (Jason Gerlowski, Anshum Gupta)
+
+* SOLR-11616: Snapshot the segments more robustly such that segments created during a backup does does not fail the
+  operation (Varun Thacker)
+
+* SOLR-11687: SolrCore.getNewIndexDir falsely returns {dataDir}/index on any IOException reading index.properties
+  (Nikolay Martynov, Erick Erickson)
+
 Optimizations
 ----------------------
 * SOLR-11285: Refactor autoscaling framework to avoid direct references to Zookeeper and Solr
@@ -245,6 +257,11 @@ Other Changes
 * SOLR-11507: SOLR-11638: Randomize SolrTestCaseJ4.CloudSolrClientBuilder more, and simplify it.
   (Jason Gerlowski, David Smiley)
 
+* SOLR-11291: Factor out abstract metrics/SolrCore[Container]Reporter classes.
+  (Omar Abdelnabi, Christine Poerschke)
+
+* SOLR-11713: Fixed CdcrUpdateLogTest.testSubReader() failure which was a test bug (Varun Thacker, Amrit Sarkar)
+
 ==================  7.1.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
@@ -391,8 +408,6 @@ New Features
 Bug Fixes
 ----------------------
 
-* SOLR-11423: Overseer queue needs a hard cap (maximum size) that clients respect (Scott Blum, Joshua Humphries, Noble Paul)
-
 * SOLR-10602: Triggers should be able to restore state from old instances when taking over. (shalin)
 
 * SOLR-10714: OverseerTriggerThread does not start triggers on overseer start until autoscaling