hfutatzhanghb opened a new pull request, #5952: URL: https://github.com/apache/hadoop/pull/5952
### Description of PR Currently in method flushOrSync, it will only increase fsyncCount once when `isSync == true`. But actually we fsync twice when `checksumOut != null` and `streams.getDataOut() != null`. So we should increase fsync count twice. -- 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]
