You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2016/04/01 16:29:06 UTC

lucene-solr:master: SOLR-8856: Remove extra changes entry.

Repository: lucene-solr
Updated Branches:
  refs/heads/master c071a3a8b -> bfc6dcf92


SOLR-8856: Remove extra 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/bfc6dcf9
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/bfc6dcf9
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/bfc6dcf9

Branch: refs/heads/master
Commit: bfc6dcf92ea49713ecdaa14543ffaa07c62de807
Parents: c071a3a
Author: markrmiller <ma...@apache.org>
Authored: Fri Apr 1 10:28:32 2016 -0400
Committer: markrmiller <ma...@apache.org>
Committed: Fri Apr 1 10:28:32 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/bfc6dcf9/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index d79e997..326beec 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -79,8 +79,6 @@ Optimizations
 ----------------------
 * SOLR-8722: Don't force a full ZkStateReader refresh on every Overseer operation.
   (Scott Blum via shalin)
-  
-* SOLR-8856: Do not cache merge or 'read once' contexts in the hdfs block cache. (Mark Miller)
 
 * SOLR-8745: Deprecate costly ZkStateReader.updateClusterState(), replace with a narrow
   forceUpdateCollection(collection) (Scott Blum via shalin)