-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-17781.Fix webImageViewer getContentSummary return wrong result when inode is a ec file #7676
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. |
|
We're closing this stale PR because it has been open for 100 days with no activity. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable. |
|
@Hexiaoqiao @tomscut Do you have time to review this PR? Thanks |
Description of PR
As described HDFS-17781
Now when use hdfs oiv Web mode for offline analysis , the ec file's getContentSummary is wrong. It supports replicated file only.
data[3] += (curLength) * (f.getReplication());This PR is to fix this.