[ 
https://issues.apache.org/jira/browse/HDFS-17426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ZanderXu resolved HDFS-17426.
-----------------------------
    Resolution: Fixed

> Remove Invalid FileSystemECReadStats logic in DFSInputStream
> ------------------------------------------------------------
>
>                 Key: HDFS-17426
>                 URL: https://issues.apache.org/jira/browse/HDFS-17426
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Haiyang Hu
>            Assignee: Haiyang Hu
>            Priority: Major
>              Labels: pull-request-available
>
> When read the replication file, the following logic will be called when 
> _readingWithStrategy_ and _actualGetFromOneDataNode_ logic in 
> DFSInputStream.java 
> {code:java}
>  if (readStatistics.getBlockType() == BlockType.STRIPED) {
>           dfsClient.updateFileSystemECReadStats(nread);
>   }
> {code}
> This is invalid call, can remove it.



--
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

Reply via email to