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/11 04:42:30 UTC

[lucene-solr] branch reference_impl updated (1fcdd6e -> 4acf92b)

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 1fcdd6e  @1342 Lighten up our test class model, the fields are punishing with randomized testing framework and it's something to move away from for a few reasons.
 discard 33859f6  @1341 Finishing moving to http2 client in final spots, clean up proxy forwarding more and some other things.
 discard 2d35bf2  @1340 We only proxy to other nodes by collection, not core.
 discard cb1e559  @1339 Fix MoveReplicaTest perf issue.
 discard d68c7af  @1338 Start converting to persistent watchers, enable security manager, cleanup.
     add 14050fe  @1338 Start converting to persistent watchers, enable security manager, cleanup.
     add df57463  @1339 Fix MoveReplicaTest perf issue.
     add 59fe24c  @1340 We only proxy to other nodes by collection, not core.
     add da3a67b  @1341 Finishing moving to http2 client in final spots, clean up proxy forwarding more and some other things.
     add 0e59ebb  @1342 Lighten up our test class model, the fields are punishing with randomized testing framework and it's something to move away from for a few reasons.
     add 4acf92b  @1343 Straighten up start/stop scripts, fix an http2 conversion issue with conf sets, clean up Overseer task shutdown a bit, deal with a couple test issues.

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   (1fcdd6e)
            \
             N -- N -- N   refs/heads/reference_impl (4acf92b)

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/lucene/store/NRTCachingDirectory.java   |  21 ++--
 solr/bin/solr                                      | 119 +++++++++++++++++----
 solr/cloud-dev/cloud.sh                            |  14 +--
 .../src/java/org/apache/solr/cloud/Overseer.java   |  18 ++--
 .../java/org/apache/solr/cloud/ZkController.java   |  12 ++-
 .../cloud/api/collections/CreateCollectionCmd.java |   2 +-
 .../org/apache/solr/core/HdfsDirectoryFactory.java |   2 +-
 .../solr/core/NRTCachingDirectoryFactory.java      |   4 +-
 .../solr/filestore}/NRTCachingDirectory.java       |  17 ++-
 .../apache/solr/servlet/SolrDispatchFilter.java    |   2 +-
 .../src/java/org/apache/solr/util/SolrCLI.java     |   4 +-
 .../hdfs/HdfsWriteToMultipleCollectionsTest.java   |   2 +-
 solr/docker/build.gradle                           |   3 -
 .../src/java/org/apache/solr/cli/Stellar.java      |   2 +-
 .../org/apache/solr/core/MockDirectoryFactory.java |   2 +-
 .../apache/solr/core/MockFSDirectoryFactory.java   |   2 +-
 16 files changed, 152 insertions(+), 74 deletions(-)
 copy {lucene/core/src/java/org/apache/lucene/store => solr/core/src/java/org/apache/solr/filestore}/NRTCachingDirectory.java (96%)