CHANGES-HDFS-4949.txt 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Hadoop HDFS Change Log for HDFS-4949
  2. HDFS-4949 (Unreleased)
  3. INCOMPATIBLE CHANGES
  4. NEW FEATURES
  5. IMPROVEMENTS
  6. HDFS-5049. Add JNI mlock support. (Andrew Wang via Colin Patrick McCabe)
  7. HDFS-5051. Propagate cache status information from the DataNode to the
  8. NameNode (Andrew Wang via Colin Patrick McCabe)
  9. HDFS-5052. Add cacheRequest/uncacheRequest support to NameNode.
  10. (contributed by Colin Patrick McCabe)
  11. HDFS-5050. Add DataNode support for mlock and munlock
  12. (Andrew Wang via Colin Patrick McCabe)
  13. HDFS-5141. Add cache status information to datanode heartbeat.
  14. (Contributed by Andrew Wang)
  15. HDFS-5121. Add RPCs for creating and manipulating cache pools.
  16. (Contributed by Colin Patrick McCabe)
  17. HDFS-5163. Miscellaneous cache pool RPC fixes. (Contributed by Colin
  18. Patrick McCabe)
  19. HDFS-5120. Add command-line support for manipulating cache pools.
  20. (Contributed by Colin Patrick McCabe)
  21. HDFS-5158. Add command-line support for manipulating cache directives.
  22. (Contributed by Colin Patrick McCabe)
  23. HDFS-5053. NameNode should invoke DataNode APIs to coordinate caching.
  24. (Andrew Wang)
  25. HDFS-5197. Document dfs.cachereport.intervalMsec in hdfs-default.xml.
  26. (cnauroth)
  27. OPTIMIZATIONS
  28. BUG FIXES
  29. HDFS-5169. hdfs.c: translateZCRException: null pointer deref when
  30. translating some exceptions. (Contributed by Colin Patrick McCabe)
  31. HDFS-5198. NameNodeRpcServer must not send back DNA_FINALIZE in reply to a
  32. cache report. (Contributed by Colin Patrick McCabe)
  33. HDFS-5195. Prevent passing null pointer to mlock and munlock. (cnauroth)
  34. HDFS-5201. NativeIO: consolidate getrlimit into NativeIO#getMemlockLimit
  35. (Contributed by Colin Patrick McCabe)
  36. HDFS-5210. Fix some failing unit tests on HDFS-4949 branch.
  37. (Contributed by Andrew Wang)