gerlowskija commented on code in PR #3738:
URL: https://github.com/apache/solr/pull/3738#discussion_r2416888456


##########
solr/core/src/java/org/apache/solr/handler/admin/CoreAdminHandler.java:
##########
@@ -210,13 +210,8 @@ public void handleRequestBody(SolrQueryRequest req, 
SolrQueryResponse rsp) throw
       final String action = req.getParams().get(ACTION, 
STATUS.toString()).toLowerCase(Locale.ROOT);
       CoreAdminOp op = opMap.get(action);
       if (op == null) {
-        log.warn(

Review Comment:
   [Q] I don't see any deprecation warning here, is this deprecated?  Also, if 
we're removing the call to `handleCustomAction` - should the method itself be 
removed?



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