epugh commented on code in PR #4073:
URL: https://github.com/apache/solr/pull/4073#discussion_r2724149999
##########
solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java:
##########
@@ -735,8 +736,9 @@ protected void logAndFlushAdminRequest(SolrQueryResponse
solrResp) throws IOExce
solrResp.getToLogAsString("[admin]"));
}
}
+ // Admin requests have no core, use built-in writers
Review Comment:
Should we be calling these "Cluster requests" or "Builtin requests"? Admin
isn't really a very precise term since we would call "Add a shard" a "admin
request"....? Or make sure that when we say "Admin" we mean "Solr Cluster
Administration"???
--
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]