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 2020/10/28 19:13:38 UTC

[lucene-solr] branch reference_impl updated (e059a66 -> 87b6d4f)

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

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


    from e059a66  @1052 Test Ignore removes, Test hardening, Fallout.
     add 3f40438  @1053 Polish last commit.
     add 5d5255e  @1054 Polish last commit 2.
     add 4c9575b  @1055 Try a sleep but shorter.
     add 87b6d4f  @1056 Bring ZkShardTerms back closer to former impl, I think this version really does need to start at 1 and not 0 given the logs I'm seeing now.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/solr/cloud/ZkController.java   |  2 +-
 .../java/org/apache/solr/cloud/ZkShardTerms.java   | 86 +++++++++++++---------
 .../apache/solr/handler/admin/PrepRecoveryOp.java  |  2 +-
 .../org/apache/solr/schema/ManagedIndexSchema.java | 17 +++--
 .../solr/cloud/NestedShardedAtomicUpdateTest.java  |  1 +
 .../org/apache/solr/cloud/ShardRoutingTest.java    |  6 +-
 .../apache/solr/cloud/SolrCloudBridgeTestCase.java | 13 ++++
 .../org/apache/solr/cloud/TestCloudPivotFacet.java |  3 +
 .../cloud/TestDynamicFieldNamesIndexCorrectly.java | 10 ++-
 .../cloud/api/collections/SplitByPrefixTest.java   |  2 +-
 .../component/CustomHighlightComponentTest.java    |  2 +-
 11 files changed, 93 insertions(+), 51 deletions(-)