Arpit Agarwal
76f38f3f8b
HADOOP-15486. Make NetworkTopology#netLock fair. Contributed by Nanda kumar.
2018-05-23 10:30:37 -07:00
Sammi Chen
7d71b3a1cc
HDFS-13540. DFSStripedInputStream should only allocate new buffers when reading. Contributed by Xiao Chen.
...
(cherry picked from commit 34e8b9f9a86fb03156861482643fba11bdee1dd4)
2018-05-23 19:12:04 +08:00
Akira Ajisaka
fc4c20fc34
Additional check when unpacking archives. Contributed by Jason Lowe and Akira Ajisaka.
...
(cherry picked from commit 745f203e577bacb35b042206db94615141fa5e6f)
2018-05-23 17:18:19 +09:00
Kihwal Lee
6b8a5af6ef
HADOOP-15450. Avoid fsync storm triggered by DiskChecker and handle disk full situation. Contributed by Arpit Agarwal.
...
(cherry picked from commit bcc8e76badc1341a6cf995c8e44fa5e422158de8)
2018-05-22 11:22:22 -05:00
Rushabh Shah
1c594639f1
Skip the proxy user check if the ugi has not been initialized. Contributed by Daryn Sharp
...
(cherry picked from commit 73e9120ad79c73703de21e0084591861813f3279)
2018-05-21 12:39:59 -05:00
Inigo Goiri
472495ed1e
HDFS-13586. Fsync fails on directories on Windows. Contributed by Lukas Majercack.
...
(cherry picked from commit 8783613696674aba4ae1739c6e8f48cda0d1c386)
2018-05-17 19:27:23 -07:00
Inigo Goiri
df54cdbaea
HDFS-13560. Insufficient system resources exist to complete the requested service for some tests on Windows. Contributed by Anbang Hu.
...
(cherry picked from commit 53b807a6a8486cefe0b036f7893de9f619bd44a1)
2018-05-17 17:03:56 -07:00
Steve Loughran
f729faaabb
HADOOP-15250. Split-DNS MultiHomed Server Network Cluster Network IPC Client Bind Addr Wrong
...
Contributed by Ajay Kumar
(cherry picked from commit 8f42dafcf82d5b426dd931dc5ddd177dd6f283f7)
2018-05-17 10:14:27 -07:00
Sammi Chen
e5281d9f8b
Add 2.9.1 release notes and changes documents
2018-05-14 15:26:00 +08:00
Rushabh Shah
4d9a58756c
HADOOP-15441. Log kms url and token service at debug level. Contributed by Gabor Bota
...
(cherry picked from commit a5449d36312c3de953e05ba8b3b5acf818a0c7e7)
2018-05-12 12:21:01 -05:00
Inigo Goiri
f4f2912820
HADOOP-15454. TestRollingFileSystemSinkWithLocal fails on Windows. Contributed by Xiao Liang.
...
(cherry picked from commit 1da8d4190d6e574347ab9d3380513e9401569573)
2018-05-10 09:41:42 -07:00
Xiao Chen
752092a860
Revert "HADOOP-14445. Delegation tokens are not shared between KMS instances. Contributed by Xiao Chen and Rushabh S Shah."
...
This reverts commit 583fa6ed48ad3df40bcaa9c591d5ccd07ce3ea81.
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/kms/KMSTokenRenewer.java
hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java
(cherry picked from commit a3a1552c33d5650fbd0a702369fccd21b8c9d3e2)
Conflicts:
hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java
2018-05-07 13:47:52 -07:00
Rushabh Shah
864640c1e3
HADOOP-14841 Kms client should disconnect if unable to get output stream from connection. Contributed by Rushabh S Shah
...
(cherry picked from commit 4cdbdce752e192b45c2b9756c2d4bd24ceffdabd)
2018-05-04 15:49:39 -05:00
Daniel Templeton
57e4115436
HDFS-13481. TestRollingFileSystemSinkWithHdfs#testFlushThread: test failed intermittently
...
(Contributed by Gabor Bota via Daniel Templeton)
Change-Id: I9921981dfa69669fe7912dd2a31ae8b638283204
(cherry picked from commit 87c23ef643393c39e8353ca9f495b0c8f97cdbd9)
2018-05-02 17:17:46 -07:00
Jason Lowe
cacd267b0d
HADOOP-15406. hadoop-nfs dependencies for mockito and junit are not test scope
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit e07156e8b07552b877a22565641465e211144f6f)
2018-05-02 17:32:08 +09:00
Wangda Tan
da9d5a3fee
HADOOP-15411. AuthenticationFilter should use Configuration.getPropsWithPrefix instead of iterator. (Suma Shivaprasad via wangda)
...
Change-Id: Ia19458a43aceb4ffdb1e8eccc519655235d92ba9
(cherry picked from commit 3559d8b1dacf5cf207424de37cb6ba8865d26ffe)
2018-04-25 22:16:07 -07:00
Robert Kanter
ea7ad50499
HADOOP-15390. Yarn RM logs flooded by DelegationTokenRenewer trying to renew KMS tokens (xiaochen via rkanter)
...
(cherry picked from commit 7ab08a9c37a76edbe02d556fcfb2e637f45afc21)
2018-04-23 16:25:41 -07:00
Mukul Kumar Singh
94076c4028
HADOOP-15366. Add a helper shutdown routine in HadoopExecutor to ensure clean shutdown. Contributed by Shashikant Banerjee.
2018-04-18 16:30:59 +05:30
Virajith Jalaparti
70830d9f9c
HDFS-13311. RBF: TestRouterAdminCLI#testCreateInvalidEntry fails on Windows. Contributed by Inigo Goiri
2018-04-16 16:06:25 -07:00
Xiao Chen
805e33b62c
HDFS-13056. Expose file-level composite CRCs in HDFS which are comparable across different instances/layouts. Contributed by Dennis Huo.
2018-04-16 11:58:10 -07:00
Yufei Gu
6891da1e75
HADOOP-15331. Fix a race condition causing parsing error of java.io.BufferedInputStream in class org.apache.hadoop.conf.Configuration. Contributed by Miklos Szegedi.
2018-04-13 10:13:34 -07:00
fang zhenyi
922a0db13c
HADOOP-15330. Remove jdk1.7 profile from hadoop-annotations module
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
2018-04-13 10:12:27 -07:00
Yufei Gu
9014f98b60
HADOOP-15062. TestCryptoStreamsWithOpensslAesCtrCryptoCodec fails on Debian 9. Contributed by Miklos Szegedi.
2018-04-13 10:12:01 -07:00
Chris Douglas
ffc39ec3ab
HADOOP-14667. Flexible Visual Studio support. Contributed by Allen Wittenauer
2018-04-13 10:11:35 -07:00
Bharat Viswanadham
b652e915fb
HADOOP-15379. Make IrqHandler.bind() public. Contributed by Ajay Kumar
...
(cherry picked from commit ec1e8c1a8ca3d01b82ca82d73ba1132b6625d659)
2018-04-12 21:55:40 -07:00
Xiao Chen
6d6f65f224
HADOOP-14445. Delegation tokens are not shared between KMS instances. Contributed by Xiao Chen and Rushabh S Shah.
...
(cherry picked from commit 583fa6ed48ad3df40bcaa9c591d5ccd07ce3ea81)
2018-04-10 15:45:35 -07:00
Xiao Chen
96af1af28f
HADOOP-15313. TestKMS should close providers.
...
(cherry picked from commit c22d62b338cb16d93c4576a9c634041e3610a116)
2018-04-10 15:45:34 -07:00
Jason Lowe
ffceb907fe
HADOOP-15357. Configuration.getPropsWithPrefix no longer does variable substitution. Contributed by Jim Brennan
...
(cherry picked from commit e81397545a273cf9a090010eb644b836e0ef8c7b)
2018-04-10 16:49:27 -05:00
Ewan Higgs
c9da1e97f8
HADOOP-15376. Remove double semi colons on imports that make Clover fall over.
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit cef8eb79810383f9970ed3713deecc18fbf0ffaa)
2018-04-10 23:59:34 +09:00
Wangda Tan
25bf1d3ac6
Updated branch-3.1 to track 3.1.1
...
Change-Id: Idd55c79921b8acacc8a8a3258450e476f3abb706
2018-04-09 10:58:50 -07:00
Wangda Tan
a336561e2b
Added CHANGES/RELEASES/Jdiff for 3.1.0 release
...
Change-Id: Ied5067a996151c04d15cad46c46ac98b60c37b39
(cherry picked from commit 2d96570452a72569befdf9cfe9b90c9fa2e0e261)
2018-04-05 15:52:02 -07:00
Wei Yan
89efe30f65
HDFS-13353. RBF: TestRouterWebHDFSContractCreate failed. Contributed by Takanobu Asanuma.
...
(cherry picked from commit 3121e8c29361cb560df29188e1cd1061a5fc34c4)
2018-04-05 13:13:16 -07:00
Xiao Chen
8d755371f2
HADOOP-15355. TestCommonConfigurationFields is broken by HADOOP-15312. Contributed by LiXin Ge.
...
(cherry picked from commit f614b44fe583033947cc78d8f04cfe6fb64fc892)
2018-04-02 23:10:17 -07:00
Xiao Chen
dcb2176c5d
HADOOP-15317. Improve NetworkTopology chooseRandom's loop.
...
(cherry picked from commit 57374c4737ab0fccf52dae3cea911fc6bd90e1b7)
2018-04-02 22:48:54 -07:00
Konstantin V Shvachko
4ce45a8ec7
HADOOP-15253. Should update maxQueueSize when refresh call queue. Contributed by Tao Jie.
...
(cherry picked from commit acfd764fcc9990e507c0e7cea746652375aaa632)
2018-03-30 18:57:18 -07:00
Konstantin V Shvachko
99b5b9dce1
HADOOP-12862. LDAP Group Mapping over SSL can not specify trust store. Contributed by Wei-Chiu Chuang and Konstantin Shvachko.
...
(cherry picked from commit 2216bde322961c0fe33b5822510880a65d5c45fd)
2018-03-29 17:20:28 -07:00
Wei-Chiu Chuang
1176a128d6
HADOOP-15312. Undocumented KeyProvider configuration keys. Contributed by LiXin Ge.
...
(cherry picked from commit 3fe41c65d84843f817a4f9ef8999dbf862db6674)
2018-03-27 13:36:00 -07:00
Jitendra Pandey
91b98ad03a
HADOOP-14067. VersionInfo should load version-info.properties from its own classloader. Contributed by Thejas M Nair.
2018-03-27 10:24:04 -07:00
Lei Xu
98d7a5aaef
Update releasenotes and changelogs for 3.0.1 release
2018-03-23 11:53:16 -07:00
Inigo Goiri
9b96e7522b
HDFS-13268. TestWebHdfsFileContextMainOperations fails on Windows. Contributed by Xiao Liang.
...
(cherry picked from commit fe224ff972a299a74c16a6a20ddd85ea16486b1e)
2018-03-20 11:20:37 -07:00
Inigo Goiri
7eb0bdbd32
HDFS-13296. GenericTestUtils generates paths with drive letter in Windows and fail webhdfs related test cases. Contributed by Xiao Liang.
...
(cherry picked from commit e65ff1c8be48ef4f04ed96f96ac4caef4974944d)
2018-03-19 17:20:36 -07:00
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
0bd99621c5
Preparing for 3.1.0 development
2018-03-19 15:16:54 -07:00
Xiao Chen
21c6661461
HADOOP-15234. Throw meaningful message on null when initializing KMSWebApp. Contributed by fang zhenyi.
2018-03-15 20:17:16 -07:00
Steve Loughran
1976e0066e
HADOOP-15209. DistCp to eliminate needless deletion of files under already-deleted directories.
...
Contributed by Steve Loughran.
2018-03-15 18:05:14 +00:00
Aaron Fabbri
e840b4adf4
HADOOP-15278 log s3a at info. Contributed by Steve Loughran.
2018-03-14 15:47:56 -07:00
Wangda Tan
252c2b4d52
Revert "HADOOP-13707. If kerberos is enabled while HTTP SPNEGO is not configured, some links cannot be accessed. Contributed by Yuanbo Liu"
...
Change-Id: I946a466a43d56c73bb0135384e73cb8513595461
(cherry picked from commit 80ee5248b2dda1cb8d122d4f362f2f8cf02b9467)
2018-03-14 13:36:53 -07:00
Takanobu Asanuma
fea16a440d
HADOOP-15294. TestUGILoginFromKeytab fails on Java9
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
2018-03-14 13:38:07 +09:00
Inigo Goiri
427fd027a3
HADOOP-15308. TestConfiguration fails on Windows because of paths. Contributed by Xiao Liang.
2018-03-13 20:01:07 -07:00
Chris Douglas
9d6994da19
HADOOP-15311. HttpServer2 needs a way to configure the acceptor/selector count. Contributed by Erik Krogen
2018-03-13 13:55:18 -07:00
Chris Douglas
45d1b0fdcc
HADOOP-14696. parallel tests don't work for Windows. Contributed by Allen Wittenauer
2018-03-12 20:05:39 -07:00