haiyang1987 opened a new pull request, #6628:
URL: https://github.com/apache/hadoop/pull/6628

   ### Description of PR
   https://issues.apache.org/jira/browse/HDFS-17426
   
   When read the replication file, the following logic will be called when 
`readingWithStrategy` and `actualGetFromOneDataNode` logic in 
`DFSInputStream.java`
   
   ```
    if (readStatistics.getBlockType() == BlockType.STRIPED) {
             dfsClient.updateFileSystemECReadStats(nread);
     }
   ```
   This is invalid call, can remove it.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to