[jira] [Updated] (YARN-3867) ContainerImpl changes to support container resizing

2015-09-24 Thread Wangda Tan (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wangda Tan updated YARN-3867:
-
Fix Version/s: (was: 3.0.0)
   2.8.0

> ContainerImpl changes to support container resizing
> ---
>
> Key: YARN-3867
> URL: https://issues.apache.org/jira/browse/YARN-3867
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: nodemanager
>Reporter: MENG DING
>Assignee: MENG DING
> Fix For: 2.8.0
>
> Attachments: YARN-3867-YARN-1197.3.patch, 
> YARN-3867-YARN-1197.4.patch, YARN-3867-YARN-1197.5.patch, YARN-3867.1.patch, 
> YARN-3867.2.patch
>
>
> 1) ContainerImpl logic changes in NM to handle events related to container 
> resizing
> 2) Relevant test cases



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


[jira] [Updated] (YARN-3867) ContainerImpl changes to support container resizing

2015-09-23 Thread Wangda Tan (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wangda Tan updated YARN-3867:
-
Fix Version/s: (was: YARN-1197)
   3.0.0

> ContainerImpl changes to support container resizing
> ---
>
> Key: YARN-3867
> URL: https://issues.apache.org/jira/browse/YARN-3867
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: nodemanager
>Reporter: MENG DING
>Assignee: MENG DING
> Fix For: 3.0.0
>
> Attachments: YARN-3867-YARN-1197.3.patch, 
> YARN-3867-YARN-1197.4.patch, YARN-3867-YARN-1197.5.patch, YARN-3867.1.patch, 
> YARN-3867.2.patch
>
>
> 1) ContainerImpl logic changes in NM to handle events related to container 
> resizing
> 2) Relevant test cases



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


[jira] [Updated] (YARN-3867) ContainerImpl changes to support container resizing

2015-07-28 Thread MENG DING (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

MENG DING updated YARN-3867:

Attachment: YARN-3867-YARN-1197.5.patch

Attaching patch that updates container resource synchronously. In particular:
* Call ContainersMonitor event handler directly in ContainerManagerImpl
* Remove {{ChangeContainerResourceEvent}}, {{ContainerResourceChangedEvent}}, 
and related logic from {{ContainerImpl}}
* Add {{setResource}} function to {{ContainerImpl}} (called by 
{{ContainersMonitorImpl}} in YARN-1643) to update container resource. 


> ContainerImpl changes to support container resizing
> ---
>
> Key: YARN-3867
> URL: https://issues.apache.org/jira/browse/YARN-3867
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: nodemanager
>Reporter: MENG DING
>Assignee: MENG DING
> Attachments: YARN-3867-YARN-1197.3.patch, 
> YARN-3867-YARN-1197.4.patch, YARN-3867-YARN-1197.5.patch, YARN-3867.1.patch, 
> YARN-3867.2.patch
>
>
> 1) ContainerImpl logic changes in NM to handle events related to container 
> resizing
> 2) Relevant test cases



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


[jira] [Updated] (YARN-3867) ContainerImpl changes to support container resizing

2015-07-24 Thread MENG DING (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

MENG DING updated YARN-3867:

Attachment: YARN-3867-YARN-1197.4.patch

Thanks [~jianhe] for the review. Attached new patch that addressed all 
comments. Originally I was trying to follow the same logic as container launch, 
but it makes sense to remove 
{{CHANGE_CONTAINER_RESOURCE/ChangeContainerResourceTransition}} to save one hop 
of event transition!

> ContainerImpl changes to support container resizing
> ---
>
> Key: YARN-3867
> URL: https://issues.apache.org/jira/browse/YARN-3867
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: nodemanager
>Reporter: MENG DING
>Assignee: MENG DING
> Attachments: YARN-3867-YARN-1197.3.patch, 
> YARN-3867-YARN-1197.4.patch, YARN-3867.1.patch, YARN-3867.2.patch
>
>
> 1) ContainerImpl logic changes in NM to handle events related to container 
> resizing
> 2) Relevant test cases



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


[jira] [Updated] (YARN-3867) ContainerImpl changes to support container resizing

2015-07-15 Thread MENG DING (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

MENG DING updated YARN-3867:

Attachment: YARN-3867-YARN-1197.3.patch

Update this patch as dependent issues have been updated.

> ContainerImpl changes to support container resizing
> ---
>
> Key: YARN-3867
> URL: https://issues.apache.org/jira/browse/YARN-3867
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: nodemanager
>Reporter: MENG DING
>Assignee: MENG DING
> Attachments: YARN-3867-YARN-1197.3.patch, YARN-3867.1.patch, 
> YARN-3867.2.patch
>
>
> 1) ContainerImpl logic changes in NM to handle events related to container 
> resizing
> 2) Relevant test cases



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


[jira] [Updated] (YARN-3867) ContainerImpl changes to support container resizing

2015-07-07 Thread MENG DING (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

MENG DING updated YARN-3867:

Attachment: YARN-3867.2.patch

Fixed coding style.

> ContainerImpl changes to support container resizing
> ---
>
> Key: YARN-3867
> URL: https://issues.apache.org/jira/browse/YARN-3867
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: nodemanager
>Reporter: MENG DING
>Assignee: MENG DING
> Attachments: YARN-3867.1.patch, YARN-3867.2.patch
>
>
> 1) ContainerImpl logic changes in NM to handle events related to container 
> resizing
> 2) Relevant test cases



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


[jira] [Updated] (YARN-3867) ContainerImpl changes to support container resizing

2015-06-29 Thread MENG DING (JIRA)

 [ 
https://issues.apache.org/jira/browse/YARN-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

MENG DING updated YARN-3867:

Attachment: YARN-3867.1.patch

Attach patch for containerImpl changes

> ContainerImpl changes to support container resizing
> ---
>
> Key: YARN-3867
> URL: https://issues.apache.org/jira/browse/YARN-3867
> Project: Hadoop YARN
>  Issue Type: Sub-task
>  Components: nodemanager
>Reporter: MENG DING
>Assignee: MENG DING
> Attachments: YARN-3867.1.patch
>
>
> 1) ContainerImpl logic changes in NM to handle events related to container 
> resizing
> 2) Relevant test cases



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