You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2019/10/11 19:07:15 UTC

[lucene-solr] branch master updated (0295e28 -> a057b0d)

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

yonik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 0295e28  LUCENE-8928: Compute exact bounds every N splits (#926)
     add a057b0d  SOLR-13815: fix live split data loss due to cluster state change between checking current shard state and getting list of subShards (#920)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |   4 +
 .../processor/DistributedZkUpdateProcessor.java    |  46 ++++---
 .../test/org/apache/solr/cloud/SplitShardTest.java | 138 +++++++++++++++++++++
 3 files changed, 174 insertions(+), 14 deletions(-)