You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2019/06/03 08:01:40 UTC

[lucene-solr] branch jira/SOLR-13329 updated (dc1c8dc -> 1041938)

This is an automated email from the ASF dual-hosted git repository.

noble pushed a change to branch jira/SOLR-13329
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from dc1c8dc  SOLR-13504: In autoscaling policies, use an explicit 'put : on-each' to specify the the rules is applied on each node
     add 165d2d5  LUCENE-8813: Ensure we never apply deletes from a closed DWPTDeleteQueue
     add fceee24  apply feedback
     add 086088e  more feedback
     add d488156  Merge branch 'master' into LUCENE-8813
     add b28de24  LUCENE-8813: Ensure we never apply deletes from a closed DWPTDeleteQueue (#688)
     add 808f934  SOLR-13504 improve autoscaling syntax by adding a nodeset attribute (#693)
     add b09d462  SOLR-13489: Stop the leader from trying to rejoin the election on session expiration and harden our zk reconnect code path.
     add 1041938  Merge branch 'master' into jira/SOLR-13329

No new revisions were added by this update.

Summary of changes:
 .../org/apache/lucene/index/DocumentsWriter.java   |  28 +++---
 .../lucene/index/DocumentsWriterDeleteQueue.java   | 103 ++++++++++++++++-----
 .../lucene/index/DocumentsWriterFlushQueue.java    |  10 +-
 .../index/TestDocumentsWriterDeleteQueue.java      |  34 ++++++-
 solr/CHANGES.txt                                   |   3 +
 .../org/apache/solr/cloud/ElectionContext.java     |  14 ++-
 .../java/org/apache/solr/cloud/LeaderElector.java  |   1 +
 .../java/org/apache/solr/cloud/ZkController.java   |  77 ++++++++-------
 .../apache/solr/cloud/ConnectionManagerTest.java   |   4 +-
 .../test/org/apache/solr/cloud/OverseerTest.java   |  39 ++++----
 .../solrj/cloud/autoscaling/VariableBase.java      |   9 ++
 .../impl/ConcurrentUpdateHttp2SolrClient.java      |   2 +-
 .../solr/common/cloud/ConnectionManager.java       |  39 ++++----
 .../common/cloud/DefaultConnectionStrategy.java    |   6 +-
 .../org/apache/solr/common/cloud/OnReconnect.java  |   4 +-
 .../client/solrj/cloud/autoscaling/TestPolicy.java |   8 +-
 .../solrj/cloud/autoscaling/TestPolicy2.java       |   2 +-
 17 files changed, 254 insertions(+), 129 deletions(-)