You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Rohith (JIRA)" <ji...@apache.org> on 2015/03/31 13:16:53 UTC

[jira] [Commented] (YARN-3418) AM to be able to set/update web URL and IPC ports post-registration

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

Rohith commented on YARN-3418:
------------------------------

Before going to implementation, I would like to hear from the folks for supporting new AM-RM IPC call to publish updated binding information.

[~vinodkv], [~jianhe], [~kasha] and other folks, kindly share your opinion.

> AM to be able to set/update web URL and IPC ports post-registration
> -------------------------------------------------------------------
>
>                 Key: YARN-3418
>                 URL: https://issues.apache.org/jira/browse/YARN-3418
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: resourcemanager
>    Affects Versions: 2.8.0
>            Reporter: Steve Loughran
>            Assignee: Rohith
>
> Currently the AM can only set the IPC and HTTP(s) ports on AM registration.
> This
> # creates a possible race condition: the IPC and HTTP ports need to come up before the app is fully initialised. This is particularly true on work-preserving AM restarts, as the AM will depend on the list of containers supplied during registration to build its internal state. 
> # prevents the AM from changing these values dynamically during application execution. This matters if the Web or IPC services are hosted not in the AM, but in a deployed container. If the container is restarted, there's no way to rebind the services. 
> A new AM-RM IPC call to publish updated binding information is needed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)