[
https://issues.apache.org/jira/browse/SOLR-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541148
]
Hoss Man commented on SOLR-408:
-------------------------------
FWIW I'm in favor of making a separate PingRequestHandler, but i think we
should take advantage of this oportunity to eliminate the use of
core.getPingQueryRequest() 9and the horrible syntax it depends on)
This new handler should use it's own init params to drive the query.
> PingRequestHandler
> ------------------
>
> Key: SOLR-408
> URL: https://issues.apache.org/jira/browse/SOLR-408
> Project: Solr
> Issue Type: New Feature
> Components: search
> Affects Versions: 1.2
> Reporter: Karsten Sperling
> Assignee: Ryan McKinley
> Priority: Trivial
> Attachments: ping-request-handler.patch
>
>
> The PingRequestHandler checks the healthcheck file first (if configured) and
> returns an error if the instance is disabled. It then executes the
> configured ping query to ensure that the index is accessible. Advantages:
> - Enable/Disable and index availability can both be checked by the load
> balancer via a single URL.
> - The URL accessed by the load balancer is outside /admin, making it easier
> to restrict access to /admin.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.