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 2021/01/21 03:15:27 UTC

[lucene-solr] branch reference_impl_dev updated (51fe3d4 -> 5bc5488)

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

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


    from 51fe3d4  @1266 Whoops, wrong/stale paths.
     add e71e1a0  @1267 Fix order of things in QueueWatcher init.
     add 22c38d6  @1268 ManagedSchema synchronization fix.
     add 5bc5488  @1269 This attempt to deal with a cmd that succeeded on an old overseer but has no response is off, can miss the operation falsly.

No new revisions were added by this update.

Summary of changes:
 .../src/java/org/apache/solr/cloud/Overseer.java   | 61 ++++++++-------
 .../java/org/apache/solr/cloud/ZkController.java   |  1 -
 .../org/apache/solr/schema/ManagedIndexSchema.java |  6 +-
 .../java/org/apache/solr/schema/SchemaManager.java |  2 +-
 .../org/apache/zookeeper/ZooKeeperExposed.java     | 89 +++++++++++++---------
 5 files changed, 90 insertions(+), 69 deletions(-)