Erik Krogen
|
6630c9b75d
|
HDFS-14245. [SBN read] Enable ObserverReadProxyProvider to work with non-ClientProtocol proxy types. Contributed by Erik Krogen.
(cherry picked from 5847e0014343f60f853cb796781ca1fa03a72efd)
|
2019-10-04 11:15:49 -07:00 |
|
Erik Krogen
|
69b0c513a9
|
HDFS-14162. [SBN read] Allow Balancer to work with Observer node. Add a new ProxyCombiner allowing for multiple related protocols to be combined. Allow AlignmentContext to be passed in NameNodeProxyFactory. Contributed by Erik Krogen.
(cherry picked from 64f28f9efa2ef3cd9dd54a6c5009029721e030ed)
|
2019-10-04 10:48:33 -07:00 |
|
Siyao Meng
|
673c9d53ca
|
HDFS-14686. HttpFS: HttpFSFileSystem#getErasureCodingPolicy always returns null (#1192) Contributed by Siyao Meng.
(cherry picked from commit 17e8cf501b384af93726e4f2e6f5e28c6e3a8f65)
|
2019-10-04 09:40:22 -07:00 |
|
Kitti Nanasi
|
cb701f4da0
|
HDFS-14187. Make warning message more clear when there are not enough data nodes for EC write. Contributed by Kitti Nanasi.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit 0ab7fc92009fec2f0ab341f3d878e1b8864b8ea9)
|
2019-10-03 16:18:23 -07:00 |
|
LeonGao91
|
885dd17595
|
HDFS-14678. Allow triggerBlockReport to a specific namenode. (#1252). Contributed by Leon Gao.
(cherry picked from commit 9a1d8cfaf50ec29ffb2d8522ba2f4bc6605d8b8b)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestTriggerBlockReport.java
|
2019-10-02 17:35:33 -07:00 |
|
Inigo Goiri
|
3510a9e5e5
|
HDFS-14192. Track missing DFS operations in Statistics and StorageStatistics. Contributed by Ayush Saxena.
(cherry picked from commit f048512bb89f4d1edbb54360622adc61ffacbde3)
|
2019-10-01 16:57:20 -07:00 |
|
Chen Liang
|
2d7b37ea2b
|
HDFS-14785. [SBN read] Change client logging to be less aggressive. Contributed by Chen Liang.
|
2019-09-26 15:55:10 -07:00 |
|
Anu Engineer
|
2e9482bd20
|
HDFS-14759. HDFS cat logs an info message.
Contributed by Eric Badger.
(cherry picked from commit 8aaf5e1a14e577a7d8142bc7d49bb94014032afd)
|
2019-09-18 15:23:28 +08:00 |
|
Rohith Sharma K S
|
7d5bb2ebb7
|
Preparing for 3.2.2-SNAPSHOT development.
|
2019-09-07 08:52:08 +05:30 |
|
Stephen O'Donnell
|
61fd1a74a1
|
HDFS-14706. Checksums are not checked if block meta file is less than 7 bytes. Contributed by Stephen O'Donnell.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit 915cbc91c0a12cc7b4d3ef4ea951941defbbcb33)
|
2019-09-02 10:06:39 -07:00 |
|
Wei-Chiu Chuang
|
84b2fe4b10
|
Revert "HDFS-14706. Checksums are not checked if block meta file is less than 7 bytes. Contributed by Stephen O'Donnell."
This reverts commit 9c0d6e16573a055665318bce8f7d38a92c897393.
|
2019-09-02 10:06:39 -07:00 |
|
Stephen O'Donnell
|
9c0d6e1657
|
HDFS-14706. Checksums are not checked if block meta file is less than 7 bytes. Contributed by Stephen O'Donnell.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit 7bebad61d9c3dbff81fdcf243585fd3e9ae59dde)
|
2019-08-29 17:38:55 -07:00 |
|
Wei-Chiu Chuang
|
b004d305e9
|
HDFS-13201. Fix prompt message in testPolicyAndStateCantBeNull. Contributed by chencan.
(cherry picked from commit aa6995fde289719e0b300e11568c5e68c36b5d05)
|
2019-08-20 10:33:59 -07:00 |
|
Siyao Meng
|
c6e4906ffc
|
HDFS-14595. HDFS-11848 breaks API compatibility. Contributed by Siyao Meng.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
(cherry picked from commit 3c0382f1b933b7acfe55081f5bad46f9fe05a14b)
|
2019-08-16 19:08:05 -07:00 |
|
Chen Liang
|
d8a6098a96
|
HDFS-14611. Move handshake secret field from Token to BlockAccessToken. Contributed by Chen Liang.
|
2019-08-16 10:50:00 -07:00 |
|
Chen Liang
|
f507bc059d
|
HDFS-13699. Add DFSClient sending handshake token to DataNode, and allow DataNode overwrite downstream QOP. Contributed by Chen Liang.
|
2019-08-16 10:50:00 -07:00 |
|
Chen Liang
|
ca15968d09
|
HDFS-13617. Allow wrapping NN QOP into token in encrypted message. Contributed by Chen Liang
|
2019-08-16 10:50:00 -07:00 |
|
Chen Liang
|
22d81f7fd0
|
HDFS-13566. Add configurable additional RPC listener to NameNode. Contributed by Chen Liang.
|
2019-08-16 10:49:59 -07:00 |
|
Masatake Iwasaki
|
d7ca016d63
|
HDFS-14423. Percent (%) and plus (+) characters no longer work in WebHDFS.
Signed-off-by: Masatake Iwasaki <iwasakims@apache.org>
(cherry picked from commit da0006fe0473e353ee2d489156248a01aa982dfd)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeHttpServer.java
|
2019-08-14 08:45:10 +09:00 |
|
Chao Sun
|
d38b617baa
|
HDFS-14034. Support getQuotaUsage API in WebHDFS. Contributed by Chao Sun.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from 3ae775d74029b6ae82263739f598ceb25c597dcd)
|
2019-08-08 10:15:48 -07:00 |
|
Erik Krogen
|
2634aaaf9a
|
HDFS-14462 Ensure WebHDFS client throws the correct exception during writes. Contributed by Simbarashe Dzinamarira.
(cherry picked from e7a0b8aa83c1fb933d409c514d2155e986e4e25b)
|
2019-08-02 12:00:48 -07:00 |
|
Weiwei Yang
|
fa8b8edbac
|
HDFS-12748. NameNode memory leak when accessing webhdfs GETHOMEDIRECTORY. Contributed by Weiwei Yang.
(cherry picked from commit 729cb3aefe71d7f728c7edea78ce7f268a1fdecb)
|
2019-07-04 18:06:19 +08:00 |
|
Erik Krogen
|
e53cee0c14
|
HDFS-14435. [SBN Read] Enable ObserverReadProxyProvider to gracefully handle StandbyException when fetching HAServiceState. Contributed by Erik Krogen.
|
2019-06-28 14:28:28 -07:00 |
|
Erik Krogen
|
3c6b74a6a4
|
HDFS-14211. [SBN Read]. Add a configurable flag to enable always-msync mode to ObserverReadProxyProvider. Contributed by Erik Krogen.
|
2019-06-28 14:28:17 -07:00 |
|
Erik Krogen
|
e1e4056353
|
HDFS-14272. [SBN read] Make ObserverReadProxyProvider initialize its state ID against the active NN on startup. Contributed by Erik Krogen.
|
2019-06-28 14:28:10 -07:00 |
|
Erik Krogen
|
98434bed5c
|
HDFS-14279. [SBN read] Fix race condition in ObserverReadProxyProvider. Contributed by Erik Krogen.
|
2019-06-28 14:28:03 -07:00 |
|
Erik Krogen
|
73d56b9d2a
|
HDFS-14250. [SBN read]. msync should always direct to active NameNode to get latest stateID. Contributed by Chao Sun.
|
2019-06-28 14:27:54 -07:00 |
|
Konstantin V Shvachko
|
c936562c72
|
HDFS-14170. [SBN read] Fix checkstyle warnings related to SBN reads. Contributed by Konstantin V Shvachko.
|
2019-06-28 14:23:14 -07:00 |
|
Konstantin V Shvachko
|
2be93bd54b
|
HDFS-14160. [SBN read] ObserverReadInvocationHandler should implement RpcInvocationHandler. Contributed by Konstantin V Shvachko.
|
2019-06-28 14:23:14 -07:00 |
|
Chao Sun
|
eb7d7fa5e2
|
HDFS-14149. [SBN read] Fix annotations on new interfaces/classes for SBN reads. Contributed by Chao Sun.
|
2019-06-28 14:23:13 -07:00 |
|
Erik Krogen
|
c1c061d767
|
HDFS-13873. [SBN read] ObserverNode should reject read requests when it is too far behind. Contributed by Konstantin Shvachko.
|
2019-06-28 14:23:12 -07:00 |
|
Chen Liang
|
589d2c5922
|
HDFS-14142. Move ipfailover config key out of HdfsClientConfigKeys. Contributed by Chen Liang.
|
2019-06-28 14:23:11 -07:00 |
|
Chen Liang
|
f7f7cac2e4
|
HDFS-14120. [SBN read] ORFPP should also clone DT for the virtual IP. Contributed by Chen Liang.
|
2019-06-28 14:23:11 -07:00 |
|
Konstantin V Shvachko
|
f0b73502c5
|
HDFS-14094. [SBN read] Fix the order of logging arguments in ObserverReadProxyProvider. Contributed by Ayush Saxena.
|
2019-06-28 14:23:10 -07:00 |
|
Chen Liang
|
03a2c60a4b
|
HDFS-14017. [SBN read] ObserverReadProxyProviderWithIPFailover should work with HA configuration. Contributed by Chen Liang.
|
2019-06-28 14:23:10 -07:00 |
|
Chen Liang
|
3d3686a619
|
HDFS-14035. NN status discovery does not leverage delegation token. Contributed by Chen Liang.
|
2019-06-28 14:23:09 -07:00 |
|
Chao Sun
|
fc54850509
|
HDFS-14016. [SBN read] ObserverReadProxyProvider should enable observer read by default. Contributed by Chen Liang.
|
2019-06-28 14:23:09 -07:00 |
|
Chao Sun
|
cc70e81931
|
HDFS-13924. [SBN read] Handle BlockMissingException when reading from observer. Contributed by Chao Sun.
|
2019-06-28 14:23:09 -07:00 |
|
Erik Krogen
|
556b7a840b
|
HDFS-13749. [SBN read] Use getServiceStatus to discover observer namenodes. Contributed by Chao Sun.
|
2019-06-28 14:22:12 -07:00 |
|
Chen Liang
|
4c4ca86286
|
HDFS-13880. Add mechanism to allow certain RPC calls to bypass sync. Contributed by Chen Liang.
|
2019-06-28 14:22:11 -07:00 |
|
Erik Krogen
|
afeaeadd4f
|
HDFS-13779. [SBN read] Implement proper failover and observer failure handling logic for for ObserverReadProxyProvider. Contributed by Erik Krogen.
|
2019-06-28 14:22:11 -07:00 |
|
Konstantin V Shvachko
|
0b56a5300b
|
HDFS-13782. ObserverReadProxyProvider should work with IPFailoverProxyProvider. Contributed by Konstantin Shvachko.
|
2019-06-28 14:22:11 -07:00 |
|
Konstantin V Shvachko
|
0c9d846c60
|
HDFS-13851. Remove AlignmentContext from AbstractNNFailoverProxyProvider. Contributed by Konstantin Shvachko.
|
2019-06-28 14:22:10 -07:00 |
|
Chen Liang
|
e2337bfc57
|
HDFS-13767. Add msync server implementation. Contributed by Chen Liang.
|
2019-06-28 14:22:10 -07:00 |
|
Erik Krogen
|
e3f3fb1c18
|
HDFS-13688. [SBN read] Introduce msync API call. Contributed by Chen Liang.
|
2019-06-28 14:22:09 -07:00 |
|
Chao Sun
|
a97f00e1c6
|
HDFS-12976. [SBN read] Introduce ObserverReadProxyProvider. Contributed by Chao Sun.
|
2019-06-28 14:22:08 -07:00 |
|
Konstantin V Shvachko
|
1f5852fb12
|
HDFS-13706. [SBN read] Rename client context to ClientGSIContext. Contributed by Konstantin Shvachko.
|
2019-06-28 14:22:08 -07:00 |
|
Plamen Jeliazkov
|
a3521c53fe
|
HDFS-13399. [SBN read] Make Client field AlignmentContext non-static. Contributed by Plamen Jeliazkov.
|
2019-06-28 14:22:03 -07:00 |
|
Erik Krogen
|
dbf777e4a5
|
HDFS-13578. [SBN read] Add ReadOnly annotation to methods in ClientProtocol. Contributed by Chao Sun.
|
2019-06-28 14:20:02 -07:00 |
|
Erik Krogen
|
c0ca2bb853
|
HDFS-13331. [SBN read] Add lastSeenStateId to RpcRequestHeader. Contributed by Plamen Jeliazkov.
|
2019-06-28 14:20:01 -07:00 |
|