gerlowskija commented on PR #4872:
URL: https://github.com/apache/solr/pull/4872#issuecomment-5540339807

   > we are removing the concept of a healthcheck from old non cloud 
deployments.
   
   We're removing PingRequestHandler, but Solr still offers a bunch of 
healthcheck options, even in standalone mode.  HealthcheckHandler (and it's v2 
equivalent) [support standalone 
mode](https://github.com/apache/solr/blob/main/solr/core/src/java/org/apache/solr/handler/admin/api/NodeHealth.java#L142-L190).
  As does SystemInfoHandler.  And as we've discussed elsewhere - even for users 
who love the query-a-specific-core approach that PingRequestHandler provided - 
`/select?q=*:*` is still there as a drop-in replacement for `/admin/ping`.
   
   > Do you need to update 
https://solr.apache.org/guide/solr/latest/deployment-guide/ping.html ?
   
   I did!  See `ping.adoc` in the PR diff.


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