You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by th...@apache.org on 2021/05/03 23:29:54 UTC

[solr] branch main updated (6c969f7 -> d316946)

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

thelabdude pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git.


    from 6c969f7  SOLR-15340: Fix wildcard path detection on Windows.
     add d316946  SOLR-11904: Mark ReplicationHandler's polling thread as a Solr server thread so the PKI Interceptor is activated to   allow PULL replicas to replicate from security-enabled leaders (#110)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |   3 +
 .../apache/solr/handler/ReplicationHandler.java    |   1 +
 .../org/apache/solr/cloud/TestPullReplica.java     | 292 ++++++++++-----------
 .../apache/solr/cloud/TestPullReplicaWithAuth.java | 162 ++++++++++++
 4 files changed, 309 insertions(+), 149 deletions(-)
 create mode 100644 solr/core/src/test/org/apache/solr/cloud/TestPullReplicaWithAuth.java