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/02/10 16:41:53 UTC

[2/4] lucene-solr git commit: SOLR-8450: Add CHANGES entry.

SOLR-8450: Add 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/42c17d22
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/42c17d22
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/42c17d22

Branch: refs/heads/branch_5x
Commit: 42c17d225e2190893227ac6c710effda000afd98
Parents: f72c3e3
Author: markrmiller <ma...@apache.org>
Authored: Wed Feb 10 10:36:43 2016 -0500
Committer: markrmiller <ma...@apache.org>
Committed: Wed Feb 10 10:36:43 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/42c17d22/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b3caf7b..7291ad0 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -244,6 +244,8 @@ Bug Fixes
 * SOLR-8451: We should not call method.abort in HttpSolrClient or HttpSolrCall#remoteQuery and 
   HttpSolrCall#remoteQuery should not close streams. (Mark Miller)
 
+* SOLR-8450: Our HttpClient retry policy is too permissive. (Mark Miller, shalin)
+
 * SOLR-8533: Raise default maxUpdateConnections and maxUpdateConnectionsPerHost to 100k each.
   (Mark Miller)