janhoy commented on a change in pull request #525:
URL: https://github.com/apache/solr/pull/525#discussion_r785208882



##########
File path: solr/core/src/java/org/apache/solr/core/NodeConfig.java
##########
@@ -157,6 +162,8 @@ private NodeConfig(String nodeName, Path coreRootDirectory, 
Path solrDataHome, I
     }
     if (null == this.solrHome) throw new NullPointerException("solrHome");
     if (null == this.loader) throw new NullPointerException("loader");
+
+    setupSharedLib();

Review comment:
       I found no better place to kick this off than in the constructor.




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