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