[
https://issues.apache.org/jira/browse/HADOOP-4373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639021#action_12639021
]
Vinod K V commented on HADOOP-4373:
-----------------------------------
Few comments. We can
- stop looking at more queues once we spot a queue with zero guaranteed
capacity, in TaskSchedulingMgr.assignTasks. This works because of the ordering
of queues.
- also skip queues with on zero capacities in
TaskSchedulingMgr.reclaimCapacity. This can avoid some unnecessary comparisons.
- have a check for queues with zero capacity *percentages*. This is perhaps
what Vivek intended.
> Guaranteed Capacity calculation is not calculated correctly
> -----------------------------------------------------------
>
> Key: HADOOP-4373
> URL: https://issues.apache.org/jira/browse/HADOOP-4373
> Project: Hadoop Core
> Issue Type: Bug
> Components: contrib/capacity-sched
> Affects Versions: 0.19.0
> Reporter: Karam Singh
> Assignee: Hemanth Yamijala
> Priority: Blocker
> Fix For: 0.19.0
>
> Attachments: HADOOP-4373.patch, HADOOP-4373.patch
>
>
> Guaranteed Capacity calculation is not calculated correctly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.