CHANGES.txt 46 KB

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