[ https://issues.apache.org/jira/browse/HDFS-17781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18019266#comment-18019266 ]
ASF GitHub Bot commented on HDFS-17781: --------------------------------------- github-actions[bot] commented on PR #7676: URL: https://github.com/apache/hadoop/pull/7676#issuecomment-3272752143 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. If you feel like this was a mistake, or you would like to continue working on it, please feel free to re-open it and ask for a committer to remove the stale tag and review again. Thanks all for your contribution. > Fix webImageViewer getContentSummary return wrong result when inode is a ec > file > -------------------------------------------------------------------------------- > > Key: HDFS-17781 > URL: https://issues.apache.org/jira/browse/HDFS-17781 > Project: Hadoop HDFS > Issue Type: Bug > Reporter: liuguanghua > Assignee: liuguanghua > Priority: Major > Labels: pull-request-available > > Now when use hdfs oiv Web mode for offline analysis , the ec file's > getContentSummary is wrong. It supports replicated file only. > {code:java} > data[3] += (curLength) * (f.getReplication()); {code} > > This PR is to fix this. > -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org