-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-15931. Fix non-static inner classes for better memory management #2830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Will merge in 24 hours if no objection. I see no backward compatibility concerns so this will not need to be claimed "incompatible change".
@liuml07 Thanks for the review. Shall I create backport PRs till branch-3.1 / branch-2.10? |
@virajjasani No i think it's safe to backport directly. No need for separate PRs. Thanks |
@virajjasani Just saw you have multiple PRs recently. In Hadoop, the PR title and git commit subject have format:
So the |
#2830). Contributed by Viraj Jasani Signed-off-by: Mingliang Liu <liuml07@apache.org>
#2830). Contributed by Viraj Jasani Signed-off-by: Mingliang Liu <liuml07@apache.org>
#2830). Contributed by Viraj Jasani Signed-off-by: Mingliang Liu <liuml07@apache.org>
#2830). Contributed by Viraj Jasani Signed-off-by: Mingliang Liu <liuml07@apache.org>
Thanks @liuml07 , I will take care of this going forward. One question: |
Right right, the PR title is as this one shows now - without "Contributed by...".
When committing, this "Contributed by ..." will be added into subject/ title. I also seen people keep this in commit message. My comment was more about |
Got it, Thanks. Updated PR title for #2844 |
Sure, definitely makes sense. My bad that I might have missed the convention somewhere. |
apache#2830). Contributed by Viraj Jasani Signed-off-by: Mingliang Liu <liuml07@apache.org>
Jira: https://issues.apache.org/jira/browse/HDFS-15931