epugh commented on PR #4872: URL: https://github.com/apache/solr/pull/4872#issuecomment-5543208464
> > 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. Okay, I think what I mean was to take the goal of the `ping.adoc` doc, and introduce a new `healthcheck.adoc` that covers more boradly how to do a healthcheck on Solr. `ping.adoc` is (I suspect) the original healthcheck doc from when we first create a ref guide, so it has that name, but really, we should have or add a healthcheck.adoc under the moinitoring. We shouldn't lose the page out of main when we remove the actual "ping" handler. -- 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]
