Masatake Iwasaki
|
0b7388b5d2
|
HDFS-10508. DFSInputStream should set thread's interrupt status after catching InterruptException from sleep. Contributed by Jing Zhao.
(cherry picked from commit 8ea9bbce26 )
|
2016-06-09 14:53:56 +09:00 |
Ravi Prakash
|
9c5f7f290e
|
HDFS-10220. A large number of expired leases can make namenode unresponsive and cause failover (Nicolas Fraison via raviprak)
(cherry picked from commit ae047655f4 )
|
2016-06-08 13:46:41 -07:00 |
Andrew Wang
|
9319665461
|
Remove redundant TestMiniDFSCluster.testDualClusters. Contributed by Jiayi Zhou.
(cherry picked from commit 1ee9ea0026 )
|
2016-06-08 12:58:59 -07:00 |
Jing Zhao
|
8b34040cb9
|
HDFS-10468. HDFS read ends up ignoring an interrupt. Contributed by Jing Zhao
(cherry picked from commit be34e85e68 )
|
2016-06-07 10:52:33 -07:00 |
Zhe Zhang
|
0499907466
|
HDFS-10458. getFileEncryptionInfo should return quickly for non-encrypted cluster.
(cherry picked from commit 6de9213df1 )
(cherry picked from commit 06e38c835d )
|
2016-06-07 08:57:27 -07:00 |
Jason Lowe
|
5b4c80b27e
|
HDFS-9580. TestComputeInvalidateWork#testDatanodeReRegistration failed due to unexpected number of invalidate blocks. Contributed by Wei-Chiu Chuang.
Change-Id: I9411dfb1dd4605cbcc515ca3361218d35d7c5fe3
(cherry picked from commit 0087734cc1 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2016-06-07 15:33:43 +00:00 |
Akira Ajisaka
|
b8c1db6f63
|
HDFS-10485. Fix findbugs warning in FSEditLog.java. (aajisaka)
(cherry picked from commit e620530301 )
|
2016-06-07 17:53:09 +09:00 |
Wangda Tan
|
d30e194dda
|
Revert "HDFS-10458. getFileEncryptionInfo should return quickly for non-encrypted cluster."
This reverts commit 06e38c835d .
|
2016-06-06 22:17:30 -07:00 |
Zhe Zhang
|
06e38c835d
|
HDFS-10458. getFileEncryptionInfo should return quickly for non-encrypted cluster.
(cherry picked from commit 6de9213df1 )
|
2016-06-06 15:53:12 -07:00 |
Tsz-Wo Nicholas Sze
|
074588d78b
|
Revert "Revert "HADOOP-13226 Support async call retry and failover.""
This reverts commit 5bfadb8e6b .
|
2016-06-06 16:52:24 +08:00 |
Tsz-Wo Nicholas Sze
|
48323b6636
|
Revert "Revert "HDFS-10430. Reuse FileSystem#access in TestAsyncDFS. Contributed by Xiaobing Zhou.""
This reverts commit 6f8f40b2a5 .
|
2016-06-06 16:52:19 +08:00 |
Tsz-Wo Nicholas Sze
|
6762855f67
|
Revert "Revert "HDFS-10431 Refactor and speedup TestAsyncDFSRename. Contributed by Xiaobing Zhou""
This reverts commit 8e2245d0a4 .
|
2016-06-06 16:52:14 +08:00 |
Tsz-Wo Nicholas Sze
|
136d3b6414
|
Revert "Revert "HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou""
This reverts commit 87ea0784eb .
|
2016-06-06 16:52:09 +08:00 |
Tsz-Wo Nicholas Sze
|
09a543fc86
|
Revert "Revert "HADOOP-13168. Support Future.get with timeout in ipc async calls.""
This reverts commit 071aeab585 .
|
2016-06-06 16:52:02 +08:00 |
Tsz-Wo Nicholas Sze
|
428dc52e56
|
Revert "Revert "HDFS-10346. Implement asynchronous setPermission/setOwner for DistributedFileSystem. Contributed by Xiaobing Zhou""
This reverts commit 2529cabf12 .
|
2016-06-06 16:51:54 +08:00 |
Tsz-Wo Nicholas Sze
|
7b9062f405
|
Revert "Revert "HADOOP-12957. Limit the number of outstanding async calls. Contributed by Xiaobing Zhou""
This reverts commit 7d4c16bae9 .
|
2016-06-06 16:51:48 +08:00 |
Tsz-Wo Nicholas Sze
|
c1947a71ff
|
Revert "Revert "HDFS-10224. Implement asynchronous rename for DistributedFileSystem. Contributed by Xiaobing Zhou""
This reverts commit c11c2ee649 .
|
2016-06-06 16:51:41 +08:00 |
Andrew Wang
|
c11c2ee649
|
Revert "HDFS-10224. Implement asynchronous rename for DistributedFileSystem. Contributed by Xiaobing Zhou"
This reverts commit d316f44059 .
|
2016-06-03 18:11:12 -07:00 |
Andrew Wang
|
7d4c16bae9
|
Revert "HADOOP-12957. Limit the number of outstanding async calls. Contributed by Xiaobing Zhou"
This reverts commit 7e0824faa9 .
|
2016-06-03 18:10:49 -07:00 |
Andrew Wang
|
2529cabf12
|
Revert "HDFS-10346. Implement asynchronous setPermission/setOwner for DistributedFileSystem. Contributed by Xiaobing Zhou"
This reverts commit 69768bf9e0 .
|
2016-06-03 18:10:49 -07:00 |
Andrew Wang
|
071aeab585
|
Revert "HADOOP-13168. Support Future.get with timeout in ipc async calls."
This reverts commit 658072d62e .
|
2016-06-03 18:10:49 -07:00 |
Andrew Wang
|
87ea0784eb
|
Revert "HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou"
This reverts commit 56745a0cf4 .
|
2016-06-03 18:10:48 -07:00 |
Andrew Wang
|
8e2245d0a4
|
Revert "HDFS-10431 Refactor and speedup TestAsyncDFSRename. Contributed by Xiaobing Zhou"
This reverts commit 72773f8ea8 .
|
2016-06-03 18:10:48 -07:00 |
Andrew Wang
|
6f8f40b2a5
|
Revert "HDFS-10430. Reuse FileSystem#access in TestAsyncDFS. Contributed by Xiaobing Zhou."
This reverts commit 193f822b9a .
|
2016-06-03 18:10:48 -07:00 |
Andrew Wang
|
5bfadb8e6b
|
Revert "HADOOP-13226 Support async call retry and failover."
This reverts commit f7189d6a1c .
|
2016-06-03 18:10:47 -07:00 |
Andrew Wang
|
d5609e3499
|
HDFS-10481. HTTPFS server should correctly impersonate as end user to open file. Contributed by Xiao Chen.
(cherry picked from commit 47e0321ee9 )
|
2016-06-03 17:21:27 -07:00 |
Andrew Wang
|
03c4724c88
|
HADOOP-13155. Implement TokenRenewer to renew and cancel delegation tokens in KMS. Contributed by Xiao Chen.
(cherry picked from commit 713cb71820 )
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/KeyProviderDelegationTokenExtension.java
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSUtilClient.java
|
2016-06-03 17:01:11 -07:00 |
Akira Ajisaka
|
b6d5546e24
|
HDFS-10341. Add a metric to expose the timeout number of pending replication blocks. (aajisaka)
|
2016-06-03 16:04:11 +09:00 |
Akira Ajisaka
|
cddf6b4fc7
|
HDFS-10471. DFSAdmin#SetQuotaCommand's help msg is not correct. Contributed by Yiqun Lin.
(cherry picked from commit 1df6f5735c )
|
2016-06-03 04:11:03 +09:00 |
Akira Ajisaka
|
cbf6cacf64
|
HDFS-10449. TestRollingFileSystemSinkWithHdfs#testFailedClose() fails on branch-2. Contributed by Takanobu Asanuma.
|
2016-06-03 03:08:22 +09:00 |
Masatake Iwasaki
|
3740974413
|
HDFS-10367. TestDFSShell.testMoveWithTargetPortEmpty fails with Address bind exception. Contributed by Brahma Reddy Battula.
(cherry picked from commit aadb77e412 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSShell.java
|
2016-06-02 20:59:40 +09:00 |
Akira Ajisaka
|
3dd557e4b6
|
HDFS-9476. TestDFSUpgradeFromImage#testUpgradeFromRel1BBWImage occasionally fail. Contributed by Masatake Iwasaki.
(cherry picked from commit 69555fca06 )
|
2016-06-02 18:53:27 +09:00 |
Colin Patrick Mccabe
|
a64e1425ed
|
HADOOP-13137. TraceAdmin should support Kerberized cluster (Wei-Chiu Chuang via cmccabe)
(cherry picked from commit 8ceb06e239 )
|
2016-05-31 18:05:28 -07:00 |
Colin Patrick Mccabe
|
14907d9b8c
|
HDFS-10415. TestDistributedFileSystem#MyDistributedFileSystem attempts to set up statistics before initialize() is called (Mingliang Liu via cmccabe)
|
2016-05-31 17:19:25 -07:00 |
Tsz-Wo Nicholas Sze
|
f7189d6a1c
|
HADOOP-13226 Support async call retry and failover.
|
2016-05-31 17:01:43 -07:00 |
Chris Nauroth
|
193f822b9a
|
HDFS-10430. Reuse FileSystem#access in TestAsyncDFS. Contributed by Xiaobing Zhou.
(cherry picked from commit 21890c4239 )
|
2016-05-27 14:20:30 -07:00 |
Yongjun Zhang
|
2dfaedeb43
|
HDFS-10276. HDFS should not expose path info that user has no permission to see. (Yuanbo Liu via Yongjun Zhang)
(cherry picked from commit 5ea6fd85c7 )
|
2016-05-27 10:14:30 -07:00 |
Karthik Kambatla
|
b4c8729cf9
|
HDFS-10463. TestRollingFileSystemSinkWithHdfs needs some cleanup. (Daniel Templeton via kasha)
|
2016-05-26 14:39:07 -07:00 |
Tsz-Wo Nicholas Sze
|
72773f8ea8
|
HDFS-10431 Refactor and speedup TestAsyncDFSRename. Contributed by Xiaobing Zhou
|
2016-05-26 12:16:40 -07:00 |
Tsz-Wo Nicholas Sze
|
e5dab68066
|
HDFS-8057 Move BlockReader implementation to the client implementation package. Contributed by Takanobu Asanuma
|
2016-05-25 12:12:27 -07:00 |
Vinayakumar B
|
e28a51e988
|
HDFS-10217. show 'blockScheduled' tooltip in datanodes table.
(cherry picked from commit 2dab64da2f )
|
2016-05-25 12:35:15 +05:30 |
Karthik Kambatla
|
afe603d973
|
HDFS-9782. RollingFileSystemSink should have configurable roll interval. (Daniel Templeton via kasha)
(cherry picked from commit 57c31a3fef )
|
2016-05-24 16:34:45 -07:00 |
Tsz-Wo Nicholas Sze
|
56745a0cf4
|
HDFS-10390. Implement asynchronous setAcl/getAclStatus for DistributedFileSystem. Contributed by Xiaobing Zhou
|
2016-05-24 14:52:50 -07:00 |
Tsz-Wo Nicholas Sze
|
076a73f207
|
HDFS-9365. Balaner does not work with the HDFS-6376 HA setup.
|
2016-05-24 13:08:04 -07:00 |
Masatake Iwasaki
|
094bc727c5
|
HDFS-10439. Update setOwner doc in HdfsPermissionsGuide. Contributed by John Zhuge.
(cherry picked from commit 12eb5a7b11 )
|
2016-05-22 19:15:28 +09:00 |
Chris Nauroth
|
e7b56cf93c
|
HDFS-10438. When NameNode HA is configured to use the lifeline RPC server, it should log the address of that server. Contributed by Chris Nauroth.
(cherry picked from commit 500e946729 )
|
2016-05-20 13:01:59 -07:00 |
Chris Nauroth
|
d38f2090fa
|
HDFS-10424. DatanodeLifelineProtocol not able to use under security cluster. Contributed by Chris Nauroth.
(cherry picked from commit bcde1562d2 )
|
2016-05-20 12:47:52 -07:00 |
Tsz-Wo Nicholas Sze
|
658072d62e
|
HADOOP-13168. Support Future.get with timeout in ipc async calls.
|
2016-05-19 15:58:15 -07:00 |
Kihwal Lee
|
bae151801d
|
HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu.
(cherry picked from commit 204de430bf )
|
2016-05-19 15:53:41 -05:00 |
Andrew Wang
|
a44c87c2d0
|
HDFS-2173. saveNamespace should not throw IOE when only one storage directory fails to write VERSION file. Contributed by Andras Bokor.
(cherry picked from commit 010e6ac328 )
|
2016-05-18 14:13:47 -07:00 |