-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-16866. Fix a typo in Dispatcher #5202
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. |
@@ -164,7 +164,7 @@ synchronized int allocate(int n) { | |||
} | |||
} | |||
|
|||
/** Aloocate a single lot of items */ | |||
/** Allocate a single lot of items */ |
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.
Could you please also update the method name Dispatcher#getBblocksMoved
to Dispatcher#getBlocksMoved
? Thank you.
…in Dispatcher.java and Balancer.java
💔 -1 overall
This message was automatically generated. |
Hi @Happy-shi , please fix checkstyle warn. Thanks. |
@@ -164,7 +164,7 @@ synchronized int allocate(int n) { | |||
} | |||
} | |||
|
|||
/** Aloocate a single lot of items */ | |||
/** Allocate a single lot of items */ |
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.
/** Allocate a single lot of items */ | |
/** Allocate a single lot of items. */ |
💔 -1 overall
This message was automatically generated. |
Thanks @Happy-shi for your contribution. |
Signed-off-by: Tao Li <tomscut@apache.org>
JIRA: HDFS-16866.
Fix a typo in Dispatcher.