[
https://issues.apache.org/jira/browse/HDFS-16149?focusedWorklogId=632761&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-632761
]
ASF GitHub Bot logged work on HDFS-16149:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Aug/21 08:53
Start Date: 03/Aug/21 08:53
Worklog Time Spent: 10m
Work Description: jojochuang merged pull request #3255:
URL: https://github.com/apache/hadoop/pull/3255
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 632761)
Time Spent: 40m (was: 0.5h)
> Improve the parameter annotation in FairCallQueue#priorityLevels
> ----------------------------------------------------------------
>
> Key: HDFS-16149
> URL: https://issues.apache.org/jira/browse/HDFS-16149
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: JiangHua Zhu
> Assignee: JiangHua Zhu
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The parameter description of FairCallQueue#priorityLevels is missing in
> FairCallQueue.
> /**
> * Create a FairCallQueue.
> * @param capacity the total size of all sub-queues
> * @param ns the prefix to use for configuration
> * @param capacityWeights the weights array for capacity allocation
> * among subqueues
> * @param conf the configuration to read from
> * Notes: Each sub-queue has a capacity of `capacity / numSubqueues`.
> * The first or the highest priority sub-queue has an excess capacity
> * of `capacity% numSubqueues`
> */
> public FairCallQueue(int priorityLevels, int capacity, String ns,
> int[] capacityWeights, Configuration conf) {
> We should be more perfect for them.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]