HDFS-16137.Improve the comments related to FairCallQueue#queues.#3226
HDFS-16137.Improve the comments related to FairCallQueue#queues.#3226jojochuang merged 1 commit intoapache:trunkfrom
Conversation
|
💔 -1 overall
This message was automatically generated. |
virajjasani
left a comment
There was a problem hiding this comment.
Left minor nits, looks good otherwise
There was a problem hiding this comment.
nit: minor change and alignment of comment section:
/**
* Save the queue data of multiple priority strategies as list of blocking queues.
* Usually the number of queue data and priority strategies saved is the same.
*/
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/FairCallQueue.java
Outdated
Show resolved
Hide resolved
|
@virajjasani , thanks for your comment. I will try to modify and submit some new codes later. |
There was a problem hiding this comment.
just a minor code style issue. We typically don't do wildcard imports in Hadoop codebase.
You can configure your IDE to not automatically collapse multiple imports into one wildcard import.
Other than that I am +1
|
@jojochuang , thanks for your comment. I will try to modify and submit some new codes later. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
…che#3226) Co-authored-by: zhujianghua <zhujianghua@zhujianghuadeMacBook-Pro.local> Reviewed-by: Viraj Jasani <vjasani@apache.org>
NOTICE
Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute