Daniel Templeton
3210b3d8aa
HDFS-13448. HDFS Block Placement - Ignore Locality for First Block Replica
...
(Contributed by BELUGA BEHR via Daniel Templeton)
Change-Id: I965d1cfa642ad24296038b83e3d5c9983545267d
(cherry picked from commit 849c45db18
)
(cherry picked from commit 00c476abd8
)
2018-07-24 16:13:30 -07:00
Wei-Chiu Chuang
68290606ea
HDFS-13121. NPE when request file descriptors when SC read. Contributed by Zsolt Venczel.
...
(cherry picked from commit 0247cb6318
)
(cherry picked from commit f5f4d0b7e7
)
2018-07-06 15:01:35 -07:00
Andrew Wang
896b51578f
HDFS-13712. BlockReaderRemote.read() logging improvement. Contributed by Gergo Repas.
...
(cherry picked from commit 344f324710
)
2018-07-03 11:08:05 +02:00
Wei-Chiu Chuang
563d56be62
HDFS-13635. Incorrect message when block is not found. Contributed by Gabor Bota.
...
(cherry picked from commit fef20a446f
)
(cherry picked from commit 2ce892fcf5
)
2018-07-02 09:44:16 -07:00
Andrew Wang
d34260f122
HDFS-13702. Remove HTrace hooks from DFSClient to reduce CPU usage. Contributed by Todd Lipcon.
...
(cherry picked from commit 5d748bd056
)
2018-07-02 12:11:14 +02:00
Andrew Wang
7cd769b31c
HDFS-13703. Avoid allocation of CorruptedBlocks hashmap when no corrupted blocks are hit. Contributed by Todd Lipcon.
...
(cherry picked from commit 6ba9974108
)
2018-07-02 12:02:27 +02:00
Inigo Goiri
6eea6d28de
HDFS-13653. Make dfs.client.failover.random.order a per nameservice configuration. Contributed by Ekanth Sethuramalingam.
...
(cherry picked from commit 784dbbd2d1fc0c361fee851d3f9b3aa50be5481d)
2018-06-11 11:18:04 -07:00
Arpit Agarwal
ea05171ceb
HDFS-12670. can't renew HDFS tokens with only the hdfs client jar. Contributed by Arpit Agarwal.
2018-06-08 17:58:02 -07:00
Chao Sun
d62b0f84f1
HDFS-13664. Refactor ConfiguredFailoverProxyProvider to make inheritance easier. Contributed by Chao Sun.
...
(cherry picked from commit fba1c42adc
)
2018-06-08 16:42:18 -07:00
Xiao Chen
3843abe482
HADOOP-15217. FsUrlConnection does not handle paths with spaces. Contributed by Joseph Fourny and Zsolt Venczel.
...
(cherry picked from commit ba4011d64f
)
2018-06-05 21:19:19 -07:00
Yongjun Zhang
f0de11ba98
Preparing for 3.0.4 development
2018-05-29 23:40:26 -07:00
Andrew Wang
731abae557
HDFS-13611. Unsafe use of Text as a ConcurrentHashMap key in PBHelperClient.
...
(cherry picked from commit c9b63deb53
)
2018-05-24 09:56:40 -07:00
Sammi Chen
6db710b9d8
HDFS-13540. DFSStripedInputStream should only allocate new buffers when reading. Contributed by Xiao Chen.
...
(cherry picked from commit 34e8b9f9a8
)
(cherry picked from commit 7d71b3a1cc
)
2018-05-23 19:20:32 +08:00
Andrew Wang
5b3a6e3678
HDFS-13601. Optimize ByteString conversions in PBHelper.
...
(cherry picked from commit 1d2640b613
)
(cherry picked from commit d47c0fc39a
)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/dev-support/findbugsExcludeFile.xml
2018-05-22 23:57:05 -07:00
Tsz-Wo Nicholas Sze
2acd8e4ecc
HDFS-12813. RequestHedgingProxyProvider can hide Exception thrown from the Namenode for proxy size of 1. Contributed by Mukul Kumar Singh
2018-05-19 11:12:13 -07:00
Xiao Chen
220e38ec02
HDFS-13539. DFSStripedInputStream NPE when reportCheckSumFailure.
...
(cherry picked from commit 960940e0e0
)
2018-05-14 09:29:22 -07:00
Inigo Goiri
d72a4b6303
Revert "HDFS-13388. RequestHedgingProxyProvider calls multiple configured NNs all the time. Contributed by Jinglun."
...
This reverts commit 1049e180a7
.
2018-05-10 09:24:45 -07:00
Inigo Goiri
1049e180a7
HDFS-13388. RequestHedgingProxyProvider calls multiple configured NNs all the time. Contributed by Jinglun.
...
(cherry picked from commit 63803e7051
)
2018-05-09 13:56:58 -07:00
Arpit Agarwal
e8f62357c0
HDFS-13433. webhdfs requests can be routed incorrectly in federated cluster. Contributed by Arpit Agarwal.
2018-04-23 10:09:16 -07:00
Shashikant Banerjee
2c4b1c2b15
HADOOP-15396. Some java source files are executable
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit e4c39f3247
)
2018-04-19 08:36:59 +09:00
Wei-Chiu Chuang
dc01e323ed
HDFS-13330. ShortCircuitCache#fetchOrCreate never retries. Contributed by Gabor Bota.
...
(cherry picked from commit e66e287efe
)
(cherry picked from commit ca8bb322be
)
2018-04-13 12:20:01 -07:00
Lei Xu
3717df89ee
Preparing for 3.0.3 development
2018-04-12 13:57:46 -07:00
Inigo Goiri
fe7a70e586
Revert "HDFS-13388. RequestHedgingProxyProvider calls multiple configured NNs all the time. Contributed by Jinglun."
...
This reverts commit 877f963a05
.
2018-04-10 10:08:34 -07:00
Inigo Goiri
877f963a05
HDFS-13388. RequestHedgingProxyProvider calls multiple configured NNs all the time. Contributed by Jinglun.
...
(cherry picked from commit ac32b3576d
)
2018-04-09 09:18:03 -07:00
Xiaoyu Yao
2a93ba690c
HDFS-12455. WebHDFS - Adding "snapshot enabled" status to ListStatus query result. Contributed by Ajay Kumar.
...
(cherry picked from commit 107c177782
)
2018-03-12 20:23:52 -07:00
Hanisha Koneru
0b1e9665df
HDFS-13225. StripeReader#checkMissingBlocks() 's IOException info is incomplete. Contributed by lufei.
...
(cherry picked from commit 19ae4429f9
)
2018-03-07 14:22:01 -08:00
Xiaoyu Yao
b74df5523c
HDFS-13109. Support fully qualified hdfs path in EZ commands. Contributed by Hanisha Koneru.
...
(cherry picked from commit edf9445708
)
2018-03-06 18:30:10 -08:00
Xiaoyu Yao
21d4b5fd24
HDFS-13052. WebHDFS: Add support for snasphot diff. Contributed by Lokesh Jain.
...
(cherry picked from commit 1e84e46f16
)
2018-02-23 19:41:28 -08:00
Xiao Chen
1fbd419957
HDFS-13164. File not closed if streamer fail with DSQuotaExceededException.
...
(cherry picked from commit 51088d3233
)
2018-02-23 14:00:25 -08:00
Anu Engineer
2d6ab20007
HDFS-12990. Change default NameNode RPC port back to 8020. Contributed by Xiao Chen.
...
(cherry picked from commit 4304fcd5bd
)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ViewFs.md
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/tools/TestGetConf.java
(cherry picked from commit 9264f10bb3
)
2018-02-07 11:16:53 -08:00
Xiao Chen
49de91446f
HDFS-12933. Improve logging when DFSStripedOutputStream failed to write some blocks. Contributed by chencan.
...
(cherry picked from commit e5c2fdddd6
)
2018-02-06 22:57:15 -08:00
Lei Xu
7b377f43d0
Preparing for 3.0.2 development
2018-02-06 10:50:37 -08:00
Yongjun Zhang
35247cca87
HDFS-13100. Handle IllegalArgumentException when GETSERVERDEFAULTS is not implemented in webhdfs. Contributed by Aaron T. Myers and Yongjun Zhang.
...
(cherry picked from commit 4e9a59ce16
)
(cherry picked from commit 0524fac21e
)
2018-02-04 22:53:09 -08:00
Xiaoyu Yao
02790eb633
HDFS-13061. SaslDataTransferClient#checkTrustAndSend should not trust a partially trusted channel. Contributed by Ajay Kumar.
...
(cherry picked from commit f4bcae10d306ef2b0083e1de17253ec732b5b5c1)
2018-01-31 10:47:46 -08:00
Weiwei Yang
7f62d2a473
HDFS-12528. Add an option to not disable short-circuit reads on failures. Contributed by Xiao Chen.
2018-01-31 07:35:54 +08:00
Kihwal Lee
673200ac1e
HDFS-12574. Add CryptoInputStream to WebHdfsFileSystem read call. Contributed by Rushabh S Shah
...
(cherry picked from commit fde95d463c
)
2018-01-29 17:25:30 -06:00
Arpit Agarwal
480b69c03c
HDFS-13054. Handling PathIsNotEmptyDirectoryException in DFSClient delete call. Contributed by Nanda kumar.
2018-01-26 11:45:23 -08:00
Inigo Goiri
49e285ded5
HDFS-12919. RBF: Support erasure coding methods in RouterRpcServer. Contributed by Inigo Goiri.
2018-01-17 12:57:14 -06:00
Yiqun Lin
cb07172e21
HDFS-11848. Enhance dfsadmin listOpenFiles command to list files under a given path. Contributed by Yiqun Lin.
2018-01-17 12:50:06 -06:00
Manoj Govindassamy
710555e150
HDFS-11847. Enhance dfsadmin listOpenFiles command to list files blocking datanode decommissioning.
2018-01-17 12:44:09 -06:00
Lei Xu
47773d68b2
HDFS-12860. StripedBlockUtil#getRangesInternalBlocks throws exception for the block group size larger than 2GB. (Contributed by Lei (Eddy) Xu)
...
(cherry picked from commit 85067eaa8e352afeed9c094da3815100873c84e4)
2018-01-04 10:33:34 -08:00
John Zhuge
9942952dd8
HADOOP-15012. Add readahead, dropbehind, and unbuffer to StreamCapabilities. Contributed by John Zhuge.
...
(cherry picked from commit bf6a660232
)
2017-12-07 21:06:25 -08:00
Xiao Chen
bf79246c5d
HDFS-12872. EC Checksum broken when BlockAccessToken is enabled.
...
(cherry picked from commit 56b1ff80dd
)
2017-12-05 20:48:46 -08:00
Xiao Chen
55fa509eb6
HDFS-12396. Webhdfs file system should get delegation token from kms provider. Contributed by Rushabh S Shah.
...
(cherry picked from commit 404eab4dc0
)
2017-12-04 10:49:58 -08:00
Kihwal Lee
ee4525e071
HDFS-11754. Make FsServerDefaults cache configurable. Contributed by Mikhail Erofeev.
...
(cherry picked from commit 53509f295b
)
2017-11-29 15:12:47 -06:00
Kihwal Lee
1078d477c3
HDFS-12754. Lease renewal can hit a deadlock. Contributed by Kuhu Shukla.
...
(cherry picked from commit 738d1a206a
)
2017-11-22 13:02:45 -06:00
Andrew Wang
1c8d334287
Preparing for 3.0.1 development
2017-11-14 11:17:18 -08:00
Xiao Chen
1c96e0d693
HDFS-12682. ECAdmin -listPolicies will always show SystemErasureCodingPolicies state as DISABLED.
...
(cherry picked from commit 4f4cea56b25d5acc14dd6d61dea70fd4a0c7a9d9)
2017-11-02 21:27:43 -07:00
Weiwei Yang
b2f717d967
HDFS-12744. More logs when short-circuit read is failed and disabled. Contributed by Weiwei Yang.
...
(cherry picked from commit 56b88b0670
)
2017-11-01 16:53:07 +08:00
Chris Douglas
b5f66b005c
Revert "HDFS-7878. API - expose a unique file identifier."
...
This reverts commit 1ce0eb7d23
.
2017-10-31 13:56:41 -07:00