Allen Wittenauer
|
d44f4745b4
|
HDFS-7987. Allow files / directories to be moved (Ravi Prakash via aw)
|
2016-06-10 09:02:28 -07:00 |
|
Masatake Iwasaki
|
8ea9bbce26
|
HDFS-10508. DFSInputStream should set thread's interrupt status after catching InterruptException from sleep. Contributed by Jing Zhao.
|
2016-06-09 14:52:29 +09:00 |
|
Ravi Prakash
|
ae047655f4
|
HDFS-10220. A large number of expired leases can make namenode unresponsive and cause failover (Nicolas Fraison via raviprak)
|
2016-06-08 13:44:22 -07:00 |
|
Andrew Wang
|
1ee9ea0026
|
Remove redundant TestMiniDFSCluster.testDualClusters. Contributed by Jiayi Zhou.
|
2016-06-08 12:58:56 -07:00 |
|
Jing Zhao
|
be34e85e68
|
HDFS-10468. HDFS read ends up ignoring an interrupt. Contributed by Jing Zhao
|
2016-06-07 10:48:21 -07:00 |
|
Akira Ajisaka
|
e620530301
|
HDFS-10485. Fix findbugs warning in FSEditLog.java. (aajisaka)
|
2016-06-07 17:52:55 +09:00 |
|
Zhe Zhang
|
6de9213df1
|
HDFS-10458. getFileEncryptionInfo should return quickly for non-encrypted cluster.
|
2016-06-06 15:52:39 -07:00 |
|
Tsz-Wo Nicholas Sze
|
35f255b03b
|
Revert "Revert "HADOOP-13226 Support async call retry and failover.""
This reverts commit 5360da8bd9 .
|
2016-06-06 16:31:43 +08:00 |
|
Tsz-Wo Nicholas Sze
|
7e7b1ae037
|
Revert "Revert "HDFS-10430. Reuse FileSystem#access in TestAsyncDFS. Contributed by Xiaobing Zhou.""
This reverts commit 8cf47d8589 .
|
2016-06-06 16:31:38 +08:00 |
|
Tsz-Wo Nicholas Sze
|
db41e6d285
|
Revert "Revert "HDFS-10431 Refactor and speedup TestAsyncDFSRename. Contributed by Xiaobing Zhou""
This reverts commit 5ee5912ebd .
|
2016-06-06 16:31:34 +08:00 |
|
Tsz-Wo Nicholas Sze
|
b3d81f38da
|
Revert "Revert "HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou""
This reverts commit b82c74b910 .
|
2016-06-06 16:31:30 +08:00 |
|
Tsz-Wo Nicholas Sze
|
574dcd34c0
|
Revert "Revert "HADOOP-13168. Support Future.get with timeout in ipc async calls.""
This reverts commit e4450d47f1 .
|
2016-06-06 16:31:23 +08:00 |
|
Tsz-Wo Nicholas Sze
|
cba9a01889
|
Revert "Revert "HDFS-10346. Implement asynchronous setPermission/setOwner for DistributedFileSystem. Contributed by Xiaobing Zhou""
This reverts commit f23d5dfc60 .
|
2016-06-06 16:29:38 +08:00 |
|
Tsz-Wo Nicholas Sze
|
aa20fa150d
|
Revert "Revert "HADOOP-12957. Limit the number of outstanding async calls. Contributed by Xiaobing Zhou""
This reverts commit 4d36b221a2 .
|
2016-06-06 16:28:47 +08:00 |
|
Tsz-Wo Nicholas Sze
|
eded3d109e
|
Revert "Revert "HDFS-10224. Implement asynchronous rename for DistributedFileSystem. Contributed by Xiaobing Zhou""
This reverts commit 106234d873 .
|
2016-06-06 16:28:21 +08:00 |
|
Andrew Wang
|
106234d873
|
Revert "HDFS-10224. Implement asynchronous rename for DistributedFileSystem. Contributed by Xiaobing Zhou"
This reverts commit fc94810d3f .
|
2016-06-03 18:09:55 -07:00 |
|
Andrew Wang
|
4d36b221a2
|
Revert "HADOOP-12957. Limit the number of outstanding async calls. Contributed by Xiaobing Zhou"
This reverts commit 1b9f18623a .
|
2016-06-03 18:09:18 -07:00 |
|
Andrew Wang
|
f23d5dfc60
|
Revert "HDFS-10346. Implement asynchronous setPermission/setOwner for DistributedFileSystem. Contributed by Xiaobing Zhou"
This reverts commit 7251bb922b .
|
2016-06-03 18:09:17 -07:00 |
|
Andrew Wang
|
e4450d47f1
|
Revert "HADOOP-13168. Support Future.get with timeout in ipc async calls."
This reverts commit 42c22f7e3d .
|
2016-06-03 18:09:16 -07:00 |
|
Andrew Wang
|
b82c74b910
|
Revert "HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou"
This reverts commit 02d4e478a3 .
|
2016-06-03 18:09:14 -07:00 |
|
Andrew Wang
|
5ee5912ebd
|
Revert "HDFS-10431 Refactor and speedup TestAsyncDFSRename. Contributed by Xiaobing Zhou"
This reverts commit f4b9bcd87c .
|
2016-06-03 18:09:13 -07:00 |
|
Andrew Wang
|
8cf47d8589
|
Revert "HDFS-10430. Reuse FileSystem#access in TestAsyncDFS. Contributed by Xiaobing Zhou."
This reverts commit 21890c4239 .
|
2016-06-03 18:09:12 -07:00 |
|
Andrew Wang
|
5360da8bd9
|
Revert "HADOOP-13226 Support async call retry and failover."
This reverts commit 83f2f78c11 .
|
2016-06-03 18:09:09 -07:00 |
|
Andrew Wang
|
47e0321ee9
|
HDFS-10481. HTTPFS server should correctly impersonate as end user to open file. Contributed by Xiao Chen.
|
2016-06-03 17:21:17 -07:00 |
|
Allen Wittenauer
|
99a771cd7a
|
HDFS-7767. Use the noredirect flag in WebHDFS to allow web browsers to upload files via the NN UI (Ravi Prakash via aw)
|
2016-06-03 17:07:39 -07:00 |
|
Allen Wittenauer
|
15f018434c
|
HDFS-9877. HDFS Namenode UI: Fix browsing directories that need to be encoded (Ravi Prakash via aw)
|
2016-06-03 17:06:29 -07:00 |
|
Andrew Wang
|
713cb71820
|
HADOOP-13155. Implement TokenRenewer to renew and cancel delegation tokens in KMS. Contributed by Xiao Chen.
|
2016-06-03 16:48:54 -07:00 |
|
Arpit Agarwal
|
97e2449477
|
HDFS-10341. Add a metric to expose the timeout number of pending replication blocks. (Contributed by Akira Ajisaka)
|
2016-06-02 13:14:45 -07:00 |
|
Akira Ajisaka
|
1df6f5735c
|
HDFS-10471. DFSAdmin#SetQuotaCommand's help msg is not correct. Contributed by Yiqun Lin.
|
2016-06-03 04:10:32 +09:00 |
|
Masatake Iwasaki
|
aadb77e412
|
HDFS-10367. TestDFSShell.testMoveWithTargetPortEmpty fails with Address bind exception. Contributed by Brahma Reddy Battula.
|
2016-06-02 20:55:04 +09:00 |
|
Akira Ajisaka
|
69555fca06
|
HDFS-9476. TestDFSUpgradeFromImage#testUpgradeFromRel1BBWImage occasionally fail. Contributed by Masatake Iwasaki.
|
2016-06-02 18:52:47 +09:00 |
|
Kai Zheng
|
d749cf65e1
|
HDFS-9833. Erasure coding: recomputing block checksum on the fly by reconstructing the missed/corrupt block data. Contributed by Rakesh R.
|
2016-06-02 12:56:21 +08:00 |
|
Colin Patrick Mccabe
|
8ceb06e239
|
HADOOP-13137. TraceAdmin should support Kerberized cluster (Wei-Chiu Chuang via cmccabe)
|
2016-05-31 17:54:34 -07:00 |
|
Colin Patrick Mccabe
|
c7921c9bdd
|
HDFS-9466. TestShortCircuitCache#testDataXceiverCleansUpSlotsOnFailure is flaky (Wei-Chiu Chuang via cmccabe)
|
2016-05-31 17:37:52 -07:00 |
|
Colin Patrick Mccabe
|
29d6cadc52
|
HDFS-10415. TestDistributedFileSystem#MyDistributedFileSystem attempts to set up statistics before initialize() is called (Mingliang Liu via cmccabe)
|
2016-05-31 16:54:52 -07:00 |
|
Tsz-Wo Nicholas Sze
|
83f2f78c11
|
HADOOP-13226 Support async call retry and failover.
|
2016-05-31 16:30:11 -07:00 |
|
Kai Zheng
|
93d8a7f2a2
|
Revert "HADOOP-12579. Deprecate and remove WriteableRPCEngine. Contributed by Kai Zheng"
This reverts commit a6c79f92d5 .
|
2016-06-01 08:41:15 +08:00 |
|
Chris Nauroth
|
21890c4239
|
HDFS-10430. Reuse FileSystem#access in TestAsyncDFS. Contributed by Xiaobing Zhou.
|
2016-05-27 14:20:18 -07:00 |
|
Yongjun Zhang
|
5ea6fd85c7
|
HDFS-10276. HDFS should not expose path info that user has no permission to see. (Yuanbo Liu via Yongjun Zhang)
|
2016-05-27 10:02:02 -07:00 |
|
Kai Zheng
|
916140604f
|
HADOOP-12911. Upgrade Hadoop MiniKDC with Kerby. Contributed by Jiajia Li
|
2016-05-28 14:23:39 +08:00 |
|
Zhe Zhang
|
8c84a2a93c
|
HDFS-10236. Erasure Coding: Rename replication-based names in BlockManager to more generic [part-3]. Contributed by Rakesh R.
|
2016-05-26 16:50:55 -07:00 |
|
Karthik Kambatla
|
55c3e2de3d
|
HDFS-10463. TestRollingFileSystemSinkWithHdfs needs some cleanup. (Daniel Templeton via kasha)
|
2016-05-26 14:24:31 -07:00 |
|
Tsz-Wo Nicholas Sze
|
f4b9bcd87c
|
HDFS-10431 Refactor and speedup TestAsyncDFSRename. Contributed by Xiaobing Zhou
|
2016-05-26 12:15:17 -07:00 |
|
Kai Zheng
|
77202fa103
|
HADOOP-13010. Refactor raw erasure coders. Contributed by Kai Zheng
|
2016-05-27 13:23:34 +08:00 |
|
Kai Zheng
|
f69f5ab3b6
|
HDFS-10434. Fix intermittent test failure of TestDataNodeErasureCodingMetrics. Contributed by Rakesh R
|
2016-05-27 04:42:53 +08:00 |
|
Kai Zheng
|
a6c79f92d5
|
HADOOP-12579. Deprecate and remove WriteableRPCEngine. Contributed by Kai Zheng
|
2016-05-27 04:29:42 +08:00 |
|
Vinayakumar B
|
2dab64da2f
|
HDFS-10217. show 'blockScheduled' tooltip in datanodes table.
|
2016-05-25 12:34:52 +05:30 |
|
Tsz-Wo Nicholas Sze
|
02d4e478a3
|
HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou
|
2016-05-24 14:51:27 -07:00 |
|
Tsz-Wo Nicholas Sze
|
15ed080e36
|
HDFS-9365. Balaner does not work with the HDFS-6376 HA setup.
|
2016-05-24 12:49:48 -07:00 |
|
Karthik Kambatla
|
57c31a3fef
|
HDFS-9782. RollingFileSystemSink should have configurable roll interval. (Daniel Templeton via kasha)
|
2016-05-24 10:37:00 -07:00 |
|