CHANGES.txt 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. Hadoop HDFS Change Log
  2. Trunk (unreleased changes)
  3. INCOMPATIBLE CHANGES
  4. HDFS-538. Per the contract elucidated in HADOOP-6201, throw
  5. FileNotFoundException from FileSystem::listStatus rather than returning
  6. null. (Jakob Homan via cdouglas)
  7. HDFS-602. DistributedFileSystem mkdirs throws FileAlreadyExistsException
  8. instead of FileNotFoundException. (Boris Shkolnik via suresh)
  9. NEW FEATURES
  10. HDFS-436. Introduce AspectJ framework for HDFS code and tests.
  11. (Konstantin Boudnik via szetszwo)
  12. HDFS-447. Add LDAP lookup to hdfsproxy. (Zhiyong Zhang via cdouglas)
  13. HDFS-459. Introduce Job History Log Analyzer. (shv)
  14. HDFS-461. Tool to analyze file size distribution in HDFS. (shv)
  15. HDFS-492. Add two JSON JSP pages to the Namenode for providing corrupt
  16. blocks/replicas information. (Bill Zeller via szetszwo)
  17. HDFS-578. Add support for new FileSystem method for clients to get server
  18. defaults. (Kan Zhang via suresh)
  19. HDFS-595. umask settings in configuration may now use octal or symbolic
  20. instead of decimal. (Jakob Homan via suresh)
  21. HADOOP-6234. Updated hadoop-core and test jars to propagate new option
  22. dfs.umaskmode in configuration. (Jakob Homan via suresh)
  23. HDFS-235. Add support for byte ranges in HftpFileSystem to serve
  24. range of bytes from a file. (Bill Zeller via suresh)
  25. HDFS-385. Add support for an experimental API that allows a module external
  26. to HDFS to specify how HDFS blocks should be placed. (dhruba)
  27. HADOOP-4952. Update hadoop-core and test jars to propagate new FileContext
  28. file system application interface. (Sanjay Radia via suresh).
  29. HDFS-567. Add block forensics contrib tool to print history of corrupt and
  30. missing blocks from the HDFS logs.
  31. (Bill Zeller, Jithendra Pandey via suresh).
  32. IMPROVEMENTS
  33. HDFS-381. Remove blocks from DataNode maps when corresponding file
  34. is deleted. (Suresh Srinivas via rangadi)
  35. HDFS-377. Separate codes which implement DataTransferProtocol.
  36. (szetszwo)
  37. HDFS-396. NameNode image and edits directories are specified as URIs.
  38. (Luca Telloli via rangadi)
  39. HDFS-444. Allow to change probability levels dynamically in the fault
  40. injection framework. (Konstantin Boudnik via szetszwo)
  41. HDFS-352. Documentation for saveNamespace command. (Ravi Phulari via shv)
  42. HADOOP-6106. Updated hadoop-core and test jars from hudson trunk
  43. build #12. (Giridharan Kesavan)
  44. HDFS-204. Add a new metrics FilesInGetListingOps to the Namenode.
  45. (Jitendra Nath Pandey via szetszwo)
  46. HDFS-278. HDFS Outputstream close does not hang forever. (dhruba)
  47. HDFS-443. Add a new metrics numExpiredHeartbeats to the Namenode.
  48. (Jitendra Nath Pandey via szetszwo)
  49. HDFS-475. Add new ant targets for fault injection jars and tests.
  50. (Konstantin Boudnik via szetszwo)
  51. HDFS-458. Create a new ant target, run-commit-test. (Jakob Homan
  52. via szetszwo)
  53. HDFS-493. Change build.xml so that the fault-injected tests are executed
  54. only by the run-test-*-fault-inject targets. (Konstantin Boudnik via
  55. szetszwo)
  56. HDFS-446. Improvements to Offline Image Viewer. (Jakob Homan via shv)
  57. HADOOP-6160. Fix releaseaudit target to run on specific directories.
  58. (gkesavan)
  59. HDFS-501. Use enum to define the constants in DataTransferProtocol.
  60. (szetszwo)
  61. HDFS-508. Factor out BlockInfo from BlocksMap. (shv)
  62. HDFS-510. Rename DatanodeBlockInfo to be ReplicaInfo.
  63. (Jakob Homan & Hairong Kuang via shv)
  64. HDFS-500. Deprecate NameNode methods deprecated in NameNodeProtocol.
  65. (Jakob Homan via shv)
  66. HDFS-514. Change DFSClient.namenode from public to private. (Bill Zeller
  67. via szetszwo)
  68. HDFS-496. Use PureJavaCrc32 in HDFS. (Todd Lipcon via szetszwo)
  69. HDFS-511. Remove redundant block searches in BlockManager. (shv)
  70. HDFS-504. Update the modification time of a file when the file
  71. is closed. (Chun Zhang via dhruba)
  72. HDFS-498. Add development guide and documentation for the fault injection
  73. framework. (Konstantin Boudnik via szetszwo)
  74. HDFS-524. Further DataTransferProtocol code refactoring. (szetszwo)
  75. HDFS-529. Use BlockInfo instead of Block to avoid redundant block searches
  76. in BlockManager. (shv)
  77. HDFS-530. Refactor TestFileAppend* to remove code duplication.
  78. (Konstantin Boudnik via szetszwo)
  79. HDFS-451. Add fault injection tests for DataTransferProtocol. (szetszwo)
  80. HDFS-409. Add more access token tests. (Kan Zhang via szetszwo)
  81. HDFS-546. DatanodeDescriptor iterates blocks as BlockInfo. (shv)
  82. HDFS-457. Do not shutdown datanode if some, but not all, volumes fail.
  83. (Boris Shkolnik via szetszwo)
  84. HDFS-548. TestFsck takes nearly 10 minutes to run. (hairong)
  85. HDFS-539. Refactor fault injeciton pipeline test util for future reuse.
  86. (Konstantin Boudnik via szetszwo)
  87. HDFS-552. Change TestFiDataTransferProtocol to junit 4 and add a few new
  88. tests. (szetszwo)
  89. HDFS-563. Simplify the codes in FSNamesystem.getBlockLocations(..).
  90. (szetszwo)
  91. HDFS-581. Introduce an iterator over blocks in the block report array. (shv)
  92. HDFS-549. Add a new target, run-with-fault-inject-testcaseonly, which
  93. allows an execution of non-FI tests in FI-enable environment. (Konstantin
  94. Boudnik via szetszwo)
  95. HDFS-173. Namenode will not block until a large directory deletion completes.
  96. It allows other operations when the deletion is in progress. (suresh)
  97. HDFS-551. Create new functional test for a block report. (Konstantin
  98. Boudnik via hairong)
  99. HDFS-288. Redundant computation in hashCode() implementation.
  100. (szetszwo via tomwhite)
  101. HDFS-412. Hadoop JMX usage makes Nagios monitoring impossible.
  102. (Brian Bockelman via tomwhite)
  103. HDFS-472. Update hdfsproxy documentation. Adds a setup guide and design
  104. document. (Zhiyong Zhang via cdouglas)
  105. HDFS-617. Support non-recursive create(). (Kan Zhang via szetszwo)
  106. HDFS-618. Support non-recursive mkdir(). (Kan Zhang via szetszwo)
  107. HDFS-574. Split the documentation between the subprojects.
  108. (Corinne Chandel via omalley)
  109. HDFS-598. Eclipse launch task for HDFS. (Eli Collins via tomwhite)
  110. BUG FIXES
  111. HDFS-76. Better error message to users when commands fail because of
  112. lack of quota. Allow quota to be set even if the limit is lower than
  113. current consumption. (Boris Shkolnik via rangadi)
  114. HADOOP-4687. HDFS is split from Hadoop Core. It is a subproject under
  115. Hadoop (Owen O'Malley)
  116. HADOOP-6096. Fix Eclipse project and classpath files following project
  117. split. (tomwhite)
  118. HDFS-195. Handle expired tokens when write pipeline is reestablished.
  119. (Kan Zhang via rangadi)
  120. HDFS-181. Validate src path in FSNamesystem.getFileInfo(..). (Todd
  121. Lipcon via szetszwo)
  122. HDFS-441. Remove TestFTPFileSystem. (szetszwo)
  123. HDFS-440. Fix javadoc broken links in DFSClient. (szetszwo)
  124. HDFS-480. Fix a typo in the jar name in build.xml.
  125. (Konstantin Shvachko via gkesavan)
  126. HDFS-438. Check for NULL before invoking GenericArgumentParser in
  127. DataNode. (Raghu Angadi)
  128. HDFS-415. BlockReceiver hangs in case of certain runtime exceptions.
  129. (Konstantin Boudnik via rangadi)
  130. HDFS-462. loadFSImage should close edits file. (Jakob Homan via shv)
  131. HDFS-489. Update TestHDFSCLI for the -skipTrash option in rm. (Jakob Homan
  132. via szetszwo)
  133. HDFS-445. pread() does not pick up changes to block locations.
  134. (Kan Zhang via rangadi)
  135. HDFS-463. CreateEditLog utility broken after HDFS-396 (URI for
  136. FSImage). (Suresh Srinivas via rangadi)
  137. HDFS-484. Fix bin-package and package target to package jar files.
  138. (gkesavan)
  139. HDFS-490. Eliminate the deprecated warnings introduced by H-5438.
  140. (He Yongqiang via szetszwo)
  141. HDFS-119. Fix a bug in logSync(), which causes NameNode block forever.
  142. (Suresh Srinivas via shv)
  143. HDFS-534. Include avro in ivy. (szetszwo)
  144. HDFS-532. Allow applications to know that a read request failed
  145. because block is missing. (dhruba)
  146. HDFS-561. Fix write pipeline READ_TIMEOUT in DataTransferProtocol.
  147. (Kan Zhang via szetszwo)
  148. HDFS-553. BlockSender reports wrong failed position in ChecksumException.
  149. (hairong)
  150. HDFS-568. Set mapred.job.tracker.retire.jobs to false in
  151. src/test/mapred-site.xml for mapreduce tests to run. (Amareshwari
  152. Sriramadasu via szetszwo)
  153. HDFS-15. All replicas end up on 1 rack. (Jitendra Nath Pandey via hairong)
  154. HDFS-586. TestBlocksWithNotEnoughRacks sometimes fails.
  155. (Jitendra Nath Pandey via hairong)
  156. HADOOP-6243. Fixed a NullPointerException in handling deprecated keys.
  157. (Sreekanth Ramakrishnan via yhemanth)
  158. HDFS-605. Do not run fault injection tests in the run-test-hdfs-with-mr
  159. target. (Konstantin Boudnik via szetszwo)
  160. HDFS-606. Fix ConcurrentModificationException in invalidateCorruptReplicas()
  161. (shv)
  162. HDFS-601. TestBlockReport obtains data directories directly from
  163. MiniHDFSCluster. (Konstantin Boudnik via shv)
  164. HDFS-614. TestDatanodeBlockScanner obtains data directories directly from
  165. MiniHDFSCluster. (shv)
  166. HDFS-612. Remove the use of org.mortbay.log.Log in FSDataset. (szetszwo)
  167. HDFS-622. checkMinReplication should count live nodes only. (shv)
  168. Release 0.20.1 - Unreleased
  169. IMPROVEMENTS
  170. HDFS-438. Improve help message for space quota command. (Raghu Angadi)
  171. BUG FIXES
  172. HDFS-167. Fix a bug in DFSClient that caused infinite retries on write.
  173. (Bill Zeller via szetszwo)
  174. HDFS-527. Remove/deprecate unnecessary DFSClient constructors. (szetszwo)
  175. HDFS-525. The SimpleDateFormat object in ListPathsServlet is not thread
  176. safe. (Suresh Srinivas and cdouglas)