CHANGES.HDFS-347.txt 751 B

123456789101112131415161718192021
  1. CHANGES for HDFS-347 branch.
  2. These will be integrated to trunk CHANGES.txt after merge
  3. HDFS-4353. Encapsulate connections to peers in Peer and PeerServer classes.
  4. (Colin Patrick McCabe via todd)
  5. HDFS-4354. Create DomainSocket and DomainPeer and associated unit tests.
  6. (Colin Patrick McCabe via todd)
  7. HDFS-4356. BlockReaderLocal should use passed file descriptors rather than paths.
  8. (Colin Patrick McCabe via todd)
  9. HDFS-4388. DomainSocket should throw AsynchronousCloseException when appropriate.
  10. (Colin Patrick McCabe via todd)
  11. HDFS-4390. Bypass UNIX domain socket unit tests when they cannot be run.
  12. (Colin Patrick McCabe via todd)
  13. HDFS-4400. DFSInputStream#getBlockReader: last retries should ignore the cache
  14. (Colin Patrick McCabe via todd)