CHANGES.txt 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417
  1. Hadoop HDFS Change Log
  2. Trunk (unreleased changes)
  3. NEW FEATURES
  4. HDFS-1365. Federation: propose ClusterID and BlockPoolID format
  5. (tanping via boryas)
  6. HDFS-1394. Federation: modify -format option for namenode to generated
  7. new blockpool id and accept newcluster (boryas)
  8. HDFS-1400. Federation: DataTransferProtocol uses ExtendedBlockPool to
  9. include BlockPoolID in the protocol. (suresh)
  10. HDFS-1428. Federation : add cluster ID and block pool ID into
  11. Name node web UI(tanping via boryas)
  12. HDFS-1450. Federation: Introduce block pool ID into FSDatasetInterface.
  13. (suresh)
  14. HDFS-1632. Federation: data node storage structure changes and
  15. introduce block pool storage. (tanping via suresh)
  16. HDFS-1634. Federation: Convert single threaded DataNode into
  17. per BlockPool thread model.(boryas)
  18. HDFS-1637. Federation: FSDataset in Datanode should be created after
  19. initial handshake with namenode. (boryas and jitendra)
  20. HDFS-1653. Federation: Block received message from datanode sends invalid
  21. DatanodeRegistration. (Tanping via suresh)
  22. HDFS-1645. DatanodeCommond.Finalize needs to include BlockPoolId.
  23. (suresh)
  24. HDFS-1638.DataNode.handleDiskError needs to inform ALL namenodes if a disk
  25. failed (boryas)
  26. HDFS-1647. Federation: Multiple namenode configuration. (jitendra)
  27. HDFS-1639. Add block pool management to FSDataset. (suresh)
  28. HDFS-1648. Only DataStorage must be locked using in_use.lock and no
  29. locks must be associated with BlockPoolStorage. (tanping via suresh)
  30. HDFS-1641. Datanode fields that are no longer used should be removed (boryas)
  31. HDFS-1642. HDFS Federation: add Datanode.getDNRegistration(String bpid)
  32. method (boryas)
  33. HDFS-1643. HDFS Federation: remove namenode argument from DataNode
  34. constructor (boryas)
  35. HDFS-1657. Tests that corrupt block files fail due to changed file
  36. path in federation. (suresh)
  37. IMPROVEMENTS
  38. HDFS-1510. Added test-patch.properties required by test-patch.sh (nigel)
  39. OPTIMIZATIONS
  40. BUG FIXES
  41. HDFS-1449. Fix test failures - ExtendedBlock must return
  42. block file name in #getBlockName(). (suresh)
  43. Release 0.22.0 - Unreleased
  44. NEW FEATURES
  45. HDFS-992. Re-factor block access token implementation to conform to the
  46. generic Token interface in Common (Kan Zhang and Jitendra Pandey via jghoman)
  47. HDFS-599. Allow NameNode to have a seprate port for service requests from
  48. client requests. (Dmytro Molkov via hairong)
  49. HDFS-1004. Update NN to support Kerberized SSL from HADOOP-6584.
  50. (jghoman and Kan Zhang via jghoman)
  51. HDFS-1005. Fsck security. (borya and Kan Zhang via jghoman)
  52. HDFS-1006. getImage/putImage http requests should be https for the case
  53. of security enabled. (borya and jghoman via jghoman)
  54. HDFS-1033. In secure clusters, NN and SNN should verify that the remote
  55. principal during image and edits transfer. (jghoman)
  56. HDFS-1023. Allow http server to start as regular principal if https
  57. principal not defined. (jghoman)
  58. HDFS-1150. Verify datanodes' identities to clients in secure clusters.
  59. (jghoman)
  60. HDFS-1330. Make RPCs to DataNodes timeout. (hairong)
  61. HDFS-202. HDFS support of listLocatedStatus introduced in HADOOP-6870.
  62. HDFS piggyback block locations to each file status when listing a
  63. directory. (hairong)
  64. HDFS-1359. Add BlockPoolID to Block. (suresh)
  65. HDFS-1361. Add -fileStatus operation to NNThroughputBenchmark. (shv)
  66. HDFS-1435. Provide an option to store fsimage compressed. (hairong)
  67. IMPROVEMENTS
  68. HDFS-1304. Add a new unit test for HftpFileSystem.open(..). (szetszwo)
  69. HDFS-1096. fix for prev. commit. (boryas)
  70. HDFS-1096. allow dfsadmin/mradmin refresh of superuser proxy group
  71. mappings (boryas)
  72. HDFS-1146. Javadoc for getDelegationTokenSecretManager in FSNamesystem (jnp via boryas)
  73. HDFS-1132. Refactor TestFileStatus (Eli Collins via cos)
  74. HDFS-1163. normalize property names for JT/NN kerberos principal
  75. names in configuration (from HADOOP 6633) (boryas)
  76. HDFS-1003. authorization checks for inter-server protocol
  77. (based on HADOOP-6600) (boryas)
  78. HDFS-1061. Memory footprint optimization for INodeFile object.
  79. (Bharath Mundlapudi via jghoman)
  80. HDFS-1079. Throw exceptions as specified by the AbstractFileSystem
  81. in HDFS implemenation and protocols. (suresh)
  82. HDFS-1112. Edit log buffer should not grow unfoundedly. (hairong)
  83. HDFS-1119. Introduce a GSet interface to BlocksMap. (szetszwo)
  84. HDFS-1184. Replace tabs in code with spaces. (Jeff Ames via jghoman)
  85. HDFS-1185. Remove duplicate now() functions in DataNode, FSNamesysetm.
  86. (Jeff Ames via jghoman)
  87. HDFS-1183. Remove some duplicate code in NamenodeJspHelper.java.
  88. (Jeff Ames via jghoman)
  89. HDFS-1190. Remove unused getNamenode() method from DataNode.
  90. (Jeff Ames via jghoman)
  91. HDFS-1110. Reuses objects for commonly used file names in namenode to
  92. reduce the heap usage. (suresh)
  93. HDFS-752. Add interfaces classification to to HDFS source code. (suresh)
  94. HDFS-947. An Hftp read request is redirected to a datanode that has
  95. the most replicas of the blocks in the file. (Dmytro Molkov via dhruba)
  96. HDFS-1272. Fixes to take care of the changes in HADOOP-6845.
  97. (Jitendra Pandey via ddas)
  98. HDFS-1298 - Add support in HDFS for new statistics added in FileSystem
  99. to track the file system operations. (suresh)
  100. HDFS-1201. The HDFS component for HADOOP-6632.
  101. (Kan Zhang & Jitendra Pandey via ddas)
  102. HDFS-1307 Add start time, end time and total time taken for FSCK to
  103. FSCK report (suresh)
  104. HDFS-1302. The HDFS side of the changes corresponding to HADOOP-6861.
  105. (Jitendra Pandey & Owen O'Malley via ddas)
  106. HDFS-1315. Add fsck event to audit log and remove other audit log events
  107. corresponding to FSCK listStatus and open calls. (suresh)
  108. HDFS-1178. The NameNode servlets should not use RPC to connect to the
  109. NameNode. (Kan Zhang via jghoman)
  110. HDFS-1130. Adds dfs.cluster.administrator ACL configuration that can
  111. be used to control who can view the default hdfs servlets. (ddas)
  112. HDFS-1297. Fix some comments. (Jeff Ames via jghoman)
  113. HDFS-330. Datanode Web UIs should provide robots.txt.
  114. (Allen Wittenauer via jghoman)
  115. HDFS-881. Refactor DataNode Packet header into DataTransferProtocol.
  116. (Todd Lipcon via jghoman)
  117. HDFS-1036. docs for fetchdt
  118. HDFS-1318. Add JMX interface for read access to namenode and datanode
  119. web UI information. (Tanping Wang via suresh).
  120. HDFS-1356. Provide information as to whether or not security is
  121. enabled on web interface for NameNode (boryas)
  122. HDFS-1205. FSDatasetAsyncDiskService should name its threads.
  123. (Todd Lipcon via eli)
  124. HDFS-1111. Introduce getCorruptFileBlocks() for fsck. (Sriram Rao via shv)
  125. HDFS-1395. Add @Override to FSDataset methods that implement
  126. FSDatasetInterface methods. (suresh)
  127. HDFS-1383. Improve the error messages when using hftp://. (szetszwo)
  128. HDFS-1093. Change the FSNamesystem lock to a read/write lock. (dhruba)
  129. HDFS-1407. Change DataTransferProtocol methods to use Block instead
  130. of individual elements of Block. (suresh)
  131. HDFS-1417. Add @Override to SimulatedFSDataset methods that implement
  132. FSDatasetInterface methods. (suresh)
  133. HDFS-1426. Remove unused method BlockInfo#listCount. (hairong)
  134. HDFS-1456. Provide builder for constructing instances of MiniDFSCluster.
  135. (jghoman)
  136. HDFS-1472. Allow programmatic access to fsck output.
  137. (Ramkumar Vadali via dhruba)
  138. HADOOP-7007. Update the hudson-test-patch ant target to work with the
  139. latest test-patch.sh script (gkesavan)
  140. HDFS-1462. Refactor edit log loading to a separate class from edit log writing.
  141. (Todd Lipcon via eli)
  142. HDFS-1485. Fix typo in BlockPlacementPolicy. (Jingguo Yao via shv)
  143. OPTIMIZATIONS
  144. HDFS-1140. Speedup INode.getPathComponents. (Dmytro Molkov via shv)
  145. HDFS-1081. Performance regression in
  146. DistributedFileSystem::getFileBlockLocations in secure systems (jghoman)
  147. HDFS-1114. Implement LightWeightGSet for BlocksMap in order to reduce
  148. NameNode memory footprint. (szetszwo)
  149. HDFS-1320. Add LOG.isDebugEnabled() guard for each LOG.debug(..).
  150. (Erik Steffl via szetszwo)
  151. HDFS-1368. Add a block counter to DatanodeDescriptor. (hairong)
  152. HDFS-1434. Refactor Datanode#startDataNode method into smaller methods.
  153. (suresh)
  154. BUG FIXES
  155. HDFS-1039. Adding test for JspHelper.getUGI(jnp via boryas)
  156. HDFS-1019. Incorrect default values for delegation tokens in
  157. hdfs-default.xml (jnp via boryas)
  158. HDFS-1039. Service should be set in the token in JspHelper.getUGI(jnp via boryas)
  159. HDFS-1038. FIX. A test missed in a previous commit for this JIRA. (boryas)
  160. HDFS-1038. In nn_browsedfscontent.jsp fetch delegation token only
  161. if security is enabled. (jnp via boryas)
  162. HDFS-1044. Cannot submit mapreduce job from secure client to
  163. unsecure sever (boryas)
  164. HDFS-1021. specify correct server principal for RefreshAuthorizationPolicyProtocol
  165. and RefreshUserToGroupMappingsProtocol protocols in DFSAdmin (for HADOOP-6612) (boryas)
  166. HDFS-970. fsync fsimage to disk before closing fsimage file.
  167. (Todd Lipcon via dhruba)
  168. HDFS-1027. Update copyright year to 2010. (Ravi Phulari via jghoman)
  169. HDFS-1080. SecondaryNameNode image transfer should use the defined http
  170. address rather than local ip address. (jghoman)
  171. HDFS-1198. Resolving cross-realm principals. (Jitendra Pandey via jghoman)
  172. HDFS-1118. Fix socketleak on DFSClient. (Zheng Shao via dhruba)
  173. HDFS-1192. refreshSuperUserGroupsConfiguration should use server side
  174. configuration for the refresh (for HADOOP-6815) (boryas)
  175. HDFS-1036. in DelegationTokenFetch dfs.getURI returns no port (boryas)
  176. HDFS-1017. browsedfs jsp should call JspHelper.getUGI rather
  177. than using createRemoteUser() (jnp via boryas)
  178. HDFS-1250. Namenode should reject block reports and block received
  179. requests from dead datanodes (suresh)
  180. HDFS-1145. When NameNode is shutdown it does not try to exit
  181. safemode anymore. (dhruba)
  182. HDFS-1202. DataBlockScanner throws NPE when updated before
  183. initialized. (Todd Lipcon via dhruba)
  184. HDFS-882. Datanode logs the hostname and port its listening on.
  185. (Steve Loughran via dhruba)
  186. HDFS-1238. ant eclipse-files has drifted again, (jghoman)
  187. HDFS-1045. In secure clusters, re-login is necessary for https
  188. clients before opening connections. (jghoman)
  189. HDFS-1289. Datanode secure mode is broken. (Kan Zhang via jghoman)
  190. HDFS-1007. HFTP needs to be updated to use delegation tokens (boryas)
  191. HDFS-1085. HFTP read may fail silently on the client side if there is an
  192. exception on the server side. (szetszwo)
  193. HDFS-1308. job conf key for the services name of DelegationToken for HFTP
  194. url is constructed incorrectly in HFTPFileSystem (boryas)
  195. HDFS-1319. Fix location of re-login for secondary namenode from HDFS-999.
  196. (jghoman)
  197. HDFS-1317. Remove the FILEPATH_PATTERN from hdfsproxy.AuthorizationFilter.
  198. (Rohini Palaniswamy via szetszwo)
  199. HDFS-912. sed in build.xml on Solaris fails. (Allen Wittenauer via jghoman)
  200. HDFS-1296. using delegation token over hftp for long running
  201. clients (boryas)
  202. HDFS-1334. open in HftpFileSystem does not add delegation tokens to the url.
  203. (Jitendra Pandey via jghoman)
  204. HDFS-1301. TestHDFSProxy need to use server side conf for ProxyUser
  205. stuff. (boryas)
  206. HDFS-1340. When security is turned off, there is a potential XSS attack.
  207. This patch fixes it by removing delegationtoken string from the URL,
  208. before returning a response to the client. (Jitendra Pandey via ddas)
  209. HDFS-1347. TestDelegationToken uses mortbay.log for logging (boryas)
  210. HDFS-1157. Modifications introduced by HDFS-1150 are breaking aspect's
  211. bindings (cos)
  212. HDFS-1349. Remove empty java files. (Eli Collins)
  213. HDFS-1340. A null delegation token is appended to the url if security
  214. is disabled when browsing filesystem. (boryas)
  215. HDFS-1352. Fix jsvc.location. (Eli Collins via jghoman)
  216. HDFS-1284. TestBlockToken fails. (Kan Zhang via jghoman)
  217. HDFS-1355. ant veryclean (clean-cache) doesn't clean enough.
  218. (Luke Lu via jghoman)
  219. HDFS-1353. Remove most of getBlockLocation optimization. (jghoman)
  220. HDFS-1369. Invalid javadoc reference in FSDatasetMBean.java (Eli Collins)
  221. HDFS-829. hdfsJniHelper.c: #include <error.h> is not portable.
  222. (Allen Wittenauer via jghoman)
  223. HDFS-1310. The ClientDatanodeProtocol proxy should be stopped in
  224. DFSInputStream.readBlockLength(..). (sam rash via szetszwo)
  225. HDFS-1357. HFTP traffic served by DataNode shouldn't use service port
  226. on NameNode. (Kan Zhang via jghoman)
  227. HDFS-1419. HDFS Federation: Three test cases need minor modification after
  228. the new block id change (Tanping Wang via suresh)
  229. HDFS-96. HDFS supports blocks larger than 2 GB.
  230. (Patrick Kling via dhruba)
  231. HDFS-1433. Fix test failures - TestPread and TestFileLimit. (suresh)
  232. HDFS-1364. Makes long running HFTP-based applications do relogins
  233. if necessary. (Jitendra Pandey via ddas)
  234. HDFS-1399. Distinct minicluster services (e.g. NN and JT) overwrite each
  235. other's service policies. (Aaron T. Myers via tomwhite)
  236. HDFS-1440. Fix TestComputeInvalidateWork failure. (suresh)
  237. Release 0.21.0 - Unreleased
  238. HDFS-1411. Correct backup node startup command in hdfs user guide.
  239. (Ching-Shen Chen via shv)
  240. BUG FIXES
  241. HDFS-1363. Eliminate second synchronized sections in appendFile(). (shv)
  242. HDFS-1413. Fix broken links to HDFS Wiki. (shv)
  243. HDFS-1420. Clover build doesn't generate per-test coverage (cos)
  244. HDFS-1444. Test related code of build.xml is error-prone and needs to be
  245. re-aligned. (cos)
  246. HDFS-1343. Instrumented build should be concentrated in one build area (cos)
  247. HDFS-1452. ant compile-contrib is broken (cos)
  248. HDFS-1474. ant binary-system is broken (cos)
  249. Release 0.21.0 - 2010-08-13
  250. INCOMPATIBLE CHANGES
  251. HDFS-538. Per the contract elucidated in HADOOP-6201, throw
  252. FileNotFoundException from FileSystem::listStatus rather than returning
  253. null. (Jakob Homan via cdouglas)
  254. HDFS-602. DistributedFileSystem mkdirs throws FileAlreadyExistsException
  255. instead of FileNotFoundException. (Boris Shkolnik via suresh)
  256. HDFS-544. Add a "rbw" subdir to DataNode data directory. (hairong)
  257. HDFS-576. Block report includes under-construction replicas. (shv)
  258. HDFS-636. SafeMode counts complete blocks only. (shv)
  259. HDFS-644. Lease recovery, concurrency support. (shv)
  260. HDFS-570. Get last block length from a data-node when opening a file
  261. being written to. (Tsz Wo (Nicholas), SZE via shv)
  262. HDFS-657. Remove unused legacy data-node protocol methods. (shv)
  263. HDFS-658. Block recovery for primary data-node. (shv)
  264. HDFS-660. Remove deprecated methods from InterDatanodeProtocol. (shv)
  265. HDFS-512. Block.equals() and compareTo() compare blocks based
  266. only on block Ids, ignoring generation stamps. (shv)
  267. HDFS-873. Configuration specifies data-node storage directories as URIs.
  268. (shv)
  269. HDFS-905. Use the new UserGroupInformation from HDFS-6299.
  270. (jghoman via omalley)
  271. HDFS-984. Persistent delegation tokens. (Jitendra Pandey via shv)
  272. HDFS-1016. HDFS side change for HADOOP-6569. This jira changes the
  273. error message on the screen when cat a directory or a
  274. non-existent file. (hairong)
  275. HDFS-1439. HDFS Federation: Fix compilation error in TestFiHftp. (suresh)
  276. NEW FEATURES
  277. HDFS-1134. Large-scale Automated Framework. (cos)
  278. HDFS-436. Introduce AspectJ framework for HDFS code and tests.
  279. (Konstantin Boudnik via szetszwo)
  280. HDFS-447. Add LDAP lookup to hdfsproxy. (Zhiyong Zhang via cdouglas)
  281. HDFS-459. Introduce Job History Log Analyzer. (shv)
  282. HDFS-461. Tool to analyze file size distribution in HDFS. (shv)
  283. HDFS-492. Add two JSON JSP pages to the Namenode for providing corrupt
  284. blocks/replicas information. (Bill Zeller via szetszwo)
  285. HDFS-578. Add support for new FileSystem method for clients to get server
  286. defaults. (Kan Zhang via suresh)
  287. HDFS-595. umask settings in configuration may now use octal or symbolic
  288. instead of decimal. (Jakob Homan via suresh)
  289. HADOOP-6234. Updated hadoop-core and test jars to propagate new option
  290. dfs.umaskmode in configuration. (Jakob Homan via suresh)
  291. HDFS-235. Add support for byte ranges in HftpFileSystem to serve
  292. range of bytes from a file. (Bill Zeller via suresh)
  293. HDFS-385. Add support for an experimental API that allows a module external
  294. to HDFS to specify how HDFS blocks should be placed. (dhruba)
  295. HADOOP-4952. Update hadoop-core and test jars to propagate new FileContext
  296. file system application interface. (Sanjay Radia via suresh).
  297. HDFS-567. Add block forensics contrib tool to print history of corrupt and
  298. missing blocks from the HDFS logs.
  299. (Bill Zeller, Jitendra Nath Pandey via suresh).
  300. HDFS-610. Support o.a.h.fs.FileContext. (Sanjay Radia via szetszwo)
  301. HDFS-536. Support hflush at DFSClient. (hairong)
  302. HDFS-517. Introduce BlockInfoUnderConstruction to reflect block replica
  303. states while writing. (shv)
  304. HDFS-565. Introduce block committing logic during new block allocation
  305. and file close. (shv)
  306. HDFS-537. DataNode exposes a replica's meta info to BlockReceiver for the
  307. support of dfs writes/hflush. It also updates a replica's bytes received,
  308. bytes on disk, and bytes acked after receiving a packet. (hairong)
  309. HDFS-585. Datanode should serve up to visible length of a replica for read
  310. requests. (szetszwo)
  311. HDFS-604. Block report processing for append. (shv)
  312. HDFS-619. Support replica recovery initialization in datanode for the new
  313. append design. (szetszwo)
  314. HDFS-592. Allow clients to fetch a new generation stamp from NameNode for
  315. pipeline recovery. (hairong)
  316. HDFS-624. Support a new algorithm for pipeline recovery and pipeline setup
  317. for append. (hairong)
  318. HDFS-627. Support replica update in data-node.
  319. (Tsz Wo (Nicholas), SZE and Hairong Kuang via shv)
  320. HDFS-642. Support pipeline close and close error recovery. (hairong)
  321. HDFS-631. Rename configuration keys towards API standardization and
  322. backward compatibility. (Jitendra Nath Pandey via suresh)
  323. HDFS-669. Add unit tests framework (Mockito) (cos, Eli Collins)
  324. HDFS-731. Support new Syncable interface in HDFS. (hairong)
  325. HDFS-702. Add HDFS implementation of AbstractFileSystem.
  326. (Sanjay Radio via suresh)
  327. HDFS-758. Add decommissioning status page to Namenode Web UI.
  328. (Jitendra Nath Pandey via suresh)
  329. HDFS-814. Add an api to get the visible length of a DFSDataInputStream.
  330. (szetszwo)
  331. HDFS-654. Add support new atomic rename functionality in HDFS for
  332. supporting rename in FileContext. (suresh)
  333. HDFS-222. Support for concatenating of files into a single file
  334. without copying. (Boris Shkolnik via hairong)
  335. HDFS-933. Adds Delegation token based authentication in the NameNode.
  336. (Kan Zhang via ddas)
  337. HDFS-935. Adds a real user component in Delegation token.
  338. (Jitendra Nath Pandey via ddas)
  339. HDFS-245. Adds a symlink implementation to HDFS. This complements the new
  340. symlink feature added in HADOOP-6421 (Eli Collins via Sanjay Radia)
  341. HDFS-1009. Support Kerberos authorization in HDFSProxy. (Srikanth
  342. Sundarrajan via szetszwo)
  343. HDFS-1091. Implement listStatus that returns an iterator of FileStatus.
  344. (hairong)
  345. IMPROVEMENTS
  346. HDFS-381. Remove blocks from DataNode maps when corresponding file
  347. is deleted. (Suresh Srinivas via rangadi)
  348. HDFS-377. Separate codes which implement DataTransferProtocol.
  349. (szetszwo)
  350. HDFS-396. NameNode image and edits directories are specified as URIs.
  351. (Luca Telloli via rangadi)
  352. HDFS-444. Allow to change probability levels dynamically in the fault
  353. injection framework. (Konstantin Boudnik via szetszwo)
  354. HDFS-352. Documentation for saveNamespace command. (Ravi Phulari via shv)
  355. HADOOP-6106. Updated hadoop-core and test jars from hudson trunk
  356. build #12. (Giridharan Kesavan)
  357. HDFS-204. Add a new metrics FilesInGetListingOps to the Namenode.
  358. (Jitendra Nath Pandey via szetszwo)
  359. HDFS-278. HDFS Outputstream close does not hang forever. (dhruba)
  360. HDFS-443. Add a new metrics numExpiredHeartbeats to the Namenode.
  361. (Jitendra Nath Pandey via szetszwo)
  362. HDFS-475. Add new ant targets for fault injection jars and tests.
  363. (Konstantin Boudnik via szetszwo)
  364. HDFS-458. Create a new ant target, run-commit-test. (Jakob Homan
  365. via szetszwo)
  366. HDFS-493. Change build.xml so that the fault-injected tests are executed
  367. only by the run-test-*-fault-inject targets. (Konstantin Boudnik via
  368. szetszwo)
  369. HDFS-446. Improvements to Offline Image Viewer. (Jakob Homan via shv)
  370. HADOOP-6160. Fix releaseaudit target to run on specific directories.
  371. (gkesavan)
  372. HDFS-501. Use enum to define the constants in DataTransferProtocol.
  373. (szetszwo)
  374. HDFS-508. Factor out BlockInfo from BlocksMap. (shv)
  375. HDFS-510. Rename DatanodeBlockInfo to be ReplicaInfo.
  376. (Jakob Homan & Hairong Kuang via shv)
  377. HDFS-500. Deprecate NameNode methods deprecated in NameNodeProtocol.
  378. (Jakob Homan via shv)
  379. HDFS-514. Change DFSClient.namenode from public to private. (Bill Zeller
  380. via szetszwo)
  381. HDFS-496. Use PureJavaCrc32 in HDFS. (Todd Lipcon via szetszwo)
  382. HDFS-511. Remove redundant block searches in BlockManager. (shv)
  383. HDFS-504. Update the modification time of a file when the file
  384. is closed. (Chun Zhang via dhruba)
  385. HDFS-498. Add development guide and documentation for the fault injection
  386. framework. (Konstantin Boudnik via szetszwo)
  387. HDFS-524. Further DataTransferProtocol code refactoring. (szetszwo)
  388. HDFS-529. Use BlockInfo instead of Block to avoid redundant block searches
  389. in BlockManager. (shv)
  390. HDFS-530. Refactor TestFileAppend* to remove code duplication.
  391. (Konstantin Boudnik via szetszwo)
  392. HDFS-451. Add fault injection tests for DataTransferProtocol. (szetszwo)
  393. HDFS-409. Add more access token tests. (Kan Zhang via szetszwo)
  394. HDFS-546. DatanodeDescriptor iterates blocks as BlockInfo. (shv)
  395. HDFS-457. Do not shutdown datanode if some, but not all, volumes fail.
  396. (Boris Shkolnik via szetszwo)
  397. HDFS-548. TestFsck takes nearly 10 minutes to run. (hairong)
  398. HDFS-539. Refactor fault injeciton pipeline test util for future reuse.
  399. (Konstantin Boudnik via szetszwo)
  400. HDFS-552. Change TestFiDataTransferProtocol to junit 4 and add a few new
  401. tests. (szetszwo)
  402. HDFS-563. Simplify the codes in FSNamesystem.getBlockLocations(..).
  403. (szetszwo)
  404. HDFS-581. Introduce an iterator over blocks in the block report array.(shv)
  405. HDFS-549. Add a new target, run-with-fault-inject-testcaseonly, which
  406. allows an execution of non-FI tests in FI-enable environment. (Konstantin
  407. Boudnik via szetszwo)
  408. HDFS-173. Namenode will not block until a large directory deletion
  409. completes. It allows other operations when the deletion is in progress.
  410. (suresh)
  411. HDFS-551. Create new functional test for a block report. (Konstantin
  412. Boudnik via hairong)
  413. HDFS-288. Redundant computation in hashCode() implementation.
  414. (szetszwo via tomwhite)
  415. HDFS-412. Hadoop JMX usage makes Nagios monitoring impossible.
  416. (Brian Bockelman via tomwhite)
  417. HDFS-472. Update hdfsproxy documentation. Adds a setup guide and design
  418. document. (Zhiyong Zhang via cdouglas)
  419. HDFS-617. Support non-recursive create(). (Kan Zhang via szetszwo)
  420. HDFS-618. Support non-recursive mkdir(). (Kan Zhang via szetszwo)
  421. HDFS-574. Split the documentation between the subprojects.
  422. (Corinne Chandel via omalley)
  423. HDFS-598. Eclipse launch task for HDFS. (Eli Collins via tomwhite)
  424. HDFS-641. Move all of the components that depend on map/reduce to
  425. map/reduce. (omalley)
  426. HDFS-509. Redesign DataNode volumeMap to include all types of Replicas.
  427. (hairong)
  428. HDFS-562. Add a test for NameNode.getBlockLocations(..) to check read from
  429. un-closed file. (szetszwo)
  430. HDFS-543. Break FSDatasetInterface#writToBlock() into writeToRemporary,
  431. writeToRBW, ad append. (hairong)
  432. HDFS-603. Add a new interface, Replica, which is going to replace the use
  433. of Block in datanode. (szetszwo)
  434. HDFS-589. Change block write protocol to support pipeline recovery.
  435. (hairong)
  436. HDFS-652. Replace BlockInfo.isUnderConstruction() with isComplete() (shv)
  437. HDFS-648. Change some methods in AppendTestUtil to public. (Konstantin
  438. Boudnik via szetszwo)
  439. HDFS-662. Unnecessary info message from DFSClient. (hairong)
  440. HDFS-518. Create new tests for Append's hflush. (Konstantin Boudnik
  441. via szetszwo)
  442. HDFS-688. Add configuration resources to DFSAdmin. (shv)
  443. HDFS-29. Validate the consistency of the lengths of replica and its file
  444. in replica recovery. (szetszwo)
  445. HDFS-680. Add new access method to a copy of a block's replica. (shv)
  446. HDFS-704. Unify build property names to facilitate cross-projects
  447. modifications (cos)
  448. HDFS-705. Create an adapter to access some of package-private methods of
  449. DataNode from tests (cos)
  450. HDFS-710. Add actions with constraints to the pipeline fault injection
  451. tests and change SleepAction to support uniform random sleeping over an
  452. interval. (szetszwo)
  453. HDFS-713. Need to properly check the type of the test class from an aspect
  454. (cos)
  455. HDFS-716. Define a pointcut for pipeline close and add a few fault
  456. injection tests to simulate out of memory problem. (szetszwo)
  457. HDFS-719. Add 6 fault injection tests for pipeline close to simulate slow
  458. datanodes and disk errors. (szetszwo)
  459. HDFS-616. Create functional tests for new design of the block report. (cos)
  460. HDFS-584. Fail the fault-inject build if any advices are mis-bound. (cos)
  461. HDFS-730. Add 4 fault injection tests to simulate non-responsive datanode
  462. and out-of-memory problem for pipeline close ack. (szetszwo)
  463. HDFS-728. Create a comprehensive functional test for append. (hairong)
  464. HDFS-736. commitBlockSynchronization() updates block GS and length
  465. in-place. (shv)
  466. HADOOP-5107. Use Maven ant tasks to publish the subproject jars.
  467. (Giridharan Kesavan via omalley)
  468. HDFS-521. Create new tests for pipeline (cos)
  469. HDFS-764. Places the Block Access token implementation in hdfs project.
  470. (Kan Zhang via ddas)
  471. HDFS-787. Upgrade some libraries to be consistent with common and
  472. mapreduce. (omalley)
  473. HDFS-519. Create new tests for lease recovery (cos)
  474. HDFS-804. New unit tests for concurrent lease recovery (cos)
  475. HDFS-813. Enable the append test in TestReadWhileWriting. (szetszwo)
  476. HDFS-145. Cleanup inconsistent block length handling code in
  477. FSNameSystem#addStoredBlock. (hairong)
  478. HDFS-127. Reset failure count in DFSClient for each block acquiring
  479. operation. (Igor Bolotin via szetszwo)
  480. HDFS-520. Create new tests for block recovery. (hairong)
  481. HDFS-1067. Create block recovery tests that handle errors. (hairong)
  482. HDFS-1107. Turn on append by default. (shv)
  483. HDFS-968. Use StringBuilder instead of StringBuffer for better
  484. performance. (Kay Kay via suresh)
  485. HDFS-703. Replace current fault injection implementation with one
  486. from (cos)
  487. HDFS-754. Reduce ivy console output to observable level (cos)
  488. HDFS-832. HDFS side of HADOOP-6222. (cos)
  489. HDFS-840. Change tests to use FileContext test helper introduced in
  490. HADOOP-6394. (Jitendra Nath Pandey via suresh)
  491. HDFS-685. Use the user-to-groups mapping service in the NameNode.
  492. (boryas, acmurthy)
  493. HDFS-755. Read multiple checksum chunks at once in DFSInputStream.
  494. (Todd Lipcon via tomwhite)
  495. HDFS-786. Implement getContentSummary in HftpFileSystem.
  496. (Tsz Wo (Nicholas), SZE via cdouglas)
  497. HDFS-587. Add support for specifying queue name in mapreduce tests.
  498. (Erik Steffl via suresh)
  499. HDFS-902 Move contrib/raid to MapReduce. (Eli Collins via omalley)
  500. HDFS-800. The last block of a file under construction may change to the
  501. COMPLETE state in response to getAdditionalBlock or completeFileInternal.
  502. (hairong)
  503. HDFS-899. Delegation Token Implementation
  504. and corresponding changes in Namenode and DFS Api to issue,
  505. renew and cancel delegation tokens. (jnp via boryas)
  506. HDFS-844. Log the filename when file locking fails. (tomwhite)
  507. HDFS-914. Refactor DFSOutputStream and DFSInputStream out of DFSClient.
  508. (Todd Lipcon via tomwhite)
  509. HDFS-949. Move DelegationToken into Common so that it can be used by
  510. MapReduce. (omalley)
  511. HDFS-930. Better error message for DATA_TRANSFER_VERSION mismatched.
  512. (Kay Kay via szetszwo)
  513. HDFS-986. Delegation token renewing and cancelling should provide
  514. meaningful exceptions when there are failures instead of returning
  515. false. (omalley)
  516. HADOOP-6579. Upgrade the commons-codec library to 1.4. (omalley)
  517. HDFS-991. Allow authentication to the web ui via a delegation token.
  518. (omalley)
  519. HDFS-994. Allow fetching of delegation token from NameNode for hftp.
  520. (Jakob Homan via acmurthy)
  521. HDFS-998. Quote blocks streamed through jsps. (cdouglas)
  522. HDFS-729. NameNode API to list files that have missing blocks.
  523. (Rodrigo Schmidt via dhruba)
  524. HDFS-850. The WebUI display more details about namenode memory usage.
  525. (Dmytro Molkov via dhruba)
  526. HDFS-826. The DFSOutputStream has a API that returns the number of
  527. active datanode(s) in the current pipeline. (dhruba)
  528. HDFS-985. HDFS should issue multiple RPCs for listing a large
  529. directory. (hairong)
  530. HDFS-1043. NNThroughputBenchmark modifications to support benchmarking of
  531. server-side user group resolution. (shv)
  532. HDFS-892. Optionally use Avro reflection for Namenode RPC. This
  533. is not a complete implementation yet, but rather a starting point.
  534. (cutting)
  535. HDFS-854. Datanode should scan devices in parallel to generate
  536. block report. (Dmytro Molkov via jhoman)
  537. HDFS-1032. fsck has an option to list corrupt files.
  538. (Andre Oriai via dhruba)
  539. HDFS-1024. SecondaryNameNode verifies size of fsimage and edits file.
  540. (Dmytro Molkov via dhruba)
  541. HDFS-1011. hdfsproxy: Improve log messages by restoring the previous
  542. thread name. (Srikanth Sundarrajan via szetszwo)
  543. HDFS-997. Allow datanode storage directory permissions to be configurable.
  544. (Luke Lu via cdouglas)
  545. HDFS-1012. hdfsproxy: Support for fully qualified HDFS path in addition to
  546. simple unqualified path. (Srikanth Sundarrajan via szetszwo)
  547. HDFS-933. Namenode should issue a delegation token only for kerberos
  548. authenticated clients.(jnp via boryas)
  549. HDFS-1087. Modify audit log to use a StringBuilder rather than a Formatter.
  550. (cdouglas)
  551. HDFS-1083. Update TestHDFSCLI not to expect exception class name
  552. in error messages. (suresh)
  553. HDFS-1099. Add test for umask backward compatibility. (suresh)
  554. HDFS-1092. Use logging rather than System.err in MiniDFSCluster.
  555. (Kay Kay via jghoman)
  556. HDFS-1047. Install/deploy source jars to Maven repo.
  557. (Patrick Angeles via jghoman)
  558. HDFS-666. Unit test for FsShell -text. (cdouglas via jghoman)
  559. HDFS-1054. Remove unnecessary sleep after failure in nextBlockOutputStream.
  560. (Todd Lipcon via jghoman)
  561. HDFS-921. Convert TestDFSClientRetries::testNotYetReplicatedErrors
  562. to Mockito. (jghoman)
  563. HDFS-1100. Override unwrapException in TestFcHdfsSymlink to test
  564. symlink API conformance. (Eli Collins via suresh).
  565. HDFS-1089. Remove uses of FileContext#isFile, isDirectory, and exists.
  566. (Eli Collins via hairong)
  567. HDFS-1028. Efficient splitting of path components reduces the time
  568. to load in fsimage by 20%. (Dmytro Molkov via dhruba)
  569. HDFS-1109. HFTP supports filenames that contains the character "+".
  570. (Dmytro Molkov via dhruba)
  571. HDFS-853. The HDFS webUI displays the balanced-ness of the cluster.
  572. (Dmytro Molkov via dhruba)
  573. HDFS-1126. Change HDFS to depend on Hadoop 'common' artifacts instead
  574. of 'core'. (tomwhite)
  575. HDFS-995. Replace usage of FileStatus#isDir(). (Eli Collins via
  576. tomwhite)
  577. HDFS-1161. Make DN minimum valid volumes configurable.
  578. (Eli Collins via tomwhite)
  579. HDFS-1181. Move configuration and script files post split. (tomwhite)
  580. HDFS-1170. Add more assertions to TestLargeDirectoryDelete.
  581. (Steve Loughran via tomwhite)
  582. HDFS-1199. Extract a subset of tests for smoke (DOA) validation. (cos)
  583. HDFS-1174. New properties for suspend and resume process. (Vinay Thota via
  584. cos)
  585. HDFS-1277. [Herriot] New property for multi user list. (Vinay Thota via
  586. cos)
  587. HDFS-806. Add new unit tests to the 10-mins 'run-commit-test' target (cos)
  588. HDFS-1411. Correct backup node startup command in hdfs user guide.
  589. (Ching-Shen Chen via shv)
  590. OPTIMIZATIONS
  591. HDFS-946. NameNode should not return full path name when lisitng a
  592. diretory or getting the status of a file. (hairong)
  593. BUG FIXES
  594. HDFS-76. Better error message to users when commands fail because of
  595. lack of quota. Allow quota to be set even if the limit is lower than
  596. current consumption. (Boris Shkolnik via rangadi)
  597. HADOOP-4687. HDFS is split from Hadoop Core. It is a subproject under
  598. Hadoop (Owen O'Malley)
  599. HADOOP-6096. Fix Eclipse project and classpath files following project
  600. split. (tomwhite)
  601. HDFS-195. Handle expired tokens when write pipeline is reestablished.
  602. (Kan Zhang via rangadi)
  603. HDFS-181. Validate src path in FSNamesystem.getFileInfo(..). (Todd
  604. Lipcon via szetszwo)
  605. HDFS-441. Remove TestFTPFileSystem. (szetszwo)
  606. HDFS-440. Fix javadoc broken links in DFSClient. (szetszwo)
  607. HDFS-480. Fix a typo in the jar name in build.xml.
  608. (Konstantin Shvachko via gkesavan)
  609. HDFS-438. Check for NULL before invoking GenericArgumentParser in
  610. DataNode. (Raghu Angadi)
  611. HDFS-415. BlockReceiver hangs in case of certain runtime exceptions.
  612. (Konstantin Boudnik via rangadi)
  613. HDFS-462. loadFSImage should close edits file. (Jakob Homan via shv)
  614. HDFS-489. Update TestHDFSCLI for the -skipTrash option in rm. (Jakob Homan
  615. via szetszwo)
  616. HDFS-445. pread() does not pick up changes to block locations.
  617. (Kan Zhang via rangadi)
  618. HDFS-463. CreateEditLog utility broken after HDFS-396 (URI for
  619. FSImage). (Suresh Srinivas via rangadi)
  620. HDFS-484. Fix bin-package and package target to package jar files.
  621. (gkesavan)
  622. HDFS-490. Eliminate the deprecated warnings introduced by H-5438.
  623. (He Yongqiang via szetszwo)
  624. HDFS-119. Fix a bug in logSync(), which causes NameNode block forever.
  625. (Suresh Srinivas via shv)
  626. HDFS-534. Include avro in ivy. (szetszwo)
  627. HDFS-532. Allow applications to know that a read request failed
  628. because block is missing. (dhruba)
  629. HDFS-561. Fix write pipeline READ_TIMEOUT in DataTransferProtocol.
  630. (Kan Zhang via szetszwo)
  631. HDFS-553. BlockSender reports wrong failed position in ChecksumException.
  632. (hairong)
  633. HDFS-568. Set mapred.job.tracker.retire.jobs to false in
  634. src/test/mapred-site.xml for mapreduce tests to run. (Amareshwari
  635. Sriramadasu via szetszwo)
  636. HDFS-15. All replicas end up on 1 rack. (Jitendra Nath Pandey via hairong)
  637. HDFS-586. TestBlocksWithNotEnoughRacks sometimes fails.
  638. (Jitendra Nath Pandey via hairong)
  639. HADOOP-6243. Fixed a NullPointerException in handling deprecated keys.
  640. (Sreekanth Ramakrishnan via yhemanth)
  641. HDFS-605. Do not run fault injection tests in the run-test-hdfs-with-mr
  642. target. (Konstantin Boudnik via szetszwo)
  643. HDFS-606. Fix ConcurrentModificationException in invalidateCorruptReplicas()
  644. (shv)
  645. HDFS-601. TestBlockReport obtains data directories directly from
  646. MiniHDFSCluster. (Konstantin Boudnik via shv)
  647. HDFS-614. TestDatanodeBlockScanner obtains data directories directly from
  648. MiniHDFSCluster. (shv)
  649. HDFS-612. Remove the use of org.mortbay.log.Log in FSDataset. (szetszwo)
  650. HDFS-622. checkMinReplication should count live nodes only. (shv)
  651. HDFS-629. Remove ReplicationTargetChooser.java along with fixing
  652. import warnings generated by Eclipse. (dhruba)
  653. HDFS-637. DataNode sends a Success ack when block write fails. (hairong)
  654. HDFS-640. Fixed TestHDFSFileContextMainOperations.java build failure. (suresh)
  655. HDFS-547. TestHDFSFileSystemContract#testOutputStreamClosedTwice
  656. sometimes fails with CloseByInterruptException. (hairong)
  657. HDFS-588. Fix TestFiDataTransferProtocol and TestAppend2 failures. (shv)
  658. HDFS-550. DataNode restarts may introduce corrupt/duplicated/lost replicas
  659. when handling detached replicas. (hairong)
  660. HDFS-659. If the the last block is not complete, update its length with
  661. one of its replica's length stored in datanode. (szetszwo)
  662. HDFS-649. Check null pointers for DataTransferTest. (Konstantin Boudnik
  663. via szetszwo)
  664. HDFS-661. DataNode upgrade fails on non-existant current directory.
  665. (hairong)
  666. HDFS-597. Mofication introduced by HDFS-537 breakes an advice binding in
  667. FSDatasetAspects. (Konstantin Boudnik via szetszwo)
  668. HDFS-665. TestFileAppend2 sometimes hangs. (hairong)
  669. HDFS-676. Fix NPE in FSDataset.updateReplicaUnderRecovery() (shv)
  670. HDFS-673. BlockReceiver#PacketResponder should not remove a packet from
  671. the ack queue before its ack is sent. (hairong)
  672. HDFS-682. Fix bugs in TestBlockUnderConstruction. (szetszwo)
  673. HDFS-668. TestFileAppend3#TC7 sometimes hangs. (hairong)
  674. HDFS-679. Appending to a partial chunk incorrectly assumes the
  675. first packet fills up the partial chunk. (hairong)
  676. HDFS-722. Fix callCreateBlockWriteStream pointcut in FSDatasetAspects.
  677. (szetszwo)
  678. HDFS-690. TestAppend2#testComplexAppend failed on "Too many open files".
  679. (hairong)
  680. HDFS-725. Support the build error fix for HADOOP-6327. (Sanjay Radia via
  681. szetszwo)
  682. HDFS-625. Fix NullPointerException thrown from ListPathServlet. (suresh)
  683. HDFS-735. TestReadWhileWriting has wrong line termination symbols (cos)
  684. HDFS-691. Fix an overflow error in DFSClient.DFSInputStream.available().
  685. (szetszwo)
  686. HDFS-733. TestBlockReport fails intermittently. (cos)
  687. HDFS-774. Intermittent race condition in TestFiPipelines (cos)
  688. HDFS-741. TestHFlush test doesn't seek() past previously written part of
  689. the file (cos, szetszwo)
  690. HDFS-706. Intermittent failures in TestFiHFlush (cos)
  691. HDFS-646. Fix test-patch failure by adding test-contrib ant target.
  692. (gkesavan)
  693. HDFS-791. Build is broken after HDFS-787 patch has been applied (cos)
  694. HDFS-792. TestHDFSCLI is failing. (Todd Lipcon via cos)
  695. HDFS-781. Namenode metrics PendingDeletionBlocks is not decremented.
  696. (Suresh)
  697. HDFS-192. Fix TestBackupNode failures. (shv)
  698. HDFS-797. TestHDFSCLI much slower after HDFS-265 merge. (Todd Lipcon via cos)
  699. HDFS-824. Stop lease checker in TestReadWhileWriting. (szetszwo)
  700. HDFS-823. CheckPointer should use addInternalServlet for image-fetching
  701. servlet (jghoman)
  702. HDFS-456. Fix URI generation for windows file paths. (shv)
  703. HDFS-812. FSNamesystem#internalReleaseLease throws NullPointerException on
  704. a single-block file's lease recovery. (cos)
  705. HDFS-724. Pipeline hangs if one of the block receiver is not responsive.
  706. (hairong)
  707. HDFS-564. Adding pipeline tests 17-35. (hairong)
  708. HDFS-849. TestFiDataTransferProtocol2#pipeline_Fi_18 sometimes fails.
  709. (hairong)
  710. HDFS-762. Balancer causes Null Pointer Exception.
  711. (Cristian Ivascu via dhruba)
  712. HDFS-868. Fix link to Hadoop Upgrade Wiki. (Chris A. Mattmann via shv)
  713. HDFS-880. TestNNLeaseRecovery fails on windows (cos, shv)
  714. HDFS-699. Primary datanode should compare replicas' on disk lengths.
  715. (hairong)
  716. HDFS-897. Fix a bug related to generation stamp comparison in
  717. ReplicasMap. (suresh)
  718. HDFS-793. Data node should receive the whole packet ack message before it
  719. constructs and sends its own ack message for the packet. (hairong)
  720. HDFS-101. DFS write pipeline: DFSClient sometimes does not detect second
  721. datanode failure. (hairong)
  722. HDFS-822. Appends to already-finalized blocks can rename across volumes.
  723. (hairong)
  724. HDFS-1046. Fix Tomcat version in hdfsproxy/build.xml. (Srikanth
  725. Sundarrajan via szetszwo)
  726. HDFS-1072. Fix TestReadWhileWriting failure. (Erik Steffl via shv)
  727. HDFS-913. Rename fault injection test TestRename.java to TestFiRename.java
  728. to include it in tests run by ant target run-test-hdfs-fault-inject.
  729. (suresh)
  730. HDFS-695. RaidNode should read in configuration from hdfs-site.xml.
  731. (dhruba)
  732. HDFS-726. Eclipse .classpath template has outdated jar files and is
  733. missing some new ones. (cos)
  734. HDFS-750. Fix build failure due to TestRename. (suresh)
  735. HDFS-712. Move libhdfs from mapreduce subproject to hdfs subproject.
  736. (Eli Collins via dhruba)
  737. HDFS-757. Enable Unit test for HDFS Raid. (dhruba)
  738. HDFS-611. Prevent DataNode heartbeat times from increasing even when
  739. the DataNode has many blocks to delete. (Zheng Shao via dhruba)
  740. HDFS-751. Fix TestCrcCorruption to pick up the correct datablocks to
  741. corrupt. (dhruba)
  742. HDFS-763. Fix slightly misleading report from DataBlockScanner
  743. about corrupted scans. (dhruba)
  744. HDFS-727. bug setting block size hdfsOpenFile (Eli Collins via cos)
  745. HDFS-756. libhdfs unit tests do not run. (Eli Collins via cos)
  746. HDFS-783. libhdfs tests brakes code coverage runs with Clover (cos)
  747. HDFS-785. Add Apache license to several namenode unit tests.
  748. (Ravi Phulari via jghoman)
  749. HDFS-802. Update Eclipse configuration to match changes to Ivy
  750. configuration (Edwin Chan via cos)
  751. HDFS-423. Unbreak FUSE build and fuse_dfs_wrapper.sh (Eli Collins via cos)
  752. HDFS-825. Build fails to pull latest hadoop-core-* artifacts (cos)
  753. HDFS-94. The Heap Size printed in the NameNode WebUI is accurate.
  754. (Dmytro Molkov via dhruba)
  755. HDFS-767. An improved retry policy when the DFSClient is unable to fetch a
  756. block from the datanode. (Ning Zhang via dhruba)
  757. HDFS-775. FSDataset calls getCapacity() twice. (stevel)
  758. HDFS-885. Datanode toString() NPEs on null dnRegistration. (stevel)
  759. HDFS-877. Client-driven block verification not functioning. (Todd
  760. Lipcon via hairong)
  761. HDFS-630. In DFSOutputStream.nextBlockOutputStream(), the client can
  762. exclude specific datanodes when locating the next block.
  763. (Cosmin Lehene via Stack)
  764. HDFS-922. Remove unnecessary semicolon added by HDFS-877 that causes
  765. problems for Eclipse compilation. (jghoman)
  766. HDFS-927 DFSInputStream retries too many times for new block locations
  767. (Todd Lipcon via Stack)
  768. HDFS-938. Replace calls to UGI.getUserName() with UGI.getShortUserName()
  769. (jghoman)
  770. HDFS-894. DatanodeID.ipcPort is not updated when existing node
  771. re-registers. (Todd Lipcon via tomwhite)
  772. HDFS-965. Split TestDelegationToken in to two parts and fix configuration
  773. to allow proxy users in the test. (Jitendra Pandey via omalley)
  774. HDFS-999. Secondary namenode should login using kerberos if security is
  775. configured (boryas)
  776. HDFS-856. Hardcoded replication level for new files in fuse-dfs.
  777. (Brian Bockelman via tomwhite)
  778. HDFS-857. Incorrect type for fuse-dfs capacity can cause "df" to return
  779. negative values on 32-bit machines. (Brian Bockelman via tomwhite)
  780. HDFS-858. Incorrect return codes for fuse-dfs. (Brian Bockelman via
  781. tomwhite)
  782. HDFS-859. fuse-dfs utime behavior causes issues with tar.
  783. (Brian Bockelman via tomwhite)
  784. HDFS-861. fuse-dfs does not support O_RDWR. (Brian Bockelman via tomwhite)
  785. HDFS-961. dfs_readdir incorrectly parses paths. (Eli Collins via tomwhite)
  786. HDFS-1015. Fix intermittent failure in TestSecurityTokenEditLog.
  787. (Jitendra Nath Pandey via suresh)
  788. HDFS-939. libhdfs test is broken. (Eli Collins via tomwhite)
  789. HDFS-1074. hdfsproxy: Fix bugs in TestProxyUtil. (Srikanth Sundarrajan
  790. via szetszwo)
  791. HDFS-481. hdfsproxy: Bug Fixes + HdfsProxy to use proxy user to
  792. impresonate the real user. (Srikanth Sundarrajan via szetszwo)
  793. HDFS-482. Move HsftpFileSystem's ssl.client.do.not.authenticate.server
  794. configuration setting to ssl-client.xml. (Srikanth Sundarrajan via
  795. szetszwo)
  796. HDFS-1010. hdfsproxy: Retrieve groups from UnixUserGroupInformation
  797. instead of LdapEntry. (Srikanth Sundarrajan via szetszwo)
  798. HDFS-466. hdfs_write infinite loop when dfs fails and cannot write
  799. files > 2 GB. (Pete Wyckoff via tomwhite)
  800. HDFS-651. HDFS Docs - fix listing of docs in the doc menu.
  801. (Corinne Chandel via tomwhite)
  802. HDFS-1014. Error in reading delegation tokens from edit logs.
  803. (Jitendra Nath Pandey via jhoman)
  804. HDFS-1088. Prevent renaming a symbolik link to its target.
  805. (Eli Collins via suresh)
  806. HDFS-966. NameNode does not recovers lease when it is in safemode.
  807. (dhruba)
  808. HDFS-833. Datanode shutdown should log problems with Storage.unlockAll()
  809. (Steve Loughran via dhruba)
  810. HDFS-1101. TestDiskError.testLocalDirs() fails. (cdouglas via jghoman)
  811. HDFS-1031. Enhance the webUi to list a few of the corrupted files in HDFS.
  812. (Andre Orian via dhruba)
  813. HDFS-1078. Create static and dynamic versions of libhdfs.
  814. (Sam Rash via dhruba)
  815. HDFS-1104. Fsck triggers full GC on NameNode. (hairong)
  816. HDFS-1141. Closing a file is successful only if the client still has a
  817. valid lease. (Todd Lipcon via dhruba)
  818. HDFS-1138. Prevent erroneous updation of modification time of a directory
  819. when fsimage loads. (Dmytro Molkov via dhruba)
  820. HDFS-1000. Updates libhdfs to the new API for UGI (ddas)
  821. HDFS-609. Create a file with the append flag does not work in HDFS.
  822. (tomwhite)
  823. HDFS-1255. Fix failing test-libhdfs.sh test. (tomwhite)
  824. HDFS-1256. libhdfs is missing from the tarball. (tomwhite)
  825. HDFS-1057. Concurrent readers hit ChecksumExceptions if following a
  826. writer to very end of file. (sam rash via hairong)
  827. HDFS-1212. Harmonize HDFS JAR library versions with Common. (tomwhite)
  828. HDFS-1159. clean-cache target removes wrong ivy cache (cos)
  829. HDFS-1193. -mvn-system-deploy target is broken which inturn fails the
  830. mvn-deploy task leading to unstable mapreduce build (Giridharan
  831. Kesavan via cos)
  832. HDFS-1299. 'compile-fault-inject' never should be called directly. (cos)
  833. HDFS-1311. Running tests with 'testcase' cause triple execution of the
  834. same test case (Cos)
  835. HDFS-1267. fuse-dfs does not compile. (Devaraj Das via tomwhite)
  836. HDFS-1363. Eliminate second synchronized sections in appendFile(). (shv)
  837. HDFS-1413. Fix broken links to HDFS Wiki. (shv)
  838. HDFS-1420. Clover build doesn't generate per-test coverage (cos)
  839. Release 0.20.3 - Unreleased
  840. IMPROVEMENTS
  841. BUG FIXES
  842. HDFS-955. New implementation of saveNamespace() to avoid loss of edits
  843. when name-node fails during saving. (shv)
  844. HDFS-1041. DFSClient.getFileChecksum(..) should retry if connection to
  845. the first datanode fails. (szetszwo)
  846. HDFS-909. Wait until edits syncing is finishes before purging edits.
  847. (Todd Lipcon via shv)
  848. HDFS-1258. Clearing namespace quota on "/" corrupts fs image.
  849. (Aaron T. Myers via szetszwo)
  850. HDFS-132. Fix namenode to not report files deleted metrics for deletions
  851. done while replaying edits during startup. (suresh & shv)
  852. Release 0.20.2 - Unreleased
  853. IMPROVEMENTS
  854. HDFS-737. Add full path name of the file to the block information and
  855. summary of total number of files, blocks, live and deadnodes to
  856. metasave output. (Jitendra Nath Pandey via suresh)
  857. HDFS-919. Create test to validate the BlocksVerified metric (Gary Murry
  858. via cos)
  859. HDFS-907. Add tests for getBlockLocations and totalLoad metrics.
  860. (Ravi Phulari via cos)
  861. BUG FIXES
  862. HDFS-686. NullPointerException is thrown while merging edit log and image.
  863. (hairong)
  864. HDFS-677. Rename failure when both source and destination quota exceeds
  865. results in deletion of source. (suresh)
  866. HDFS-709. Fix TestDFSShell failure due to rename bug introduced by
  867. HDFS-677. (suresh)
  868. HDFS-579. Fix DfsTask to follow the semantics of 0.19, regarding non-zero
  869. return values as failures. (Christian Kunz via cdouglas)
  870. HDFS-723. Fix deadlock in DFSClient#DFSOutputStream. (hairong)
  871. HDFS-596. Fix memory leak in hdfsFreeFileInfo() for libhdfs.
  872. (Zhang Bingjun via dhruba)
  873. HDFS-185. Disallow chown, chgrp, chmod, setQuota, and setSpaceQuota when
  874. name-node is in safemode. (Ravi Phulari via shv)
  875. HDFS-187. Initialize secondary namenode http address in TestStartup.
  876. (Todd Lipcon via szetszwo)
  877. HDFS-464. Fix memory leaks in libhdfs. (Christian Kunz via suresh)
  878. Release 0.20.1 - 2009-09-01
  879. IMPROVEMENTS
  880. HDFS-438. Improve help message for space quota command. (Raghu Angadi)
  881. BUG FIXES
  882. HDFS-167. Fix a bug in DFSClient that caused infinite retries on write.
  883. (Bill Zeller via szetszwo)
  884. HDFS-527. Remove/deprecate unnecessary DFSClient constructors. (szetszwo)
  885. HDFS-525. The SimpleDateFormat object in ListPathsServlet is not thread
  886. safe. (Suresh Srinivas and cdouglas)
  887. HDFS-761. Fix failure to process rename operation from edits log due to
  888. quota verification. (suresh)