cnauroth
|
e5c8a34446
|
HDFS-9711. Integrate CSRF prevention filter in WebHDFS. Contributed by Chris Nauroth.
(cherry picked from commit 5d1889a66d91608d34ca9411fb6e9161e637e9d3)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/DatanodeHttpServer.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeHttpServer.java
(cherry picked from commit 779a69e28dfb6e520e7ebe08cfa76f2b03a0cee7)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
|
2016-02-18 10:16:06 -08:00 |
|
Zhe Zhang
|
64d39b83cc
|
HDFS-9799. Reimplement getCurrentTrashDir to remove incompatibility. (zhz)
Change-Id: I7834bcebffed38cb384db5395ddb8b6dd9e79a0b
|
2016-02-17 13:32:18 -08:00 |
|
Haohui Mai
|
b318429ac9
|
HDFS-9815. Move o.a.h.fs.Hdfs to hadoop-hdfs-client. Contributed by Vinayakumar B.
|
2016-02-17 10:59:50 -08:00 |
|
Masatake Iwasaki
|
2dd80938a2
|
HDFS-9700. DFSClient and DFSOutputStream should set TCP_NODELAY on sockets for DataTransferProtocol (Gary Helmling via iwasakims)
(cherry picked from commit 372d1302c63c6f49f99be5766c5da9647ebd9ca6)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/client/impl/DfsClientConf.java
(cherry picked from commit f71fa500f9a43d928fbd27c873544898bff50dd4)
|
2016-02-13 03:34:07 +09:00 |
|
Akira Ajisaka
|
df23f9c49d
|
HDFS-9768. Reuse ObjectMapper instance in HDFS to improve the performance. Contributed by Lin Yiqun.
(cherry picked from commit e6a7044b8530afded8f8e86ff309dd0e4d39238a)
(cherry picked from commit a714d04f5d8eaba34a24ee9454ceaec68ab00a15)
|
2016-02-13 02:04:22 +09:00 |
|
zhezhang
|
3257ce73bd
|
HDFS-9244. Support nested encryption zones.
Change-Id: I43a13035a8b27956e90967ee82058efb647c3415
|
2016-02-08 16:32:11 -08:00 |
|
Uma Maheswara Rao G
|
3399119e72
|
HDFS-9777. Fix typos in DFSAdmin command line and documentation.(Wei-Chiu Chuang via umamahesh)
(cherry picked from commit bffaa38a91b26920206a3350bf1cd60ec950aa74)
|
2016-02-08 14:12:52 -08:00 |
|
Kihwal Lee
|
aae0f183af
|
HDFS-9752. Permanent write failures may happen to slow writers during datanode rolling upgrades. Contributed by Walter Su.
(cherry picked from commit 193d27de0a5d23a61cabd41162ebc3292d8526d1)
|
2016-02-08 12:17:39 -06:00 |
|
Haohui Mai
|
fdb89ac0ae
|
HDFS-9724. Degraded performance in WebHDFS listing as it does not reuse ObjectMapper. Contributed by Akira Ajisaka.
|
2016-02-04 13:41:14 -08:00 |
|
Vinayakumar B
|
e045856eda
|
HDFS-9739. DatanodeStorage.isValidStorageId() is broken (Contributed by Mingliang Liu)
(cherry picked from commit d6b1acb940180befeb4c855d0e4a339dbc035e7d)
(cherry picked from commit e8a9a69a2756f998f08c7b8452b84fd309921443)
|
2016-02-03 10:34:35 +05:30 |
|
Tsz-Wo Nicholas Sze
|
0ad3c51dfb
|
HDFS-8999. Allow a file to be closed with COMMITTED but not yet COMPLETE blocks.
(cherry picked from commit b10d8ced21a860390c46e7729a02b81d9f7b88e6)
|
2016-02-03 07:41:06 +05:30 |
|
Eric Yang
|
6ba6f993f8
|
HDFS-9653. Added blocks pending deletion report to dfsadmin.
(Weiwei Yang via eyang)
|
2016-01-24 14:27:17 -08:00 |
|
Kihwal Lee
|
330876689b
|
HDFS-8898. Create API and command-line argument to get quota and quota usage without detailed content summary. Contributed by Ming Ma.
(cherry picked from commit b5db1d44104a8ac4c3643cc3ac841f75f31c8345)
|
2016-01-22 09:20:39 -06:00 |
|
Kihwal Lee
|
67ba20e364
|
HDFS-9634. webhdfs client side exceptions don't provide enough details. Contributed by Eric Payne.
(cherry picked from commit 7b70500484574a565dd8cd5c7d8b5bc7c6d91154)
|
2016-01-21 09:34:06 -06:00 |
|
Kihwal Lee
|
d1cbc8442c
|
HDFS-9574. Reduce client failures during datanode restart. Contributed by Kihwal Lee.
(cherry picked from commit 38c4c14472996562eb3d610649246770c2888c6b)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
|
2016-01-08 11:16:40 -06:00 |
|
Uma Mahesh
|
68ee13e4f5
|
HADOOP-12658. Clear javadoc and check style issues around DomainSocket. Contributed by Kai Zheng
(cherry picked from commit 778146eaae5b1e17928a1f26fb1e46536a6ee510)
|
2016-01-04 15:14:14 -08:00 |
|
Kihwal Lee
|
263c544021
|
HDFS-7163. WebHdfsFileSystem should retry reads according to the configured retry policy. Contributed by Eric Payne.
(cherry picked from commit 867048c3e4b20ece0039a876def129fa5eb9234f)
(cherry picked from commit 131260f0a7e8480e03b20d6e6327d8b468a9313d)
|
2015-12-22 14:20:10 -06:00 |
|
Xiaoyu Yao
|
f3ee0e7857
|
HDFS-8831. Trash Support for deletion in HDFS encryption zone. Contributed by Xiaoyu Yao.
(cherry picked from commit cbc7b6bf97a80c39d4bbb3005e42dacae6726baf)
(cherry picked from commit eb7f9901b4355c5488172dc93f734ee496b3e4dc)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2015-12-18 16:34:43 -08:00 |
|
cnauroth
|
d3e1161b8d
|
HDFS-9557. Reduce object allocation in PB conversion. Contributed by Daryn Sharp.
(cherry picked from commit c470c8953d4927043b6383fad8e792289c634c09)
(cherry picked from commit e8e3737ce8224df41f57b5d03ed097e8ab413bda)
|
2015-12-16 11:11:34 -08:00 |
|
Andrew Wang
|
8e5de6cc42
|
HDFS-8894. Set SO_KEEPALIVE on DN server sockets. Contributed by Kanaka Kumar Avvaru.
(cherry picked from commit 49949a4bb03aa81cbb9115e91ab1c61cc6dc8a62)
(cherry picked from commit 2796c1099f5c770d534f4bf10c1d80886d0bc194)
|
2015-12-15 14:40:23 -08:00 |
|
Tsz-Wo Nicholas Sze
|
afc76eb218
|
HDFS-9294. DFSClient deadlock when close file and failed to renew lease. Contributed by Brahma Reddy Battula
|
2015-12-03 11:35:29 -08:00 |
|
Xiaoyu Yao
|
4f1f9f7eff
|
HDFS-8512. WebHDFS : GETFILESTATUS should return LocatedBlock with storage type info. Contributed by Xiaoyu Yao.
(cherry picked from commit e3d673901b396cf5bbede5ed6f607ce68301ec0a)
|
2015-11-25 13:54:22 -08:00 |
|
Uma Mahesh
|
52c889ac14
|
HDFS-9433. DFS getEZForPath API on a non-existent file should throw FileNotFoundException (Rakesh R via umamahesh)
(cherry picked from commit 411e2b2e7cd63273a3819f99a3275821dfbcc9ce)
|
2015-11-23 18:46:48 -08:00 |
|
Haohui Mai
|
d469e9e4ca
|
HDFS-7988. Replace usage of ExactSizeInputStream with LimitInputStream. Contributed by Walter Su.
|
2015-11-23 10:50:23 -08:00 |
|
Haohui Mai
|
2c185222f9
|
HDFS-9443. Disabling HDFS client socket cache causes logging message printed to console for CLI commands. Contributed by Chris Nauroth.
|
2015-11-22 15:06:36 -08:00 |
|
Akira Ajisaka
|
c74e42b4a2
|
HDFS-9431. DistributedFileSystem#concat fails if the target path is relative. Contributed by Kazuho Fujii.
(cherry picked from commit ac1aa6c8197268ea83f44747199d560be9e299ae)
|
2015-11-19 20:55:36 +09:00 |
|
cnauroth
|
7b94ae17ab
|
HDFS-9400. TestRollingUpgradeRollback fails on branch-2. Contributed by Brahma Reddy Battula.
(cherry picked from commit bad2afe39a3a589ca9d25de297a080b974645fea)
|
2015-11-18 11:00:18 -08:00 |
|
Xiaoyu Yao
|
48a494cdc3
|
HDFS-9234. WebHdfs: getContentSummary() should give quota for storage types. Contributed by Surendra Singh Lilhore.
(cherry picked from commit 41d3f8899d8b96568f56331eaf598bb356ecdae0)
|
2015-11-10 16:48:06 -08:00 |
|
Zhe Zhang
|
edd4b2d458
|
HDFS-9364. Unnecessary DNS resolution attempts when creating NameNodeProxies. Contributed by Xiao Chen.
Change-Id: I9e42f724f27924cf73891425a832de37ce014a1e
|
2015-11-10 09:55:39 -08:00 |
|
Kihwal Lee
|
ceb062f093
|
HDFS-9383. TestByteArrayManager#testByteArrayManager fails. Contributed by Tsz Wo Nicholas Sze.
(cherry picked from commit ef926b2e3824475581454c1e17a0d7c94529efde)
|
2015-11-09 08:57:25 -06:00 |
|
cnauroth
|
385dcc4064
|
HDFS-9394. branch-2 hadoop-hdfs-client fails during FileSystem ServiceLoader initialization, because HftpFileSystem is missing. Contributed by Mingliang Liu.
(cherry picked from commit 1ee2db5c41d2e608eb3102d0e13e132448c5ed8f)
|
2015-11-07 07:39:45 -08:00 |
|
Tsz-Wo Nicholas Sze
|
9766fc988f
|
HDFS-9398. Make ByteArraryManager log message in one-line format. Contributed by Mingliang Liu
|
2015-11-07 22:22:36 +08:00 |
|
cnauroth
|
75bcc8bcd8
|
HDFS-9384. TestWebHdfsContentLength intermittently hangs and fails due to TCP conversation mismatch between client and server. Contributed by Chris Nauroth.
(cherry picked from commit 66c096731052fb187dc49f5bcaec8432c4b92d0c)
|
2015-11-05 22:07:34 -08:00 |
|
cnauroth
|
6edd41ac69
|
HDFS-9378. hadoop-hdfs-client tests do not write logs. Contributed by Chris Nauroth.
(cherry picked from commit c563401796c58119d1b42dda55d6916bdab56dfe)
|
2015-11-05 06:48:32 -08:00 |
|
Zhe Zhang
|
4f29f5d192
|
HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in commitBlock. Contributed by Chang Li.
Change-Id: I0591b1f9c6a0a8b368408b195151de2e0aa440c4
|
2015-11-03 14:23:02 -08:00 |
|
Haohui Mai
|
9e911a2439
|
HDFS-9168. Move client side unit test to hadoop-hdfs-client. Contributed by Haohui Mai.
|
2015-10-28 15:54:53 -07:00 |
|
Ming Ma
|
2c335a8434
|
HDFS-9259. Make SO_SNDBUF size configurable at DFSClient side for hdfs write scenario. (Mingliang Liu via mingma)
(cherry picked from commit aa09880ab85f3c35c12373976e7b03f3140b65c8)
|
2015-10-27 09:29:37 -07:00 |
|
Yongjun Zhang
|
b50af4e04a
|
HDFS-7284. Add more debug info to BlockInfoUnderConstruction#setGenerationStampAndVerifyReplicas. (Wei-Chiu Chuang via Yongjun Zhang)
(cherry picked from commit 5e718de522328d1112ad38063596c204aa43f539)
|
2015-10-26 13:36:25 -07:00 |
|
Arpit Agarwal
|
b727dfd61c
|
HDFS-4015. Safemode should count and report orphaned blocks. (Contributed by Anu Engineer)
|
2015-10-23 21:40:26 -07:00 |
|
Haohui Mai
|
558ae8c2df
|
HDFS-9301. HDFS clients can't construct HdfsConfiguration instances. Contributed by Mingliang Liu.
|
2015-10-23 14:53:15 -07:00 |
|
Kihwal Lee
|
d24d0fd981
|
HDFS-9290. DFSClient#callAppend() is not backward compatible for slightly older NameNodes. Contributed by Tony Wu.
(cherry picked from commit b9e0417bdf2b9655dc4256bdb43683eca1ab46be)
|
2015-10-23 16:38:47 -05:00 |
|
Andrew Wang
|
c35771c46e
|
HDFS-9250. Add Precondition check to LocatedBlock#addCachedLoc. Contributed by Xiao Chen.
(cherry picked from commit 8175c4f6b9fc17ff2e0fc568d798f9b6f2487696)
|
2015-10-19 16:13:14 -07:00 |
|
Andrew Wang
|
12d3b69217
|
HDFS-8941. DistributedFileSystem listCorruptFileBlocks API should resolve relative path. Contributed by Rakesh R.
(cherry picked from commit c32614f410fb62a7179abfefbab42a05415a3066)
|
2015-10-09 11:57:07 -07:00 |
|
Jing Zhao
|
a4b8dc48f1
|
HDFS-9196. Fix TestWebHdfsContentLength. Contributed by Masatake Iwasaki.
(cherry picked from commit 239d119c6707e58c9a5e0099c6d65fe956e95140)
|
2015-10-06 23:55:33 -07:00 |
|
Vinayakumar B
|
96fbe42bd7
|
HDFS-7899. Improve EOF error message (Contributed by Jagadesh Kiran N)
(cherry picked from commit 874c8ed2399ff5f760d358abae3e98c013f48d22)
|
2015-10-06 15:55:12 +05:30 |
|
Haohui Mai
|
1257483ebf
|
HDFS-8979. Clean up checkstyle warnings in hadoop-hdfs-client module. Contributed by Mingliang Liu.
|
2015-10-03 11:37:19 -07:00 |
|
cnauroth
|
7273ef0590
|
HDFS-9175. Change scope of 'AccessTokenProvider.getAccessToken()' and 'CredentialBasedAccessTokenProvider.getCredential()' abstract methods to public. Contributed by Santhosh Nayak.
(cherry picked from commit c7e03c3a6cf8ccd73a1734a1d19bd8d753b2974c)
|
2015-09-30 16:06:45 -07:00 |
|
Haohui Mai
|
37d42fcec1
|
HDFS-8971. Remove guards when calling LOG.debug() and LOG.trace() in client package. Contributed by Mingliang Liu.
|
2015-09-29 17:52:42 -07:00 |
|
Haohui Mai
|
58bdc9c672
|
Revert "HDFS-9170. Move libhdfs / fuse-dfs / libwebhdfs to hdfs-client. Contributed by Haohui Mai."
This reverts commit cf873fff9f211e0832d00c7808eee2cc63ad3237.
|
2015-09-29 17:51:31 -07:00 |
|
Haohui Mai
|
cf873fff9f
|
HDFS-9170. Move libhdfs / fuse-dfs / libwebhdfs to hdfs-client. Contributed by Haohui Mai.
|
2015-09-29 17:48:35 -07:00 |
|