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/02/27 16:23:35 UTC

[lucene-solr] branch reference_impl updated (1ebc44b -> 3c76b67)

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 1ebc44b  @1413 Dist commit leader bs.
 discard 45a6b3e  @1412 Fix ambiguous Math.max call.
 discard 3f0b212  @1411 Test tweaks.
 discard 06149a8  @1410 Fix this indexing in test.
 discard f57215b  @1409 Test looking for an exact message here.
 discard 9ca2622  @1408 Zhu Li, the nightly thing please.
     add 8215239  @1408 Zhu Li, the nightly thing please.
     add 0b034e6  @1409 Test looking for an exact message here.
     add 779393a  @1410 Fix this indexing in test.
     add 8f73a03  @1411 Test tweaks.
     add 7fc386d  @1412 Fix ambiguous Math.max call.
     add 9fd027c  @1413 Dist commit leader bs.
     add faa49cd  @1414 Try and avoid tlog replay fail due to thread safety.
     add b582415  @1415 "You're tense, I'm calm. You apply excessive force; I control that force through fluid motion. That means relaxing the whole body so it can react instantly without resistance-no, without thought. Do you see now? It means becoming like clear water."
     add 3c76b67  @1416 Quick fix and cache.

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   (1ebc44b)
            \
             N -- N -- N   refs/heads/reference_impl (3c76b67)

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:
 .../src/java/org/apache/solr/cloud/Overseer.java   |  6 +--
 .../solr/cloud/ShardLeaderElectionContext.java     |  2 +-
 .../solr/cloud/ShardLeaderElectionContextBase.java |  2 +-
 .../java/org/apache/solr/cloud/ZkController.java   |  7 ++-
 .../java/org/apache/solr/cloud/ZkShardTerms.java   |  4 +-
 .../apache/solr/cloud/ZkSolrResourceLoader.java    |  4 ++
 .../apache/solr/cloud/overseer/ZkStateWriter.java  | 13 +++---
 .../org/apache/solr/core/ConfigSetService.java     | 12 ++---
 .../java/org/apache/solr/core/CoreContainer.java   |  4 +-
 .../src/java/org/apache/solr/core/SolrCore.java    | 19 ++++----
 .../org/apache/solr/core/SolrResourceLoader.java   |  2 +-
 .../java/org/apache/solr/core/XmlConfigFile.java   | 54 +++++++++++++++++++---
 .../processor/LogUpdateProcessorFactory.java       | 17 +++++++
 .../apache/solr/cloud/CollectionsAPISolrJTest.java |  2 +-
 .../apache/solr/cloud/SolrCloudExampleTest.java    |  2 +
 .../org/apache/solr/search/join/XCJFQueryTest.java |  5 +-
 .../solr/client/solrj/impl/Http2SolrClient.java    |  8 ++--
 .../src/java/org/apache/solr/common/ParWork.java   |  2 +-
 .../solr/common/cloud/ConnectionManager.java       |  6 ++-
 .../{log4j2-std-debug.xml => log4j2-std.xml}       |  6 +--
 20 files changed, 123 insertions(+), 54 deletions(-)
 copy solr/test-framework/src/resources/logconf/{log4j2-std-debug.xml => log4j2-std.xml} (97%)