ijioio commented on code in PR #931:
URL: https://github.com/apache/solr/pull/931#discussion_r923222374
##########
solr/core/src/java/org/apache/solr/core/CoreContainer.java:
##########
@@ -2157,6 +2169,12 @@ public void waitForLoadingCore(String name, long
timeoutMs) {
solrCores.waitForLoadingCoreToFinish(name, timeoutMs);
}
+ // ---------------- Core admin handler operations --------------
+
+ protected <A> A createCoreAdminHandlerOperation(String operationClass,
Class<A> clazz) {
+ return loader.newInstance(operationClass, clazz, null, null, null);
Review Comment:
Nice catch! Thank you for pointing this out! I just copy/pasted the block
from `createHandler()` method without investigating in more details, my bad :(
--
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]