-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
HDFS-17310. DiskBalancer: Enhance the log message for submitPlan #6391
Conversation
@@ -443,7 +444,7 @@ private NodePlan verifyPlanHash(String planID, String plan) | |||
throws DiskBalancerException { | |||
final long sha1Length = 40; | |||
if (plan == null || plan.length() == 0) { | |||
LOG.error("Disk Balancer - Invalid plan."); | |||
LOG.error("Disk Balancer - Invalid plan ()."); |
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.
This seems to be missing some information.
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.
Thanks @slfan1989 for your comment.
here no need to modify it,i will remove ‘()’
Hi @tasanuma Can you help to take a review this small changes when you have time? thank you very much~ |
💔 -1 overall
This message was automatically generated. |
Thanks @slfan1989 @ashutoshcipher help me reivew it. |
@haiyang1987 Thanks for the contribution! LGTM. But do we wait 1-2 working days for tasanuma to help review the PR? |
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.
Sorry for being late.
LGTM. +1.
@haiyang1987 Thank you for your contribution! Merged Into trunk. @ashutoshcipher @tasanuma Thanks for reviewing the code! |
Thanks @slfan1989 @tasanuma @ashutoshcipher for your review and merge it! |
…che#6391) Contributed by Haiyang Hu. Reviewed-by: Ashutosh Gupta <ashugpt@amazon.com> Reviewed-by: Takanobu Asanuma <tasanuma@apache.org> Signed-off-by: Shilun Fan <slfan1989@apache.org>
Description of PR
https://issues.apache.org/jira/browse/HDFS-17310
In order to convenient troubleshoot problems, enhance the log message for submitPlan.