HDFS-16291.Make the comment of INode#ReclaimContext more standardized.#3602
Merged
ferhui merged 1 commit intoapache:trunkfrom Nov 4, 2021
Merged
HDFS-16291.Make the comment of INode#ReclaimContext more standardized.#3602ferhui merged 1 commit intoapache:trunkfrom
ferhui merged 1 commit intoapache:trunkfrom
Conversation
|
💔 -1 overall
This message was automatically generated. |
Contributor
Author
|
It seems that Jenkins did not execute successfully. It seems that these have little to do with the code I submitted. |
tomscut
approved these changes
Nov 1, 2021
Contributor
Author
|
Thank you @tomscut for your comments and reviews. |
Contributor
Author
|
Hi @jojochuang @ferhui @Hexiaoqiao, are you willing to spend some time to help review this pr. |
ferhui
reviewed
Nov 3, 2021
Contributor
ferhui
left a comment
There was a problem hiding this comment.
Thanks for ping me, minor comments
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INode.java
Outdated
Show resolved
Hide resolved
89a6347 to
673f55d
Compare
ferhui
approved these changes
Nov 3, 2021
Contributor
Author
|
Thank you very much. @ferhui @virajjasani |
|
💔 -1 overall
This message was automatically generated. |
Contributor
|
@jianghuazhu Thanks for contribution. @virajjasani @tomscut Thanks for review! Merged |
HarshitGupta11
pushed a commit
to HarshitGupta11/hadoop
that referenced
this pull request
Nov 28, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of PR
In the INode#ReclaimContext class, there are some irregular comments.
The purpose of this pr is to make them more standardized.
Details: HDFS-16291
How was this patch tested?
Here is just some work on the documentation, the test pressure is not great.