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
|
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 |
|
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 |
|
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 |
|
Allen Wittenauer
|
4b0f55b6ea
|
HDFS-7766. Add a flag to WebHDFS op=CREATE to not respond with a 307 redirect (Ravi Prakash via aw)
|
2016-05-23 15:52:01 -07:00 |
|
Masatake Iwasaki
|
12eb5a7b11
|
HDFS-10439. Update setOwner doc in HdfsPermissionsGuide. Contributed by John Zhuge.
|
2016-05-22 16:53:30 +09:00 |
|
Chris Nauroth
|
500e946729
|
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.
|
2016-05-20 13:01:43 -07:00 |
|
Chris Nauroth
|
bcde1562d2
|
HDFS-10424. DatanodeLifelineProtocol not able to use under security cluster. Contributed by Chris Nauroth.
|
2016-05-20 12:47:41 -07:00 |
|
Kihwal Lee
|
204de430bf
|
HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu.
|
2016-05-19 15:52:32 -05:00 |
|
Andrew Wang
|
010e6ac328
|
HDFS-2173. saveNamespace should not throw IOE when only one storage directory fails to write VERSION file. Contributed by Andras Bokor.
|
2016-05-18 14:13:41 -07:00 |
|
Lei Xu
|
cf552aa87b
|
HDFS-10360. DataNode may format directory and lose blocks if current/VERSION is missing. (Wei-Chiu Chuang via lei)
|
2016-05-18 09:38:37 -07:00 |
|
Arpit Agarwal
|
f4d8fde822
|
HDFS-9926. MiniDFSCluster leaks dependency Mockito via DataNodeTestUtils. (Contributed by Josh Elser)
|
2016-05-18 09:20:57 -07:00 |
|
Xiaoyu Yao
|
dd99f5fc79
|
HDFS-10383. Safely close resources in DFSTestUtil. Contributed by Mingliang Liu.
|
2016-05-17 16:12:00 -07:00 |
|
Junping Du
|
f6ef876fe1
|
MAPREDUCE-6657. Job history server can fail on startup when NameNode is in start phase. Contributed by Haibo Chen.
|
2016-05-17 14:41:47 -07:00 |
|
Yongjun Zhang
|
e24fe2641b
|
HDFS-9732, Improve DelegationTokenIdentifier.toString() for better logging. Contributed by Yongjun Zhang.
|
2016-05-17 14:03:08 -07:00 |
|
Kihwal Lee
|
1356cbe994
|
Revert "HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu."
This reverts commit 0942954e8a .
|
2016-05-17 15:20:03 -05:00 |
|
Kihwal Lee
|
0942954e8a
|
HDFS-10417. Improve error message from checkBlockLocalPathAccess. Contributed by Tianyin Xu.
|
2016-05-17 15:06:25 -05:00 |
|
Colin Patrick Mccabe
|
7cd5ae62f6
|
HDFS-10404. Fix formatting of CacheAdmin command usage help text (Yiqun Lin via cmccabe)
|
2016-05-17 11:10:48 -07:00 |
|
Kihwal Lee
|
4a5819dae2
|
HDFS-10303. DataStreamer#ResponseProcessor calculates packet ack latency incorrectly. Contributed by Surendra Singh Lilhore.
|
2016-05-17 08:53:31 -05:00 |
|
Akira Ajisaka
|
9fe5828f05
|
HDFS-10242. Cannot create space quota of zero. Contributed by Takashi Ohnishi.
|
2016-05-17 15:53:09 +09:00 |
|