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/02 08:46:19 UTC

[lucene-solr] branch jira/SOLR-13504 updated (4380d39 -> eb70218)

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

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


    from 4380d39  This reverts commit 11e19d3ab23e4acb297b1d7224384c2f51908bed.
     add 165d2d5  LUCENE-8813: Ensure we never apply deletes from a closed DWPTDeleteQueue
     add fceee24  apply feedback
     add 086088e  more feedback
     add 1ff7b29  SOLR-13504: improve autoscaling syntax by adding a nodeset attribute (#691)
     add d488156  Merge branch 'master' into LUCENE-8813
     add b28de24  LUCENE-8813: Ensure we never apply deletes from a closed DWPTDeleteQueue (#688)
     new eb70218  Merge branch 'master' into jira/SOLR-13504

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/lucene/index/DocumentsWriter.java   |  28 +++---
 .../lucene/index/DocumentsWriterDeleteQueue.java   | 103 ++++++++++++++++-----
 .../lucene/index/DocumentsWriterFlushQueue.java    |  10 +-
 .../index/TestDocumentsWriterDeleteQueue.java      |  34 ++++++-
 4 files changed, 136 insertions(+), 39 deletions(-)


[lucene-solr] 01/01: Merge branch 'master' into jira/SOLR-13504

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit eb702182cf35fc090b050e3b826d17125a3a0725
Merge: 4380d39 b28de24
Author: noble <no...@apache.org>
AuthorDate: Sun Jun 2 18:45:35 2019 +1000

    Merge branch 'master' into jira/SOLR-13504
    
    sync

 .../org/apache/lucene/index/DocumentsWriter.java   |  28 +++---
 .../lucene/index/DocumentsWriterDeleteQueue.java   | 103 ++++++++++++++++-----
 .../lucene/index/DocumentsWriterFlushQueue.java    |  10 +-
 .../index/TestDocumentsWriterDeleteQueue.java      |  34 ++++++-
 4 files changed, 136 insertions(+), 39 deletions(-)