You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/15 22:18:59 UTC

[3/3] lucene-solr:branch_5x: SOLR-8857: Remove misplaced CHANGES entry

SOLR-8857: Remove misplaced CHANGES entry


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

Branch: refs/heads/branch_5x
Commit: 37f4d73105a26bac51b3b56fd9e4a62d1d82cdbe
Parents: b5b55df
Author: Steve Rowe <sa...@apache.org>
Authored: Wed Jun 15 18:17:22 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Wed Jun 15 18:17:22 2016 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/37f4d731/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index a85c4fa..faec8ce 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -34,9 +34,6 @@ Other Changes
 * SOLR-8677: Prevent shards containing invalid characters from being created.  Checks added server-side
   and in SolrJ.  (Shai Erera, Jason Gerlowski, Anshum Gupta)
 
-* SOLR-8857: HdfsUpdateLog does not use configured or new default number of version buckets and is
-  hard coded to 256. (Mark Miller, yonik, Gregory Chanan)
-
 ======================= 5.5.1 =======================
 
 Bug Fixes