Steve Loughran
065a1e72f2
HADOOP-15959. Revert "HADOOP-12751. While using kerberos Hadoop incorrectly assumes names with '@' to be non-simple"
...
This reverts commit 829a2e4d271f05afb209ddc834cd4a0e85492eda.
(cherry picked from commit d0edd37269bb40290b409d583bcf3b70897c13e0)
2018-11-29 17:58:15 +00:00
Vinayakumar B
c2e65cac5e
HADOOP-15948. Inconsistency in get and put syntax if filename/dirname contains space. Contributed by Ayush Saxena.
...
(cherry picked from commit 23b441c2253bcb3be5229d3c5eb1e165369070c0)
2018-11-26 18:14:30 +05:30
Jason Lowe
f3e6682ba7
YARN-8865. RMStateStore contains large number of expired RMDelegationToken. Contributed by Wilfred Spiegelenburg
...
(cherry picked from commit ab6aa4c7265db5bcbb446c2f779289023d454b81)
2018-11-06 08:59:47 -06:00
Wei-Chiu Chuang
0f34ff7722
Revert "HADOOP-15864. Job submitter / executor fail when SBN domain name can not resolved. Contributed by He Xiaoqiao."
...
This reverts commit fa01a8fa0e345c533e843504743baa00020be706.
2018-10-28 17:07:29 -07:00
Wei-Chiu Chuang
fa01a8fa0e
HADOOP-15864. Job submitter / executor fail when SBN domain name can not resolved. Contributed by He Xiaoqiao.
...
(cherry picked from commit fb2b72e6fce019130e10964a644b94cddbab1c06)
(cherry picked from commit fd02c501c0cea3ec55956e11b390111519cedc00)
(cherry picked from commit ef9f8ca13d8dca8031c045bad801fceb3e00aa15)
2018-10-25 09:38:26 -07:00
Akira Ajisaka
e402791a51
HADOOP-15822. zstd compressor can fail with a small output buffer. Contributed by Jason Lowe.
...
(cherry picked from commit 8f97d6f2cdfccefba5457ae3d561e9ce0109da3f)
Conflicts:
dev-support/docker/Dockerfile
2018-10-24 13:56:19 +09:00
Steve Loughran
a069dade5c
HADOOP-15866. Renamed HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT keys break compatibility.
...
Contributed by Wei-Chiu Chuang.
(cherry picked from commit cb8d11e7bf5055508949a6a4f074efacc8cb1305)
2018-10-22 11:09:04 +01:00
Siyao Meng
6a7bf9f850
HDFS-14009. HttpFS: FileStatus#setSnapShotEnabledFlag throws InvocationTargetException when attribute set is emptySet. Contributed by Siyao Meng.
...
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
2018-10-18 17:02:38 -07:00
Jason Lowe
0aee3a0c3f
HADOOP-15859. ZStandardDecompressor.c mistakes a class for an instance. Contributed by Jason Lowe
...
(cherry picked from commit 9abda83947a5babfe5a650b3409ad952f6782105)
2018-10-17 14:44:39 -05:00
Steve Loughran
ae42d59eba
HADOOP-15861. Move DelegationTokenIssuer to the right path.
...
Contributed by Wei-Chiu Chuang.
(cherry picked from commit 41b3603b5bcb74a7d78a314a4a5c177d941af27f)
2018-10-17 11:04:05 +01:00
Xiao Chen
b9f65d717c
HADOOP-14445. Addendum: Use DelegationTokenIssuer to create KMS delegation tokens that can authenticate to all KMS instances.
...
(cherry picked from commit b6fc72a0250ac3f2341ebe8a14d19b073e6224c8)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DistributedFileSystem.java
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/web/WebHdfsFileSystem.java
2018-10-15 11:00:39 -07:00
Xiao Chen
ff7ca472d2
HADOOP-14445. Use DelegationTokenIssuer to create KMS delegation tokens that can authenticate to all KMS instances.
...
Contributed by Daryn Sharp, Xiao Chen, Rushabh S Shah.
2018-10-12 12:08:38 -07:00
Jason Lowe
bbceae10b9
HADOOP-15820. ZStandardDecompressor native code sets an integer field as a long. Contributed by Jason Lowe
...
(cherry picked from commit f13e231025333ebf80b30bbdce1296cef554943b)
2018-10-05 09:29:41 -05:00
Siyao Meng
2449795b8e
HDFS-13830. Backport HDFS-13141 to branch-3.0: WebHDFS: Add support for getting snasphottable directory list. Contributed by Siyao Meng, Lokesh Jain.
...
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
2018-09-21 12:41:03 -07:00
Steve Loughran
fc6d851f70
HADOOP-15748. S3 listing inconsistency can raise NPE in globber.
...
Contributed by Steve Loughran.
(cherry picked from commit 646874c326139457b79cf8cfa547b3c91a78c7b4)
2018-09-20 13:06:20 +01:00
Vinayakumar B
d2655ea60c
HADOOP-15736. Trash : Negative Value For Deletion Interval Leads To Abnormal Behaviour. Contributed by Ayush Saxena.
...
(cherry picked from commit 7ad27e97f05b13b33fdcef9cb63ace9c1728bfb5)
(cherry picked from commit 2aa385463305beaae8770c8deb22faed6943ef00)
2018-09-20 09:34:37 +05:30
Chen Liang
78e0c0a1bb
HADOOP-15726. Create utility to limit frequency of log statements. Contributed by Erik Krogen.
2018-09-19 14:51:23 -07:00
Jason Lowe
f2eeba5c5b
HADOOP-15755. StringUtils#createStartupShutdownMessage throws NPE when args is null. Contributed by Lokesh Jain and Dinesh Chitlangia
...
(cherry picked from commit e71f61ecb87e04727a5a76e578a75714c9db6706)
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestStringUtils.java
2018-09-18 16:03:42 -05:00
Inigo Goiri
a9392bdb17
HDFS-13836. RBF: Handle mount table znode with null value. Contributed by yanghuafeng.
...
(cherry picked from commit 527288ef891dc26019d003bd85ddfd50eb4f3b7b)
2018-09-06 16:49:14 -07:00
Wei-Chiu Chuang
e99ed05444
HADOOP-15696. KMS performance regression due to too many open file descriptors after Jetty migration. Contributed by Wei-Chiu Chuang.
...
(cherry picked from commit e780556ae9229fe7a90817eb4e5449d7eed35dd8)
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServer.java
(cherry picked from commit d1ea7df43d6a5623b139acbbc9992831d5c7e484)
2018-09-05 10:18:56 -07:00
Steve Loughran
9ee9d68e4b
HADOOP-10219. ipc.Client.setupIOstreams() needs to check for ClientCache.stopClient requested shutdowns.
...
Contributed by Kihwal Lee and Lukas Majercak.
(cherry picked from commit 9e96ac666d783376a8cdea9c3cc84098c5bdcb56)
(cherry picked from commit 142d878c902da6bc02d0c21cdd5ca8674da7f5c8)
2018-09-04 22:25:24 -07:00
Daniel Templeton
9a02c4ff65
HADOOP-15706. Typo in compatibility doc: SHOUD -> SHOULD
...
(Contributed by Laszlo Kollar via Daniel Templeton)
Change-Id: I6e2459d0700df7f3bad4eac8297a11690191c3ba
(cherry picked from commit f2c2a68ec208f640e778fc41f95f0284fcc44729)
(cherry picked from commit 68301ad7d36d516e265d34dd47c344239e3c6c7d)
2018-08-30 09:15:25 -07:00
Daniel Templeton
fbaa11ef4c
HADOOP-15705. Typo in the definition of "stable" in the interface classification
...
Change-Id: I3eae2143400a534903db4f186400561fc8d2bd56
(cherry picked from commit d53a10b0a552155de700e396fd7f450a4c5f9c22)
(cherry picked from commit 90c8cca78389f534429ebf81576ce7ebba9356f7)
2018-08-29 14:01:19 -07:00
John Zhuge
2260718e24
HADOOP-15633. fs.TrashPolicyDefault: Can't create trash directory. Contributed by Fei Hui.
...
(cherry picked from commit f9c6fd94711458b77ecf3fa425aad7fda5089376)
2018-08-27 15:22:19 -07:00
Konstantin V Shvachko
27abdb390b
HDFS-13848. Refactor NameNode failover proxy providers. Contributed by Konstantin Shvachko.
...
(cherry picked from commit a4121c71c29d13866a605d9c0d013e5de9c147c3)
2018-08-24 18:51:42 -07:00
Takanobu Asanuma
cd8ac03357
HADOOP-14314. The OpenSolaris taxonomy link is dead in InterfaceClassification.md. Contributed by Rui Gao.
...
(cherry picked from commit bed8cb6979e0460141ed77e3b15d4f18db098a8e)
2018-08-23 21:55:55 +09:00
Steve Loughran
53ce37ad29
HADOOP-15679. ShutdownHookManager shutdown time needs to be configurable & extended. Contributed by Steve Loughran.
...
Change-Id: Ifd4a6e3f796b4dc88e97f63066289e2534c77a29
(cherry picked from commit 95fcdc04355920697337db1136ffe463d4794616)
2018-08-20 19:18:37 -07:00
Xiao Chen
a41f18098b
HADOOP-15674. Test failure TestSSLHttpServer.testExcludedCiphers with TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 cipher suite. Contributed by Szilard Nemeth.
...
(cherry picked from commit 8d7c93186e3090b19aa59006bb6b32ba929bd8e6)
2018-08-17 10:20:20 -07:00
Wangda Tan
8b4392769c
Make 3.1.1 awared by other branches
...
(cherry picked from commit 49c687608b65b772faeed614700ece8e526432e8)
(cherry picked from commit 781620a44db1eea511406f6c300f5b12b3a24daf)
2018-08-08 13:07:09 -07:00
Chen Liang
207f08bab4
HADOOP-15637. LocalFs#listLocatedStatus does not filter out hidden .crc files. Contributed by Erik Krogen.
2018-07-30 17:00:51 -07:00
Chen Liang
6c48d6a484
Revert "HADOOP-15637. LocalFs#listLocatedStatus does not filter out hidden .crc files. Contributed by Erik Krogen."
...
This reverts commit f60b50be3d0875962ca72e63fbfd14f7c2a10042.
2018-07-30 12:04:26 -07:00
Chen Liang
f60b50be3d
HADOOP-15637. LocalFs#listLocatedStatus does not filter out hidden .crc files. Contributed by Erik Krogen.
2018-07-30 10:33:24 -07:00
Xiao Chen
7f64a6886f
HADOOP-15609. Retry KMS calls when SSLHandshakeException occurs. Contributed by Kitti Nanasi.
...
(cherry picked from commit 81d59506e539673edde12e19c0df5c2edd9d02ad)
2018-07-24 21:46:31 -07:00
Gera Shegalov
aab32c8cda
HADOOP-15612. Improve exception when tfile fails to load LzoCodec. (gera)
...
(cherry picked from commit 6bec03cfc8bdcf6aa3df9c22231ab959ba31f2f5)
2018-07-24 17:25:28 -07:00
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 849c45db187224095b13fe297a4d7377fbb9d2cd)
(cherry picked from commit 00c476abd8f1d34414b646219856859477558458)
2018-07-24 16:13:30 -07:00
Kihwal Lee
00ac5ba90b
HADOOP-15614. TestGroupsCaching.testExceptionOnBackgroundRefreshHandled reliably fails. Contributed by Weiwei Yang.
...
(cherry picked from commit ccf2db7fc2688d262df3309007cb12a4dfedc179)
2018-07-19 11:27:38 -05:00
Wei-Chiu Chuang
67ee584fd8
HADOOP-15598. DataChecksum calculate checksum is contented on hashtable synchronization. Contributed by Prasanth Jayachandran.
...
(cherry picked from commit 0c7a578927032d5d1ef3469283d7d1fb7dee2a56)
(cherry picked from commit 34f1dd03ee0c31173eb3a0b88a5fad7796a30c24)
2018-07-16 11:34:28 -07:00
Wei-Chiu Chuang
74aa4be92d
HDFS-13723. Occasional "Should be different group" error in TestRefreshUserMappings#testGroupMappingRefresh. Contributed by Siyao Meng.
...
(cherry picked from commit 162228e8db937d4bdb9cf61d15ed555f1c96368f)
(cherry picked from commit f9fa3cb1570af6497fdb51f47a457268fbea6bd5)
2018-07-11 10:04:38 -07:00
Xiaoyu Yao
3042aa2685
HADOOP-15571. Multiple FileContexts created with the same configuration object should be allowed to have different umask. Contributed by Vinod Kumar Vavilapalli.
...
(cherry picked from commit 498e3bfb6b93bf542e5581d83e64e920983fe87e)
2018-07-06 21:20:57 -07:00
Andrew Wang
a4d0336ba2
HADOOP-15554. Improve JIT performance for Configuration parsing. Contributed by Todd Lipcon.
2018-07-02 18:32:07 +02:00
Eric E Payne
c5f2fb5ae6
HADOOP-15548: Randomize local dirs. Contributed by Jim Brennan.
...
(cherry picked from commit d36f6b9e93e4c30d24d0e837cb00bd24ffa8f274)
2018-06-29 18:35:47 +00:00
Inigo Goiri
f3efeb899a
HADOOP-15458. TestLocalFileSystem#testFSOutputStreamBuilder fails on Windows. Contributed by Xiao Liang.
...
(cherry picked from commit abc3e4bad905efde5a4881e8a072c68f6e910ade)
2018-06-25 09:51:25 -07:00
Eric E Payne
e977876428
YARN-8444: NodeResourceMonitor crashes on bad swapFree value. Contributed by Jim Brennan.
...
(cherry picked from commit 6432128622d64f3f9dd638b9c254c77cdf5408aa)
2018-06-22 17:30:01 +00:00
Xiao Chen
aca66f6155
HDFS-13682. Cannot create encryption zone after KMS auth token expires.
...
(cherry picked from commit 32f867a6a907c05a312657139d295a92756d98ef)
2018-06-20 15:59:45 -07:00
Surendra Singh Lilhore
34f89f5af7
HADOOP-15523. Shell command timeout given is in seconds whereas it is taken as millisec while scheduling. Contributed by Bilwa S T.
...
(cherry picked from commit 3905fdb793e6370243d05d0c3036ca69898fe3fb)
2018-06-17 12:49:09 +05:30
Yiqun Lin
b94b071b10
HDFS-13641. Add metrics for edit log tailing. Contributed by Chao Sun.
...
(cherry picked from commit 8e7548d33be9c4874daab18b2e774bdc2ed216d3)
2018-06-13 20:24:12 +08:00
Inigo Goiri
189b6bac8c
HADOOP-15532. TestBasicDiskValidator fails with NoSuchFileException. Contributed by Giovanni Matteo Fumarola.
...
(cherry picked from commit aeaf9fec62f10699d1c809d66444520fe4533c2c)
2018-06-12 14:18:19 -07:00
Rohith Sharma K S
96e7b7e8ae
YARN-8405. RM zk-state-store.parent-path ACLs has been changed since HADOOP-14773. Contributed by Íñigo Goiri.
...
(cherry picked from commit 2df73dace06cfd2b3193a14cd455297f8f989617)
2018-06-12 17:25:22 +05:30
Yongjun Zhang
8202c334fe
Update CHANGES, RELEASENOTES, and jdiff for 3.0.3 release.
...
(cherry picked from commit 5a82f10e3254bc0745c2dda6bcef888d3ff0d1c3)
2018-06-11 14:28:44 -07:00
Sammi Chen
b874110275
HADOOP-15499. Performance severe drops when running RawErasureCoderBenchmark with NativeRSRawErasureCoder. Contributed by Sammi Chen.
...
(cherry picked from commit 18201b882a38ad875358c5d23c09b0ef903c2f91)
2018-06-11 13:58:57 +08:00