Skip to content

Commit

Permalink
Revert "SOLR-11904: Mark ReplicationHandler's polling thread as a Sol…
Browse files Browse the repository at this point in the history
…r server thread so the PKI Interceptor is activated to allow PULL replicas to replicate from security-enabled leaders (apache#110)"

To address review comments after merge.

This reverts commit d316946.
  • Loading branch information
thelabdude committed May 3, 2021
1 parent d316946 commit e131414
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 309 deletions.
3 changes: 0 additions & 3 deletions solr/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,6 @@ Bug Fixes

* SOLR-15383: Solr Zookeeper status page shows green even when some Zookeepers are not serving requests (janhoy)

* 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 (Timothy Potter)

Other Changes
---------------------
* SOLR-15118: Deprecate CollectionAdminRequest.getV2Request(). (Jason Gerlowski)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,6 @@ private void setupPolling(String intervalStr) {
log.info("Poll disabled");
return;
}
ExecutorUtil.setServerThreadFlag(true); // so PKI auth works
try {
log.debug("Polling for index modifications");
markScheduledExecutionStart();
Expand Down
Loading

0 comments on commit e131414

Please sign in to comment.