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

Sandy Ryza commented on YARN-2250:
----------------------------------

I think the bug can be fixed by replacing name1.substring(lastPeriodIndex) with 
name1.substring(0, lastPeriodIndex).  I tried this out and all your tests 
passed.

> Moving apps between queues - FairScheduler
> ------------------------------------------
>
>                 Key: YARN-2250
>                 URL: https://issues.apache.org/jira/browse/YARN-2250
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: scheduler
>    Affects Versions: 2.4.0, 2.4.1
>            Reporter: Krisztian Horvath
>         Attachments: YARN-2250-1.patch
>
>
> We need to update the queue metrics until to lowest common ancestor of the 
> target and source queue. This method fails to retrieve the right queue.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to