[jira] [Updated] (YARN-7789) Should fail RM if 3rd resource type is configured but RM uses DefaultResourceCalculator

2018-02-14 Thread Wangda Tan (JIRA)

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

Wangda Tan updated YARN-7789:
-
Fix Version/s: 3.1.0

> Should fail RM if 3rd resource type is configured but RM uses 
> DefaultResourceCalculator
> ---
>
> Key: YARN-7789
> URL: https://issues.apache.org/jira/browse/YARN-7789
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Sumana Sathish
>Assignee: Zian Chen
>Priority: Critical
> Fix For: 3.1.0
>
> Attachments: YARN-7789.001.patch, YARN-7789.002.patch
>
>
> We may need to revisit this behavior: Currently, RM doesn't fail if 3rd 
> resource type is configured, allocated containers will be automatically 
> assigned minimum allocation for all resource types except memory, this makes 
> really hard for troubleshooting. I prefer to fail RM if 3rd or more resource 
> type is configured inside resource-types.xml. 



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-7789) Should fail RM if 3rd resource type is configured but RM uses DefaultResourceCalculator

2018-02-07 Thread Zian Chen (JIRA)

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

Zian Chen updated YARN-7789:

Attachment: YARN-7789.002.patch

> Should fail RM if 3rd resource type is configured but RM uses 
> DefaultResourceCalculator
> ---
>
> Key: YARN-7789
> URL: https://issues.apache.org/jira/browse/YARN-7789
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Sumana Sathish
>Assignee: Zian Chen
>Priority: Critical
> Attachments: YARN-7789.001.patch, YARN-7789.002.patch
>
>
> We may need to revisit this behavior: Currently, RM doesn't fail if 3rd 
> resource type is configured, allocated containers will be automatically 
> assigned minimum allocation for all resource types except memory, this makes 
> really hard for troubleshooting. I prefer to fail RM if 3rd or more resource 
> type is configured inside resource-types.xml. 



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-7789) Should fail RM if 3rd resource type is configured but RM uses DefaultResourceCalculator

2018-02-05 Thread Zian Chen (JIRA)

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

Zian Chen updated YARN-7789:

Attachment: YARN-7789.001.patch

> Should fail RM if 3rd resource type is configured but RM uses 
> DefaultResourceCalculator
> ---
>
> Key: YARN-7789
> URL: https://issues.apache.org/jira/browse/YARN-7789
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Sumana Sathish
>Assignee: Zian Chen
>Priority: Critical
> Attachments: YARN-7789.001.patch
>
>
> We may need to revisit this behavior: Currently, RM doesn't fail if 3rd 
> resource type is configured, allocated containers will be automatically 
> assigned minimum allocation for all resource types except memory, this makes 
> really hard for troubleshooting. I prefer to fail RM if 3rd or more resource 
> type is configured inside resource-types.xml. 



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-7789) Should fail RM if 3rd resource type is configured but RM uses DefaultResourceCalculator

2018-01-24 Thread Wangda Tan (JIRA)

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

Wangda Tan updated YARN-7789:
-
Reporter: Sumana Sathish  (was: Wangda Tan)

> Should fail RM if 3rd resource type is configured but RM uses 
> DefaultResourceCalculator
> ---
>
> Key: YARN-7789
> URL: https://issues.apache.org/jira/browse/YARN-7789
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Sumana Sathish
>Assignee: Zian Chen
>Priority: Critical
>
> We may need to revisit this behavior: Currently, RM doesn't fail if 3rd 
> resource type is configured, allocated containers will be automatically 
> assigned minimum allocation for all resource types except memory, this makes 
> really hard for troubleshooting. I prefer to fail RM if 3rd or more resource 
> type is configured inside resource-types.xml. 



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-7789) Should fail RM if 3rd resource type is configured but RM uses DefaultResourceCalculator

2018-01-22 Thread Wangda Tan (JIRA)

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

Wangda Tan updated YARN-7789:
-
Description: We may need to revisit this behavior: Currently, RM doesn't 
fail if 3rd resource type is configured, allocated containers will be 
automatically assigned minimum allocation for all resource types except memory, 
this makes really hard for troubleshooting. I prefer to fail RM if 3rd or more 
resource type is configured inside resource-types.xml. 

> Should fail RM if 3rd resource type is configured but RM uses 
> DefaultResourceCalculator
> ---
>
> Key: YARN-7789
> URL: https://issues.apache.org/jira/browse/YARN-7789
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Wangda Tan
>Priority: Critical
>
> We may need to revisit this behavior: Currently, RM doesn't fail if 3rd 
> resource type is configured, allocated containers will be automatically 
> assigned minimum allocation for all resource types except memory, this makes 
> really hard for troubleshooting. I prefer to fail RM if 3rd or more resource 
> type is configured inside resource-types.xml. 



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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org



[jira] [Updated] (YARN-7789) Should fail RM if 3rd resource type is configured but RM uses DefaultResourceCalculator

2018-01-22 Thread Wangda Tan (JIRA)

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

Wangda Tan updated YARN-7789:
-
Environment: (was: We may need to revisit this behavior: Currently, RM 
doesn't fail if 3rd resource type is configured, allocated containers will be 
automatically assigned minimum allocation for all resource types except memory, 
this makes really hard for troubleshooting. I prefer to fail RM if 3rd or more 
resource type is configured inside resource-types.xml. )

> Should fail RM if 3rd resource type is configured but RM uses 
> DefaultResourceCalculator
> ---
>
> Key: YARN-7789
> URL: https://issues.apache.org/jira/browse/YARN-7789
> Project: Hadoop YARN
>  Issue Type: Sub-task
>Reporter: Wangda Tan
>Priority: Critical
>




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

-
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org