[jira] [Updated] (YARN-3764) CapacityScheduler should forbid moving LeafQueue from one parent to another

2017-01-05 Thread Junping Du (JIRA)

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

Junping Du updated YARN-3764:
-
Fix Version/s: 2.8.0

> CapacityScheduler should forbid moving LeafQueue from one parent to another
> ---
>
> Key: YARN-3764
> URL: https://issues.apache.org/jira/browse/YARN-3764
> Project: Hadoop YARN
>  Issue Type: Bug
>Reporter: Wangda Tan
>Assignee: Wangda Tan
>Priority: Blocker
> Fix For: 2.8.0, 2.7.1, 3.0.0-alpha1
>
> Attachments: YARN-3764.1.patch
>
>
> Currently CapacityScheduler doesn't handle the case well, for example:
> A queue structure:
> {code}
> root
>   |
>   a (100)
> /   \
>x y
>   (50)   (50)
> {code}
> And reinitialize using following structure:
> {code}
>  root
>  /   \ 
> (50)a x (50)
> |
> y
>(100)
> {code}
> The actual queue structure after reinitialize is:
> {code}
>  root
> /\
>a (50) x (50)
>   /  \
>  xy
> (50)  (100)
> {code}
> We should forbid admin doing that.



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

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



[jira] [Updated] (YARN-3764) CapacityScheduler should forbid moving LeafQueue from one parent to another

2015-06-03 Thread Wangda Tan (JIRA)

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

Wangda Tan updated YARN-3764:
-
Attachment: YARN-3764.1.patch

Attached initial patch for review.

 CapacityScheduler should forbid moving LeafQueue from one parent to another
 ---

 Key: YARN-3764
 URL: https://issues.apache.org/jira/browse/YARN-3764
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: Wangda Tan
Assignee: Wangda Tan
Priority: Blocker
 Attachments: YARN-3764.1.patch


 Currently CapacityScheduler doesn't handle the case well, for example:
 A queue structure:
 {code}
 root
   |
   a (100)
 /   \
x y
   (50)   (50)
 {code}
 And reinitialize using following structure:
 {code}
  root
  /   \ 
 (50)a x (50)
 |
 y
(100)
 {code}
 The actual queue structure after reinitialize is:
 {code}
  root
 /\
a (50) x (50)
   /  \
  xy
 (50)  (100)
 {code}
 We should forbid admin doing that.



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


[jira] [Updated] (YARN-3764) CapacityScheduler should forbid moving LeafQueue from one parent to another

2015-06-03 Thread Wangda Tan (JIRA)

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

Wangda Tan updated YARN-3764:
-
Summary: CapacityScheduler should forbid moving LeafQueue from one parent 
to another  (was: CapacityScheduler forbid of moving LeafQueue from one parent 
to another)

 CapacityScheduler should forbid moving LeafQueue from one parent to another
 ---

 Key: YARN-3764
 URL: https://issues.apache.org/jira/browse/YARN-3764
 Project: Hadoop YARN
  Issue Type: Bug
Reporter: Wangda Tan
Assignee: Wangda Tan
Priority: Blocker

 Currently CapacityScheduler doesn't handle the case well, for example:
 A queue structure:
 {code}
 root
   |
   a (100)
 /   \
x y
   (50)   (50)
 {code}
 And reinitialize using following structure:
 {code}
  root
  /   \ 
 (50)a x (50)
 |
 y
(100)
 {code}
 The actual queue structure after reinitialize is:
 {code}
  root
 /\
a (50) x (50)
   /  \
  xy
 (50)  (100)
 {code}
 We should forbid admin doing that.



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