Skip to content

SOLR-18417: Remove PingRequestHandler and related code - #4874

Draft
gerlowskija wants to merge 3 commits into
apache:mainfrom
gerlowskija:SOLR-18417-remove-prh-code-2
Draft

SOLR-18417: Remove PingRequestHandler and related code#4874
gerlowskija wants to merge 3 commits into
apache:mainfrom
gerlowskija:SOLR-18417-remove-prh-code-2

Conversation

@gerlowskija

Copy link
Copy Markdown
Contributor

Removes PingRequestHandler, SolrPing, SolrPingResponse,
SolrClient.ping(), and various related constants. This follows their
deprecation in Solr 10.1.

(This PR requires the as-yet-unmerged #4872, and will be left as
a draft until it is merged. See that PR for more discussion around
the deprecation/removal of this functionality.)

PingRequestHandler has largely been superseded by HealthcheckHandler (or
even SystemInfoHandler) which do healthchecks at the node-level instead
and tend to be much more compatible with typical load balancers.

This commit deprecates PingRequestHandler and the corresponding SolrPing
class in SolrJ.  Removal will occur in a subsequent ('main'-only)
commit.
Removes PingRequestHandler, SolrPing, SolrPingResponse,
SolrClient.ping(), and various related constants.  This follows their
deprecation in Solr 10.1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant