[
https://issues.apache.org/jira/browse/YARN-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905803#comment-13905803
]
Karthik Kambatla commented on YARN-1678:
----------------------------------------
Thanks Sandy. Looks good to me except for the following nit.
* If we are editing javadoc, we should add all the params. Or, we should not
add any at all.
{code}
*
* @param reserved
* Whether there's already a container reserved for this app on the node.
{code}
> Fair scheduler gabs incessantly about reservations
> --------------------------------------------------
>
> Key: YARN-1678
> URL: https://issues.apache.org/jira/browse/YARN-1678
> Project: Hadoop YARN
> Issue Type: Bug
> Components: scheduler
> Reporter: Sandy Ryza
> Assignee: Sandy Ryza
> Attachments: YARN-1678-1.patch, YARN-1678.patch
>
>
> Come on FS. We really don't need to know every time a node with a reservation
> on it heartbeats.
> {code}
> 2014-01-29 03:48:16,043 INFO
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FairScheduler:
> Trying to fulfill reservation for application
> appattempt_1390547864213_0347_000001 on node: host:
> a2330.halxg.cloudera.com:8041 #containers=8 available=<memory:0, vCores:8>
> used=<memory:8192, vCores:8>
> 2014-01-29 03:48:16,043 INFO
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.AppSchedulable:
> Making reservation: node=a2330.halxg.cloudera.com
> app_id=application_1390547864213_0347
> 2014-01-29 03:48:16,043 INFO
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.SchedulerApplicationAttempt:
> Application application_1390547864213_0347 reserved container
> container_1390547864213_0347_01_000003 on node host:
> a2330.halxg.cloudera.com:8041 #containers=8 available=<memory:0, vCores:8>
> used=<memory:8192, vCores:8>, currently has 6 at priority 0;
> currentReservation 6144
> 2014-01-29 03:48:16,044 INFO
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSSchedulerNode:
> Updated reserved container container_1390547864213_0347_01_000003 on node
> host: a2330.halxg.cloudera.com:8041 #containers=8 available=<memory:0,
> vCores:8> used=<memory:8192, vCores:8> for application
> org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.FSSchedulerApp@1cb01d20
> {code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)