hfutatzhanghb opened a new pull request, #6368: URL: https://github.com/apache/hadoop/pull/6368
### Description of PR First packet size(data length + checksum length) will be set to 516 bytes when writing to a new block. In method computePacketChunkSize, the parameters psize and csize would be (0, 512)when writting to a new block. It should better use writePacketSize to improve the speed of sending data. -- 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]
