[jira] [Commented] (YARN-1675) Application does not change to RUNNING after being scheduled

2014-03-04 Thread Hudson (JIRA)

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

Hudson commented on YARN-1675:
--

SUCCESS: Integrated in Hadoop-Mapreduce-trunk #1716 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1716/])
YARN-1675. Added the previously missed new file. (vinodkv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1573736)
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestKillApplicationWithRMHA.java


> Application does not change to RUNNING after being scheduled
> 
>
> Key: YARN-1675
> URL: https://issues.apache.org/jira/browse/YARN-1675
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Affects Versions: 2.4.0
>Reporter: Trupti Dhavle
>
> I dont see any stacktraces in logs. But the debug logs show negative vcores-
> {noformat}
> 2014-01-29 18:42:26,357 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(808)) - assignContainers: 
> node=hor11n39.gq1.ygridcore.net #applications=5
> 2014-01-29 18:42:26,357 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0269
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0269 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0269 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,358 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0269
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0269 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0269 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,358 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0272
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0272 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0272 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,359 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0272
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0272 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0272 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,359 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0273
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0273 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0273 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,360 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0273
> 2014-01-29 18:42:26,360 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - 

[jira] [Commented] (YARN-1675) Application does not change to RUNNING after being scheduled

2014-03-04 Thread Hudson (JIRA)

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

Hudson commented on YARN-1675:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk #1691 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1691/])
YARN-1675. Added the previously missed new file. (vinodkv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1573736)
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestKillApplicationWithRMHA.java


> Application does not change to RUNNING after being scheduled
> 
>
> Key: YARN-1675
> URL: https://issues.apache.org/jira/browse/YARN-1675
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Affects Versions: 2.4.0
>Reporter: Trupti Dhavle
>
> I dont see any stacktraces in logs. But the debug logs show negative vcores-
> {noformat}
> 2014-01-29 18:42:26,357 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(808)) - assignContainers: 
> node=hor11n39.gq1.ygridcore.net #applications=5
> 2014-01-29 18:42:26,357 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0269
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0269 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0269 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,358 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0269
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0269 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0269 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,358 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0272
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0272 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0272 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,359 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0272
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0272 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0272 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,359 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0273
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0273 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0273 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,360 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0273
> 2014-01-29 18:42:26,360 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showReques

[jira] [Commented] (YARN-1675) Application does not change to RUNNING after being scheduled

2014-03-04 Thread Hudson (JIRA)

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

Hudson commented on YARN-1675:
--

FAILURE: Integrated in Hadoop-Yarn-trunk #499 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/499/])
YARN-1675. Added the previously missed new file. (vinodkv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1573736)
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestKillApplicationWithRMHA.java


> Application does not change to RUNNING after being scheduled
> 
>
> Key: YARN-1675
> URL: https://issues.apache.org/jira/browse/YARN-1675
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Affects Versions: 2.4.0
>Reporter: Trupti Dhavle
>
> I dont see any stacktraces in logs. But the debug logs show negative vcores-
> {noformat}
> 2014-01-29 18:42:26,357 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(808)) - assignContainers: 
> node=hor11n39.gq1.ygridcore.net #applications=5
> 2014-01-29 18:42:26,357 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0269
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0269 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0269 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,358 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0269
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0269 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0269 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,358 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0272
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0272 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0272 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,359 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0272
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0272 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0272 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,359 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0273
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0273 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0273 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,360 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0273
> 2014-01-29 18:42:26,360 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests

[jira] [Commented] (YARN-1675) Application does not change to RUNNING after being scheduled

2014-03-03 Thread Hudson (JIRA)

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

Hudson commented on YARN-1675:
--

SUCCESS: Integrated in Hadoop-trunk-Commit #5255 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/5255/])
YARN-1675. Added the previously missed new file. (vinodkv: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1573736)
* 
/hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestKillApplicationWithRMHA.java


> Application does not change to RUNNING after being scheduled
> 
>
> Key: YARN-1675
> URL: https://issues.apache.org/jira/browse/YARN-1675
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Affects Versions: 2.4.0
>Reporter: Trupti Dhavle
>
> I dont see any stacktraces in logs. But the debug logs show negative vcores-
> {noformat}
> 2014-01-29 18:42:26,357 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(808)) - assignContainers: 
> node=hor11n39.gq1.ygridcore.net #applications=5
> 2014-01-29 18:42:26,357 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0269
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0269 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0269 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,358 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0269
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0269 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0269 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,358 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0272
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0272 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0272 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,359 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0272
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0272 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0272 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,359 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0273
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0273 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0273 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,360 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0273
> 2014-01-29 18:42:26,360 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRe

[jira] [Commented] (YARN-1675) Application does not change to RUNNING after being scheduled

2014-02-10 Thread Jian He (JIRA)

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

Jian He commented on YARN-1675:
---

Closed as a duplicate of YARN-1689

> Application does not change to RUNNING after being scheduled
> 
>
> Key: YARN-1675
> URL: https://issues.apache.org/jira/browse/YARN-1675
> Project: Hadoop YARN
>  Issue Type: Bug
>  Components: resourcemanager
>Affects Versions: 2.4.0
>Reporter: Trupti Dhavle
>
> I dont see any stacktraces in logs. But the debug logs show negative vcores-
> {noformat}
> 2014-01-29 18:42:26,357 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(808)) - assignContainers: 
> node=hor11n39.gq1.ygridcore.net #applications=5
> 2014-01-29 18:42:26,357 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0269
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0269 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0269 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,358 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0269
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0269 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0269 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,358 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0272
> 2014-01-29 18:42:26,358 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0272 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0272 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,359 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0272
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0272 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0272 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,359 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(827)) - pre-assignContainers for application 
> application_1390986573180_0273
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0273 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,359 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0273 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,360 DEBUG capacity.LeafQueue 
> (LeafQueue.java:assignContainers(911)) - post-assignContainers for 
> application application_1390986573180_0273
> 2014-01-29 18:42:26,360 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(326)) - showRequests: 
> application=application_1390986573180_0273 headRoom= 
> currentConsumption=2048
> 2014-01-29 18:42:26,360 DEBUG scheduler.SchedulerApplicationAttempt 
> (SchedulerApplicationAttempt.java:showRequests(330)) - showRequests: 
> application=application_1390986573180_0273 request={Priority: 0, Capability: 
> , # Containers: 0, Location: *, Relax Locality: true}
> 2014-01-29 18:42:26,360 DEBUG capacity.Lea