You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Íñigo Goiri (JIRA)" <ji...@apache.org> on 2018/06/26 16:31:00 UTC

[jira] [Commented] (HADOOP-15562) Add Software Load Balancing support for Hadoop services

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

Íñigo Goiri commented on HADOOP-15562:
--------------------------------------

This should support other services like:
* The Router: we should be available to check the state of the Router.
* The Observer Namenode: we should be able to redirect to both Active and Standby.

> Add Software Load Balancing support for Hadoop services
> -------------------------------------------------------
>
>                 Key: HADOOP-15562
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15562
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Giovanni Matteo Fumarola
>            Priority: Minor
>
> We put HA services behind Software Load Balancers (SLBs), so the SLB only redirects to the Active components (e.g., active Namenode).
> SLBs usually rely on the return code of an endpoint to determine if a service is available to serve requests.
> Currently, one can use already existing interfaces like JMX to check the status of the service.
> However, there is a need to do the mapping between the JMX values and the state of the service.
> We should provide an interface (potentially REST) to check for particular JMX (or a new ones) values and report a particular HTTP code (e.g., 200).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org