NazerkeBS commented on a change in pull request #23:
URL: https://github.com/apache/solr/pull/23#discussion_r599046410
##########
File path:
solr/core/src/java/org/apache/solr/cloud/OverseerCollectionConfigSetProcessor.java
##########
@@ -88,9 +88,9 @@ private static OverseerMessageHandlerSelector
getOverseerMessageHandlerSelector(
Overseer overseer,
OverseerNodePrioritizer overseerNodePrioritizer) {
final OverseerCollectionMessageHandler collMessageHandler = new
OverseerCollectionMessageHandler(
- zkStateReader, myId, shardHandlerFactory, adminPath, stats, overseer,
overseerNodePrioritizer);
+ zkStateReader, myId, shardHandlerFactory, adminPath, stats, overseer,
overseerNodePrioritizer, overseer.getCoreContainer());
Review comment:
used by OverseerConfigSetMessageHandler
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]