From commits-return-107890-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Tue May 7 21:58:56 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id BDE4518064C for ; Tue, 7 May 2019 23:58:55 +0200 (CEST) Received: (qmail 7433 invoked by uid 500); 7 May 2019 21:58:43 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 7424 invoked by uid 99); 7 May 2019 21:58:43 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2019 21:58:43 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 008CE8729B; Tue, 7 May 2019 21:58:41 +0000 (UTC) Date: Tue, 07 May 2019 21:58:46 +0000 To: "commits@lucene.apache.org" Subject: [lucene-solr] 05/05: Merge branch 'master' into jira/solr-13440 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: ab@apache.org In-Reply-To: <155726632150.18031.1585957014949401929@gitbox.apache.org> References: <155726632150.18031.1585957014949401929@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: lucene-solr X-Git-Refname: refs/heads/jira/solr-13440 X-Git-Reftype: branch X-Git-Rev: 61e07b8eaf789f166db22869893d3716eb207b77 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190507215842.008CE8729B@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. ab pushed a commit to branch jira/solr-13440 in repository https://gitbox.apache.org/repos/asf/lucene-solr.git commit 61e07b8eaf789f166db22869893d3716eb207b77 Merge: db0bf39 3fa2d8f Author: Andrzej Bialecki AuthorDate: Tue May 7 23:35:02 2019 +0200 Merge branch 'master' into jira/solr-13440 solr/CHANGES.txt | 12 ++- .../processor/DistributedUpdateProcessor.java | 4 + .../org/apache/solr/cloud/OverseerRolesTest.java | 22 +++-- .../solr/update/TestInPlaceUpdatesStandalone.java | 26 ++++- .../src/updating-parts-of-documents.adoc | 105 +++++++++++++++------ .../solrj/impl/SolrClientNodeStateProvider.java | 2 + .../apache/solr/common/params/CommonParams.java | 2 + .../apache/solr/client/solrj/SolrExampleTests.java | 47 ++++++++- .../src/java/org/apache/solr/SolrTestCaseJ4.java | 13 ++- 9 files changed, 194 insertions(+), 39 deletions(-)