Chris Nauroth
|
5f9cdbd24f
|
HDFS-5936. MiniDFSCluster does not clean data left behind by SecondaryNameNode. Contributed by Binglin Chang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572150 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 16:30:58 +00:00 |
|
Chris Nauroth
|
7be2c002b3
|
HDFS-5908. Change AclFeature to capture list of ACL entries in an ImmutableList. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572142 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 16:22:56 +00:00 |
|
Chris Nauroth
|
4449247410
|
HDFS-6008. Namenode dead node link is giving HTTP error 500. Contributed by Benoy Antony.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571881 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 00:25:29 +00:00 |
|
Chris Nauroth
|
39c09c43bd
|
HDFS-6006. Remove duplicate code in FSNameSystem#getFileInfo. Contributed by Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571813 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 20:20:21 +00:00 |
|
Jing Zhao
|
df6e1ab491
|
HDFS-5939. WebHdfs returns misleading error code and logs nothing if trying to create a file with no DNs in cluster. Contributed by Yongjun Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571781 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 18:36:46 +00:00 |
|
Chris Nauroth
|
6c9c3144dd
|
HDFS-5623. NameNode: add tests for skipping ACL enforcement when permission checks are disabled, user is superuser or user is member of supergroup. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571745 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 17:02:59 +00:00 |
|
Chris Nauroth
|
d5639c85fb
|
HADOOP-10361. Correct alignment in CLI output for ACLs. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571573 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 05:54:51 +00:00 |
|
Arpit Agarwal
|
440c3cd105
|
HDFS-5922. DN heartbeat thread can get stuck in tight loop. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571542 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 02:16:29 +00:00 |
|
Michael Stack
|
036af54387
|
HDFS-5776 Support 'hedged' reads in DFSClient
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571467 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-24 22:34:55 +00:00 |
|
Michael Stack
|
17db74a1c1
|
HDFS-5776 Support 'hedged' reads in DFSClient
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571466 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-24 22:34:41 +00:00 |
|
Jing Zhao
|
c324f3096f
|
HDFS-5935. New Namenode UI FS browser should throw smarter error messages. Cotributed by Travis Thompson.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1570663 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 18:57:06 +00:00 |
|
Chris Nauroth
|
4f8a487fcd
|
HDFS-5981. loadGenerator exit code is not reliable. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1570468 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 06:39:08 +00:00 |
|
Chris Nauroth
|
327d2ceca2
|
HADOOP-10352. Recursive setfacl erroneously attempts to apply default ACL to files. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1570466 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 06:29:52 +00:00 |
|
Andrew Wang
|
b00817b54a
|
HDFS-5988. Bad fsimage always generated after upgrade. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1570429 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 02:48:40 +00:00 |
|
Jing Zhao
|
4da6de1ca3
|
HDFS-5982. Need to update snapshot manager when applying editlog for deleting a snapshottable directory. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1570395 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-21 00:15:11 +00:00 |
|
Brandon Li
|
7568e2f193
|
HDFS-5944. LeaseManager:findLeaseWithPrefixPath can't handle path like /a/b/ and cause SecondaryNameNode failed do checkpoint. Contributed by Yunjiong Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1570366 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-20 22:27:13 +00:00 |
|
Jing Zhao
|
8b196816d8
|
HADOOP-10348. Deprecate hadoop.ssl.configuration in branch-2, and remove it in trunk. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1570295 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-20 18:34:24 +00:00 |
|
Kihwal Lee
|
b23f6cc1f2
|
HDFS-5962. Mtime and atime are not persisted for symbolic links. Contributed by Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1570252 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-20 16:09:20 +00:00 |
|
Andrew Wang
|
077adb25b7
|
HDFS-5979. Typo and logger fix for fsimage PB code. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1570070 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-20 03:25:08 +00:00 |
|
Arpit Agarwal
|
e2c0af8e7b
|
HDFS-5742. DatanodeCluster (mini cluster of DNs) fails to start. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1570067 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-20 03:20:29 +00:00 |
|
Arpit Agarwal
|
b95294416c
|
HDFS-5483. NN should gracefully handle multiple block replicas on same DN. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1570040 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-20 01:43:12 +00:00 |
|
Arpit Agarwal
|
0369aff403
|
HDFS-5868. Make hsync implementation pluggable. (Contributed by Buddy Taylor)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1569978 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 23:38:46 +00:00 |
|
Arpit Agarwal
|
2f341414dd
|
HDFS-5318. Support read-only and read-write paths to shared replicas. (Contributed by Eric Sirianni)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1569951 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 22:59:37 +00:00 |
|
Chris Nauroth
|
b2832e8d94
|
HDFS-4685. Correct minor whitespace difference in FSImageSerialization.java in preparation for trunk merge.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1569860 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 18:05:27 +00:00 |
|
Chris Nauroth
|
909eb7e4f1
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1569833 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 17:24:02 +00:00 |
|
Kihwal Lee
|
7e8d85ebb3
|
HDFS-5961. OIV cannot load fsimages containing a symbolic link. Contributed by Kihwal Lee.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1569789 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-19 15:28:57 +00:00 |
|
Jing Zhao
|
a845a18c67
|
HDFS-5893. HftpFileSystem.RangeHeaderUrlOpener uses the default URLConnectionFactory which does not import SSL certificates. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1569477 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-18 19:06:31 +00:00 |
|
Kihwal Lee
|
62b023c241
|
HDFS-5803. TestBalancer.testBalancer0 fails. Contributed by Chen He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1569391 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-18 15:39:59 +00:00 |
|
Kihwal Lee
|
4aa664f677
|
HDFS-5780. TestRBWBlockInvalidation times out intemittently. Contributed by Mit Desai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1569368 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-18 14:53:05 +00:00 |
|
Suresh Srinivas
|
bf5971b86a
|
HDFS-5959. Fix typo at section name in FSImageFormatProtobuf.java. Contributed by Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1569156 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-18 01:06:44 +00:00 |
|
Chris Nauroth
|
e288316acf
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1569142 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-17 23:22:32 +00:00 |
|
Chris Nauroth
|
2c7dfa29bd
|
Fix javadoc in OfflineImageViewer. Contributed by Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1569124 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-17 22:28:57 +00:00 |
|
Arpit Agarwal
|
8b63c41891
|
HDFS-5749. Web UI does not show up during the period of loading FSImage. (Contributed by Haohui Mai)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1568578 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-15 01:20:19 +00:00 |
|
Andrew Wang
|
3f6a6c88bb
|
HDFS-5953. TestBlockReaderFactory fails in trunk. (Akira Ajisaka via wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1568568 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-15 00:52:47 +00:00 |
|
Brandon Li
|
ef90940594
|
HDFS-5716. Allow WebHDFS to use pluggable authentication filter. Contributed by Haohui Mai
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1568547 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-15 00:04:44 +00:00 |
|
Brandon Li
|
a0a5edb6f3
|
HDFS-5949. New Namenode UI when trying to download a file, the browser doesn't know the file name.Contributed by Haohui Mai
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1568536 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-14 22:15:21 +00:00 |
|
Arpit Agarwal
|
a57550914f
|
HDFS-5948. TestBackupNode flakes with port in use error. (Contributed by Haohui Mai)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1568532 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-14 21:57:26 +00:00 |
|
Andrew Wang
|
04888258b7
|
HDFS-3128. Unit tests should not use a test root in /tmp. (wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1568526 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-14 21:29:27 +00:00 |
|
Chris Nauroth
|
d8fd23fc46
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1568497 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-14 19:30:52 +00:00 |
|
Suresh Srinivas
|
72f63c8957
|
HDFS-5943. 'dfs.namenode.https-address' property is not loaded from configuration in federation setup. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1568412 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-14 18:07:04 +00:00 |
|
Brandon Li
|
f4c339a1c5
|
HDFS-5901
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1568168 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 23:53:14 +00:00 |
|
Brandon Li
|
2ccc1daacf
|
HDFS-5934. New Namenode UI back button doesn't work as expected. Contributed by Travis Thompson
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1568165 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 23:47:11 +00:00 |
|
Chris Nauroth
|
934011c2ab
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1568029 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 20:19:53 +00:00 |
|
Chris Nauroth
|
8ffd3a91a5
|
HDFS-5941. add dfs.namenode.secondary.https-address and dfs.namenode.secondary.https-address in hdfs-default.xml. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1568019 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 19:53:20 +00:00 |
|
Chris Nauroth
|
a49dee06fb
|
Merge trunk to HDFS-4685.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1567994 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 18:21:46 +00:00 |
|
Chris Nauroth
|
e291c7905f
|
HDFS-5937. Fix TestOfflineEditsViewer on HDFS-4685 branch. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4685@1567986 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 17:52:26 +00:00 |
|
Kihwal Lee
|
b0456745f9
|
HDFS-5904. TestFileStatus fails intermittently. Contributed by Mit Desai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1567946 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 15:06:17 +00:00 |
|
Colin McCabe
|
f0d64a078d
|
HDFS-5940. Minor cleanups to ShortCircuitReplica, FsDatasetCache, and DomainSocketWatcher (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1567835 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 03:10:48 +00:00 |
|
Jing Zhao
|
2624b20291
|
HDFS-5847. Consolidate INodeReference into a separate section. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1567812 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-13 00:00:42 +00:00 |
|
Brandon Li
|
256adb2106
|
HDFS-5891. webhdfs should not try connecting the DN during redirection. Contributed by Haohui Mai
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1567810 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-12 23:57:35 +00:00 |
|