CHANGES-HDFS-4949.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. OPTIMIZATIONS
  24. BUG FIXES
  25. HDFS-5169. hdfs.c: translateZCRException: null pointer deref when
  26. translating some exceptions. (Contributed by Colin Patrick McCabe)