Kitti Nanasi
|
aeb3ae1c4c
|
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 15:59:41 -07:00 |
|
LeonGao91
|
a989779f2d
|
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
(cherry picked from commit 55e40227d1d20bf88448e213937f6e3166452dc9)
|
2019-10-02 17:35:25 -07:00 |
|
Inigo Goiri
|
2a3eb04996
|
HDFS-14192. Track missing DFS operations in Statistics and StorageStatistics. Contributed by Ayush Saxena.
(cherry picked from commit f048512bb89f4d1edbb54360622adc61ffacbde3)
(cherry picked from commit e59ced9c60a7007551ee8a9f83ce8e266e4dbae1)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DistributedFileSystem.java
|
2019-10-01 16:56:29 -07:00 |
|
Chen Liang
|
3d7730266a
|
HDFS-14785. [SBN read] Change client logging to be less aggressive. Contributed by Chen Liang.
|
2019-09-26 15:59:08 -07:00 |
|
Anu Engineer
|
eb5c4ce432
|
HDFS-14759. HDFS cat logs an info message.
Contributed by Eric Badger.
(cherry picked from commit 8aaf5e1a14e577a7d8142bc7d49bb94014032afd)
|
2019-09-14 01:35:12 +09:00 |
|
Zhankun Tang
|
ef79d98788
|
Preparing for 3.1.4 development
|
2019-09-04 16:11:36 +08:00 |
|
Stephen O'Donnell
|
63b18d764a
|
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)
(cherry picked from commit 2c7f49743fba587e32398c81412db9eac426cf98)
|
2019-09-02 09:58:48 -07:00 |
|
Wei-Chiu Chuang
|
8ffaef78da
|
Revert "HDFS-14706. Checksums are not checked if block meta file is less than 7 bytes. Contributed by Stephen O'Donnell."
This reverts commit d42b48d4d0aa08f7570c0f3a80e7fbf58833a6b2.
|
2019-09-02 09:58:32 -07:00 |
|
Stephen O'Donnell
|
d42b48d4d0
|
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)
(cherry picked from commit 9c0d6e16573a055665318bce8f7d38a92c897393)
|
2019-08-29 18:26:14 -07:00 |
|
Chen Liang
|
0839cf1d4e
|
HDFS-14611. Move handshake secret field from Token to BlockAccessToken. Contributed by Chen Liang.
|
2019-08-23 10:11:22 -07:00 |
|
Chen Liang
|
ef9b0a1d9a
|
HDFS-13699. Add DFSClient sending handshake token to DataNode, and allow DataNode overwrite downstream QOP. Contributed by Chen Liang.
|
2019-08-23 10:11:22 -07:00 |
|
Chen Liang
|
3135cc35e3
|
HDFS-13617. Allow wrapping NN QOP into token in encrypted message. Contributed by Chen Liang
|
2019-08-23 10:11:22 -07:00 |
|
Chen Liang
|
3835a6c4e8
|
HDFS-13566. Add configurable additional RPC listener to NameNode. Contributed by Chen Liang.
|
2019-08-23 10:11:22 -07:00 |
|
Wei-Chiu Chuang
|
d8c60f829f
|
HDFS-13201. Fix prompt message in testPolicyAndStateCantBeNull. Contributed by chencan.
(cherry picked from commit aa6995fde289719e0b300e11568c5e68c36b5d05)
(cherry picked from commit b004d305e933bdb588b84062be87c23168640697)
|
2019-08-20 10:34:25 -07:00 |
|
Siyao Meng
|
224643a58c
|
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)
(cherry picked from commit 136a97a74dbc12f05b88d0abda101690e7c727d9)
|
2019-08-14 07:40:48 -07:00 |
|
Masatake Iwasaki
|
e66ad19395
|
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
(cherry picked from commit d7ca016d63d89e5c8377a035f93485a7c77c3430)
|
2019-08-14 09:07:00 +09:00 |
|
Chao Sun
|
90447baeb0
|
HDFS-14034. Support getQuotaUsage API in WebHDFS. Contributed by Chao Sun.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from 3ae775d74029b6ae82263739f598ceb25c597dcd)
(cherry picked from d38b617baaf10cb35f3a8eba904b930a142a071e)
|
2019-08-08 10:42:27 -07:00 |
|
Erik Krogen
|
da548cf263
|
HDFS-14462 Ensure WebHDFS client throws the correct exception during writes. Contributed by Simbarashe Dzinamarira.
(cherry picked from e7a0b8aa83c1fb933d409c514d2155e986e4e25b)
(cherry picked from ba4ca7d996cafa1b1786249cae2b207f0eaa1070)
|
2019-08-02 11:51:22 -07:00 |
|
Erik Krogen
|
cc22373606
|
HDFS-14435. [SBN Read] Enable ObserverReadProxyProvider to gracefully handle StandbyException when fetching HAServiceState. Contributed by Erik Krogen.
|
2019-07-12 12:25:19 -07:00 |
|
Erik Krogen
|
769b5a802b
|
HDFS-14211. [SBN Read]. Add a configurable flag to enable always-msync mode to ObserverReadProxyProvider. Contributed by Erik Krogen.
|
2019-07-12 12:24:44 -07:00 |
|
Erik Krogen
|
35200b3671
|
HDFS-14272. [SBN read] Make ObserverReadProxyProvider initialize its state ID against the active NN on startup. Contributed by Erik Krogen.
|
2019-07-12 12:24:44 -07:00 |
|
Erik Krogen
|
98684fb821
|
HDFS-14279. [SBN read] Fix race condition in ObserverReadProxyProvider. Contributed by Erik Krogen.
|
2019-07-12 12:24:43 -07:00 |
|
Erik Krogen
|
ee0416b456
|
HDFS-14250. [SBN read]. msync should always direct to active NameNode to get latest stateID. Contributed by Chao Sun.
|
2019-07-12 12:24:43 -07:00 |
|
Konstantin V Shvachko
|
321e26ced1
|
HDFS-14170. [SBN read] Fix checkstyle warnings related to SBN reads. Contributed by Konstantin V Shvachko.
|
2019-07-12 12:24:43 -07:00 |
|
Konstantin V Shvachko
|
b8f9739024
|
HDFS-14160. [SBN read] ObserverReadInvocationHandler should implement RpcInvocationHandler. Contributed by Konstantin V Shvachko.
|
2019-07-12 12:24:42 -07:00 |
|
Chao Sun
|
8f36bdc3b9
|
HDFS-14149. [SBN read] Fix annotations on new interfaces/classes for SBN reads. Contributed by Chao Sun.
|
2019-07-12 12:24:41 -07:00 |
|
Erik Krogen
|
67c4768825
|
HDFS-13873. [SBN read] ObserverNode should reject read requests when it is too far behind. Contributed by Konstantin Shvachko.
|
2019-07-12 12:24:36 -07:00 |
|
Chen Liang
|
8e77349bee
|
HDFS-14142. Move ipfailover config key out of HdfsClientConfigKeys. Contributed by Chen Liang.
|
2019-07-12 12:23:56 -07:00 |
|
Chen Liang
|
6e54d97458
|
HDFS-14120. [SBN read] ORFPP should also clone DT for the virtual IP. Contributed by Chen Liang.
|
2019-07-12 12:23:17 -07:00 |
|
Konstantin V Shvachko
|
6cb1b5aa2f
|
HDFS-14094. [SBN read] Fix the order of logging arguments in ObserverReadProxyProvider. Contributed by Ayush Saxena.
|
2019-07-12 12:23:16 -07:00 |
|
Chen Liang
|
f5c923be3f
|
HDFS-14017. [SBN read] ObserverReadProxyProviderWithIPFailover should work with HA configuration. Contributed by Chen Liang.
|
2019-07-12 12:23:11 -07:00 |
|
Chen Liang
|
53a88bfdb4
|
HDFS-14035. NN status discovery does not leverage delegation token. Contributed by Chen Liang.
|
2019-07-12 12:22:25 -07:00 |
|
Chao Sun
|
e0436b3438
|
HDFS-14016. [SBN read] ObserverReadProxyProvider should enable observer read by default. Contributed by Chen Liang.
|
2019-07-12 12:11:19 -07:00 |
|
Chao Sun
|
8100dcbb34
|
HDFS-13924. [SBN read] Handle BlockMissingException when reading from observer. Contributed by Chao Sun.
|
2019-07-12 12:11:18 -07:00 |
|
Erik Krogen
|
07558629db
|
HDFS-13749. [SBN read] Use getServiceStatus to discover observer namenodes. Contributed by Chao Sun.
|
2019-07-12 11:50:04 -07:00 |
|
Chen Liang
|
8ec17f6aea
|
HDFS-13880. Add mechanism to allow certain RPC calls to bypass sync. Contributed by Chen Liang.
|
2019-07-12 11:50:03 -07:00 |
|
Erik Krogen
|
504cb70619
|
HDFS-13779. [SBN read] Implement proper failover and observer failure handling logic for for ObserverReadProxyProvider. Contributed by Erik Krogen.
|
2019-07-12 11:50:03 -07:00 |
|
Konstantin V Shvachko
|
1be8e187b1
|
HDFS-13782. ObserverReadProxyProvider should work with IPFailoverProxyProvider. Contributed by Konstantin Shvachko.
|
2019-07-12 11:50:02 -07:00 |
|
Konstantin V Shvachko
|
1ad1c800a4
|
HDFS-13851. Remove AlignmentContext from AbstractNNFailoverProxyProvider. Contributed by Konstantin Shvachko.
|
2019-07-12 11:50:02 -07:00 |
|
Chen Liang
|
ee9977cc69
|
HDFS-13767. Add msync server implementation. Contributed by Chen Liang.
|
2019-07-12 11:50:01 -07:00 |
|
Erik Krogen
|
849a6c6f0d
|
HDFS-13688. [SBN read] Introduce msync API call. Contributed by Chen Liang.
|
2019-07-12 11:49:58 -07:00 |
|
Chao Sun
|
9840dae72f
|
HDFS-12976. [SBN read] Introduce ObserverReadProxyProvider. Contributed by Chao Sun.
|
2019-07-12 11:05:07 -07:00 |
|
Konstantin V Shvachko
|
405f6b6fbf
|
HDFS-13706. [SBN read] Rename client context to ClientGSIContext. Contributed by Konstantin Shvachko.
|
2019-07-12 11:05:07 -07:00 |
|
Plamen Jeliazkov
|
7d0c3ba700
|
HDFS-13399. [SBN read] Make Client field AlignmentContext non-static. Contributed by Plamen Jeliazkov.
|
2019-07-12 11:03:31 -07:00 |
|
Erik Krogen
|
18e545f0be
|
HDFS-13578. [SBN read] Add ReadOnly annotation to methods in ClientProtocol. Contributed by Chao Sun.
|
2019-07-12 11:03:31 -07:00 |
|
Erik Krogen
|
b999e96c9a
|
HDFS-13331. [SBN read] Add lastSeenStateId to RpcRequestHeader. Contributed by Plamen Jeliazkov.
|
2019-07-12 11:03:30 -07:00 |
|
Plamen Jeliazkov
|
21a886a4ef
|
HDFS-12977. [SBN read] Add stateId to RPC headers. Contributed by Plamen Jeliazkov.
|
2019-07-12 11:03:27 -07:00 |
|
Weiwei Yang
|
9c3806cf1b
|
HDFS-12748. NameNode memory leak when accessing webhdfs GETHOMEDIRECTORY. Contributed by Weiwei Yang.
|
2019-07-11 09:46:27 +08:00 |
|
Inigo Goiri
|
aaf74ea5d7
|
HDFS-14541. When evictableMmapped or evictable size is zero, do not throw NoSuchElementException.
(cherry picked from commit 0966407ad6fddb7adf60dba846d1f7c8a13b8ec1)
|
2019-06-24 19:03:26 -07:00 |
|
Wei-Chiu Chuang
|
fc8983a5b8
|
HDFS-13730. BlockReaderRemote.sendReadResult throws NPE. Contributed by Yuanbo Liu.
(cherry picked from commit 62ad9885ea8c75c134de43a3a925c76b253658e1)
(cherry picked from commit 45543ffd6af723bb83bd44a99f12165363c70abb)
|
2019-06-17 20:20:08 -07:00 |
|