[ 
https://issues.apache.org/jira/browse/SOLR-11126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16115231#comment-16115231
 ] 

Shalin Shekhar Mangar commented on SOLR-11126:
----------------------------------------------

# It is a bad idea to do {{updateLiveNodes}} on each invocation of the handler. 
I think the watcher is good enough. # Can you change the logging to debug level?
# We shouldn't be creating new handlers which aren't available in the v2 path 
anymore. Can you add a v2 equivalent for this handler?
# Can't we use this for non-cloud cases as well? Perhaps add a param 
(cloud=true?) to signal that the response should be OK only when running in 
cloud mode
# If we do the above, we can add a param for core and then deprecate the 
PingRequestHandler and eventually remove it.

> Node-level health check handler
> -------------------------------
>
>                 Key: SOLR-11126
>                 URL: https://issues.apache.org/jira/browse/SOLR-11126
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Anshum Gupta
>            Assignee: Anshum Gupta
>             Fix For: master (8.0)
>
>         Attachments: SOLR-11126.patch
>
>
> Solr used to have the PING handler at core level, but with SolrCloud, we are 
> missing a node level health check handler. It would be good to have. The API 
> would look like:
> * solr/admin/health (v1 API)
> * solr/node/health (v2 API)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to