-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-16274. Improve error msg for FSNamesystem#startFileInt #3554
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. |
|
Hi @ferhui @ayushtkn @Hexiaoqiao @jojochuang @tasanuma , could you please review this PR. Thanks a lot. |
aajisaka
left a comment
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.
LGTM.
|
Thanks @ayushtkn for your review. |
|
+1 |
|
Belated +1 (non-binding) |
|
Thanks @hemanthboyina @virajjasani for your review. |
JIRA: HDFS-16274
When the blocksize of a file is smaller than dfs.namenode.fs-limits.min-block-size, an IOE will be thrown. In current exception messages, it is easy to confuse the value of blocksize with the value of dfs.namenode.fs-limits.min-block-size.
Before the change:

After the change:
