pvcnt commented on code in PR #2016:
URL: https://github.com/apache/solr/pull/2016#discussion_r1362401814


##########
solr/core/src/java/org/apache/solr/core/CoreContainer.java:
##########
@@ -776,6 +775,7 @@ private void loadInternal() {
     ClusterEventProducerFactory clusterEventProducerFactory = new 
ClusterEventProducerFactory(this);
     clusterEventProducer = clusterEventProducerFactory;
 
+    containerPluginsRegistry = new ContainerPluginsRegistry(this, 
containerHandlers.getApiBag());

Review Comment:
   Need to instantiate only when CoreContainer has a NodeConfig ready.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to