1. 458eef3 HDFS-1929. TestEditLogFileOutputStream fails if running on same host as NN. Contributed by Aaron T. Myers. by Todd Lipcon · 13 years ago
  2. d9f545f HDFS-1938. Fix ivy-retrieve-hdfs dependence in build.xml and aop.xml. Contributed by Eric Yang by Tsz-wo Sze · 13 years ago
  3. 9e00ff4 HDFS-1899. GenericTestUtils.formatNamenode should be moved to DFSTestUtil. Contributed by Ted Yu. by Todd Lipcon · 13 years ago
  4. 47047c3 HDFS-1917. Separate hdfs jars from common in ivy configuration. Contributed by Eric Yang by Tsz-wo Sze · 13 years ago
  5. dfdb0fc HDFS-1814. Add "hdfs groups" command to query the server-side groups resolved for a user. Contributed by Aaron T. Myers. by Todd Lipcon · 13 years ago
  6. ff55317 HDFS-1928. Fix path display for touchz in TestHDFSCLI. Contributed by Daryn Sharp. by Todd Lipcon · 13 years ago
  7. bfbacc2 HDFS-1825. Remove thriftfs contrib. Contributed by Nigel Daley by Eli Collins · 13 years ago
  8. 3210367 Add the change log for HDFS-1627 by Hairong Kuang · 13 years ago
  9. 74d19b5 Fix NullPointerException in Secondary NameNode. Contributed by Hairong Kuang. by Hairong Kuang · 13 years ago
  10. 01ffd46 HDFS-1903. Fix path display for rm/rmr in TestHDFSCLI and TestDFSShell. Contributed by Daryn Sharp by Tsz-wo Sze · 13 years ago
  11. 81a54b8 HDFS-1621. Fix references to hadoop-common-${version} in build.xml. Contributed by Jolly Chen. by Todd Lipcon · 13 years ago
  12. d59246e HDFS-1378. Edit log replay should track and report file offsets in case of errors. Contributed by Aaron T. Myers and Todd Lipcon. by Todd Lipcon · 13 years ago
  13. eccc6e0 HDFS-1897. Documentation refers to removed option dfs.network.script. Contributed by Andrew Whang. by Todd Lipcon · 13 years ago
  14. 28c1b2a HDFS-1615. seek() on closed DFS input stream throws NullPointerException. Contributed by Scott Carey. by Todd Lipcon · 13 years ago
  15. 1abbfe9 HDFS-1912. Update tests for FsShell standardized error messages. Contributed by Daryn Sharp by Tsz-wo Sze · 13 years ago
  16. 73a8e41 HDFS 1911 HDFS tests for the newly added viewfs (sanjay Radia) by Sanjay Radia · 13 years ago
  17. 404e85a HDFS-1544. Ivy resolve force mode should be turned off by default. Contributed by Luke Lu. by Thomas White · 13 years ago
  18. b72e15a HDFS-1908. Fix a NullPointerException in fi.DataTransferTestUtil. by Tsz-wo Sze · 13 years ago
  19. 06568fb HFDS-1826. NameNode should save image to name directories in parallel during upgrade. Contributed by Matt FoleIy. by Hairong Kuang · 13 years ago
  20. 046c55c HDFS-1873. Federation: Add cluster management web console. Contributed by Tanping Wang. by Suresh Srinivas · 13 years ago
  21. dd80a2f HDFS-1906. Remove logging exception stack trace in client logs when one of the datanode targets to read from is not reachable. Contributed by Suresh Srinivas. by Suresh Srinivas · 13 years ago
  22. c9ee845 HDFS-1827. Fix timeout problem in TestBlockReplacement. Contributed by Matt Foley by Tsz-wo Sze · 13 years ago
  23. da893ca HDFS-1865. Share LeaseRenewer among DFSClients so that there is only a LeaseRenewer thread per namenode per user. by Tsz-wo Sze · 13 years ago
  24. a814d94 HDFS-1902. Fix setrep path display for TestHDFSCLI. Contributed by Daryn Sharp by Tsz-wo Sze · 13 years ago
  25. 1ca9d65 HDFS-1866. Document dfs.datanode.max.transfer.threads in hdfs-default.xml. Contributed by Harsh J Chouraria. by Todd Lipcon · 13 years ago
  26. fbec59d HDFS-1891. Changes missed in r1099972 to disable IPV6 for junit tests to fix TestBackupNode failure. Contributed by Suresh Srinivas. by Suresh Srinivas · 13 years ago
  27. 6c14aab HDFS-671. Documentation change for updated configuration keys. Contributed by Tom White by Eli Collins · 13 years ago
  28. 1d1c4e6 HDFS-1898. Tests failing on trunk due to use of NameNode.format. Contributed by Todd Lipcon by Eli Collins · 13 years ago
  29. 18a05ed HDFS-1891. Disable IPV6 for junit tests to fix TestBackupNode failure. Contributed by Suresh Srinivas. by Suresh Srinivas · 13 years ago
  30. bd84c77 HDFS-1890. Improve the name, class and value type of the map LeaseRenewer.pendingCreates. by Tsz-wo Sze · 13 years ago
  31. 1238853 HDFS-1889. incorrect path in start/stop dfs script. Contributd by John George by Eli Collins · 13 years ago
  32. 03e0362 DFS-1888. MiniDFSCluster#corruptBlockOnDatanodes() access must be public. Contributed by Suresh Srinvias. by Suresh Srinivas · 13 years ago
  33. 8c509a3 HDFS-1773. Do not show decommissioned datanodes, which are not in both include and exclude lists, on web and JMX interfaces. Contributed by Tanping Wang by Tsz-wo Sze · 13 years ago
  34. 9c8e1fa HDFS-1850. DN should transmit absolute failed volume count rather than increments to the NN. Contributed by Eli Collins by Eli Collins · 13 years ago
  35. 36edc20 HDFS-1876. One MiniDFSCluster constructor ignores numDataNodes parameter. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  36. a901f50 HDFS-1870. Move and rename DFSClient.LeaseChecker to a seperated class LeaseRenewer. by Tsz-wo Sze · 13 years ago
  37. 37ae6f9 HDFS-1741. Provide a minimal pom file to allow integration of HDFS into Sonar analysis. Contributed by Konstantin Boudnik. by Konstantin I Boudnik · 13 years ago
  38. 749bec0 HDFS-1871. Mapreduce build fails due to MiniDFSCluster change from HDFS-1052. Contributed by Suresh Srinivas. by Suresh Srinivas · 13 years ago
  39. bd23905 HDFS-1052. HDFS Federation - Merge of umbrella jira changes from HDFS-1052 branch into trunk. by Suresh Srinivas · 13 years ago
  40. 3b18944 HDFS-1860. when renewing/canceling DelegationToken over http we need to pass exception information back to the caller. by Boris Shkolnik · 13 years ago
  41. 1cd9c1d HDFS-1846. Preallocate edit log with OP_INVALID instead of zero bytes to ensure blocks are actually allocated. Contributed by Aaron T. Myers. by Todd Lipcon · 13 years ago
  42. b362e71 Fixing the invalid bug number in CHANGES.txt from HDFS-1842 to HDFS-1822. by Suresh Srinivas · 13 years ago
  43. e2c2674 HDFS-1862. Improve test reliability of HDFS-1594. Contributed by Aaron T. Myers by Eli Collins · 13 years ago
  44. b9733d5 HDFS-1829. TestNodeCount waits forever, errs without giving information. Contributed by Matt Foley by Eli Collins · 13 years ago
  45. 91abff2 HDFS-1808. TestBalancer waits forever, errs without giving information. Contributed by Matt Foley by Eli Collins · 13 years ago
  46. a032bac Updated CHANGES.txt for my previous commit (HDFS-1843). by Jitendra Nath Pandey · 13 years ago
  47. 96075e5 HDFS-1295. Improve namenode restart times by short-circuiting the first block reports from datanodes. Contributed by Matt Foley. by Suresh Srinivas · 13 years ago
  48. 5cc35b2 HDFS-1843. Discover file not found early for file append. Contributed by Bharath Mundlapudi. by Jitendra Nath Pandey · 13 years ago
  49. 5d06532 HDFS-1842. Handle editlog opcode conflict with 0.20.203 during upgrade, by throwing an error to indicate the editlog needs to be empty. Contributed by Suresh Srinivas. by Suresh Srinivas · 13 years ago
  50. 2414ed2 HDFS-1861. Rename dfs.datanode.max.xcievers and bump its default value. Contributed by Eli Collins by Eli Collins · 13 years ago
  51. 2c2b809 HDFS-1823. start-dfs.sh script fails if HADOOP_HOME is not set. Contributed by Tom White by Eli Collins · 13 years ago
  52. e6c6400 HDFS-1594. When the disk becomes full Namenode is getting shutdown and not able to recover. Contributed by Aaron T. Myers by Eli Collins · 13 years ago
  53. 5fe50a4 HDFS-1856. TestDatanodeBlockScanner waits forever, errs without giving information. Contributed by Matt Foley by Eli Collins · 13 years ago
  54. 7a53224 HDFS-1562. Add rack policy tests. Contributed by Eli Collins by Eli Collins · 13 years ago
  55. 88a579a HDFS-1855. TestDatanodeBlockScanner.testBlockCorruptionRecoveryPolicy() part 2 fails in two different ways. Contributed by Matt Foley by Eli Collins · 13 years ago
  56. 5636af8 HDFS-1854. make failure message more useful in DFSTestUtil.waitReplication(). Contributed by Matt Foley by Eli Collins · 13 years ago
  57. 00c795e HDFS-1751. Intrinsic limits for HDFS files, directories by Boris Shkolnik · 13 years ago
  58. f529dfe Merging changes r1090113:r1095461 from trunk to federation by Suresh Srinivas · 13 years ago HDFS-1052
  59. 75a01c2 HDFS-1840. In DFSClient, terminate the lease renewing thread when all files being written are closed for a grace period, and start a new thread when new files are opened for write. by Tsz-wo Sze · 13 years ago
  60. 8b23819 HDFS-1666. Disable failing hdfsproxy test TestAuthorizationFilter. Contributed by Todd Lipcon by Todd Lipcon · 13 years ago
  61. c07b6f6 HDFS-1845. Symlink comes up as directory after namenode restart. Contributed by John George by Eli Collins · 13 years ago
  62. faca23f HDFS-1806. TestBlockReport.blockReport_08() and _09() are timing-dependent and likely to fail on fast servers. Contributed by Matt Foley. by Eli Collins · 13 years ago
  63. 7b02d6b HDFS-1844. Move "fs -help" shell command tests from HDFS to COMMOM. Contributed by Daryn Sharp by Tsz-wo Sze · 13 years ago
  64. 2ab4ef1 HDFS-1486. Generalize CLITest structure and interfaces to facilitate upstream by Konstantin I Boudnik · 13 years ago
  65. b13e2e2 HDFS-1831. Fix append bug in FileContext and implement CreateFlag checks. Contributed by Suresh Srinivas. by Suresh Srinivas · 13 years ago
  66. 23d7bca HDFS-1070. Speedup namenode image loading and saving by storing only local file names. Contributed by Hairong Kuang. by Hairong Kuang · 13 years ago
  67. 2b18a3f HDFS-1824. delay instantiation of file system object until it is needed (linked to HADOOP-7207) by Boris Shkolnik · 13 years ago
  68. 817e658 HDFS-1821. Fix username resolution in NameNode.createSymlink(..) and FSDirectory.addSymlink(..). Contributed by John George by Tsz-wo Sze · 13 years ago
  69. 90da508 HDFS-1833. Reduce repeated string constructions and unnecessary fields, and fix comments in BlockReceiver.PacketResponder. by Tsz-wo Sze · 13 years ago
  70. 37e8232 HDFS-1828. TestBlocksWithNotEnoughRacks intermittently fails assert. Contributed by Matt Foley by Eli Collins · 13 years ago
  71. c722245 HDFS-1760. In FSDirectory.getFullPathName(..), it is better to return "/" for root directory instead of an empty string. Contributed by Daryn Sharp by Tsz-wo Sze · 13 years ago
  72. 55836fb HDFS-1442. Api to get delegation token in Hdfs. Contributed by jitendra. by Jitendra Nath Pandey · 13 years ago
  73. 7701084 HDFS-1606. Provide a stronger data guarantee in the write pipeline by adding a new datanode when an existing datanode failed. by Tsz-wo Sze · 13 years ago
  74. 27b956f HDFS-1630. Support fsedits checksum. Contrbuted by Hairong Kuang. by Hairong Kuang · 13 years ago
  75. 9ef86e7 HDFS-1813. Federation: Authentication using BlockToken in RPC to datanode fails. Contributed by jitendra. by Jitendra Nath Pandey · 13 years ago
  76. ff497c7 HDFS-1817. Move pipeline_Fi_[39-51] from TestFiDataTransferProtocol to TestFiPipelineClose. by Tsz-wo Sze · 13 years ago
  77. 43d758c HDFS-1818. TestHDFSCLI is failing on trunk after HADOOP-7202. Contributed by Aaron T. Myers. by Todd Lipcon · 13 years ago
  78. 4b98d51 Reverted previous commit r1089972 for HDFS-1813. by Jitendra Nath Pandey · 13 years ago
  79. 22f17f2 Merging trunk to federation is completed by Suresh Srinivas · 13 years ago
  80. d139186 HDFS-1813. Federation: Authentication using BlockToken in RPC to datanode fails. Contributed by jitendra. by Jitendra Nath Pandey · 13 years ago
  81. 69dff31 Merging changes r1087114:r1087900 from trunk to federation by Suresh Srinivas · 13 years ago
  82. c98351c Merging changes r1086461:r1087160 from trunk to federation by Suresh Srinivas · 13 years ago
  83. 57188e4 Merging changes r1086453 and r1086461 from trunk to federation by Suresh Srinivas · 13 years ago
  84. 1d6cc5b Merging change r1086458 from trunk to federation by Suresh Srinivas · 13 years ago
  85. 71b0226 Merging changes from r1083902:r1085509 from trunk to federation by Suresh Srinivas · 13 years ago
  86. 65eb15d Merging changes r1083084:r1083902 from trunk to federation by Suresh Srinivas · 13 years ago
  87. 868b4da Merging change r1083043 from trunk to federation branch by Suresh Srinivas · 13 years ago
  88. 9ff6346 Merging change r1036767 from trunk to federation by Suresh Srinivas · 13 years ago
  89. 609e212 HDFS-1543. Reduce dev. cycle time by moving system testing artifacts from by Konstantin I Boudnik · 13 years ago
  90. d9a3498 HDFS-1761. Add a new DataTransferProtocol operation, Op.TRANSFER_BLOCK, for transferring RBW/Finalized with acknowledgement and without using RPC. by Tsz-wo Sze · 13 years ago
  91. 4e4e358 HDFS-1611. Fix up some log messages in DFSClient and MBean registration. Contributed by Uma Maheswara Rao G. by Todd Lipcon · 13 years ago
  92. a5e6943 HDFS-1782. Fix an NPE in RFSNamesystem.startFileInternal(..). Contributed by John George by Tsz-wo Sze · 13 years ago
  93. 682bd02 Remove redundant entry for HDFS-1731 in CHANGES.txt by Todd Lipcon · 13 years ago
  94. d1f25a4 HDFS-1781. Fix the path for jsvc in bin/hdfs. Contributed by John George by Tsz-wo Sze · 13 years ago
  95. 7dcd82b HDFS-1797. Fix new findbugs warning introduced by HDFS-1120. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  96. 1bed7d8 HDFS-1791. Federation: Add command to delete block pool directories from a datanode. Contributed by jitendra. by Jitendra Nath Pandey · 13 years ago
  97. 853250d HDFS-1767. Namenode ignores non-initial block report from datanodes when in safemode during startup. Contributed by Matt Foley. by Suresh Srinivas · 13 years ago
  98. 428dbd2 HDFS-1789. Refactor frequently used codes from DFSOutputStream and DataXceiver. by Tsz-wo Sze · 13 years ago
  99. 3c8b1f5 HDFS-1786. Some cli test cases expect a "null" message. Contributed by Uma Maheswara Rao G. by Todd Lipcon · 13 years ago
  100. a803b10 Revert HDFS-1789 since fault-injection tests cannot be compiled. by Tsz-wo Sze · 13 years ago