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/11/11 16:33:00 UTC

[lucene-solr] branch reference_impl updated (e0c5442 -> 54d8cd5)

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.


 discard e0c5442  @1162 Tweak up.
 discard ac021ba  @1161 Tweak up.
     add 8f5978e  @1161 Tweak up.
     add 6010878  @1162 Tweak up.
     add a3620b6  @1163 Tweak up.
     add 39849c5  @1164 Meant to remove this.
     add 54d8cd5  @1165 Test a throttle.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e0c5442)
            \
             N -- N -- N   refs/heads/reference_impl (54d8cd5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../apache/solr/cloud/overseer/ZkStateWriter.java  |  23 +-
 .../java/org/apache/solr/core/CoreContainer.java   |   4 +-
 .../org/apache/solr/schema/ManagedIndexSchema.java | 343 +++++++++------------
 .../apache/solr/servlet/SolrDispatchFilter.java    |  39 ++-
 .../apache/solr/update/DefaultSolrCoreState.java   |   2 +-
 .../solr/common/util/SolrQueuedThreadPool.java     |   2 +-
 .../org/apache/solr/common/util/TimeSource.java    |   2 +-
 7 files changed, 191 insertions(+), 224 deletions(-)