-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.8.0, 2.7.1, 3.0.0-alpha1
-
Component/s: None
-
Labels:None
-
Target Version/s:
-
Hadoop Flags:Reviewed
Currently CapacityScheduler doesn't handle the case well, for example:
A queue structure:
root | a (100) / \ x y (50) (50)
And reinitialize using following structure:
root / \ (50)a x (50) | y (100)
The actual queue structure after reinitialize is:
root / \ a (50) x (50) / \ x y (50) (100)
We should forbid admin doing that.