Steve Loughran
|
d780a67864
|
HADOOP-14506. Add create() contract test that verifies ancestor dir creation.
Contributed by Sean Mackrory.
|
2017-06-15 14:49:34 +01:00 |
Akira Ajisaka
|
315f07700d
|
HDFS-11736. OIV tests should not write outside 'target' directory. Contributed by Yiqun Lin.
|
2017-06-15 13:46:20 +09:00 |
Anu Engineer
|
ba1afb25cc
|
HDFS-11969. Block Storage: Convert unnecessary info log levels to debug. Contributed by Mukul Kumar Singh.
|
2017-06-14 19:33:59 -07:00 |
Lei Xu
|
999c8fcbef
|
HDFS-10999. Introduce separate stats for Replicated and Erasure Coded Blocks apart from the current Aggregated stats. (Manoj Govindassamy via lei)
|
2017-06-14 10:44:19 -07:00 |
Junping Du
|
6ed54f3439
|
MAPREDUCE-6895. Job end notification not send due to YarnRuntimeException. Contributed by yunjiong zhao.
|
2017-06-13 15:21:04 -07:00 |
Daniel Templeton
|
036a24bab3
|
MAPREDUCE-6896. Document wrong spelling in usage of MapredTestDriver tools.
(Contributed by LiXin Ge via Daniel Templeton)
|
2017-06-13 13:21:23 -07:00 |
Tsz-Wo Nicholas Sze
|
0688a1c25a
|
HDFS-11946. Ozone: Containers in different datanodes are mapped to the same location. Contributed by Nandakumar
|
2017-06-13 17:25:20 +08:00 |
Arpit Agarwal
|
8633ef8e10
|
HADOOP-14503. Make RollingAverages a mutable metric. Contributed by Hanisha Koneru.
|
2017-06-12 20:43:43 -07:00 |
Tsz-Wo Nicholas Sze
|
bec79ca249
|
HDFS-11947. When constructing a thread name, BPOfferService may print a bogus warning message. Contributed by Weiwei Yang
|
2017-06-13 09:45:10 +08:00 |
Arpit Agarwal
|
b3d3ede91a
|
HDFS-11967. TestJMXGet fails occasionally. Contributed by Arpit Agarwal.
|
2017-06-12 16:03:47 -07:00 |
Arpit Agarwal
|
3f0a727f75
|
HDFS-11907. Add metric for time taken by NameNode resource check. Contributed by Chen Liang.
|
2017-06-12 15:18:38 -07:00 |
Jonathan Eagles
|
a81916ea89
|
HADOOP-14501. Switch from aalto-xml to woodstox to handle odd XML features (jeagles)
|
2017-06-12 17:07:53 -05:00 |
Daniel Templeton
|
86368cc766
|
HADOOP-14310. RolloverSignerSecretProvider.LOG should be @VisibleForTesting
(Contributed by Arun Shanmugam Kumar via Daniel Templeton)
|
2017-06-12 09:42:16 -07:00 |
bibinchundatt
|
d64c842743
|
YARN-6703. RM startup failure with old state store due to version mismatch. Contributed by Varun Saxena
|
2017-06-12 18:07:43 +05:30 |
Varun Saxena
|
e86eef9812
|
YARN-6707. [ATSv2] Update HBase version to 1.2.6 (Vrushali C via Varun Saxena)
|
2017-06-11 01:37:50 +05:30 |
Mingliang Liu
|
a2121cb0d9
|
HADOOP-14465. LdapGroupsMapping - support user and group search base. Contributed by Shwetha G S and Mingliang Liu
|
2017-06-09 14:55:07 -07:00 |
Eric Payne
|
5578af8603
|
YARN-6585. RM fails to start when upgrading from 2.7 for clusters with node labels. Contributed by Sunil G.
|
2017-06-09 16:16:34 -05:00 |
Mingliang Liu
|
325163f23f
|
HADOOP-14512. WASB atomic rename should not throw exception if the file is neither in src nor in dst when doing the rename. Contributed by Duo Xu
|
2017-06-09 13:07:11 -07:00 |
Anu Engineer
|
0a05da9a89
|
HDFS-11845. Ozone: Output error when DN handshakes with SCM. Contributed by Weiwei Yang
|
2017-06-09 10:44:07 -07:00 |
Anu Engineer
|
62a1fa1af0
|
HDFS-11958. Ozone: Ensure KSM is initiated using ProtobufRpcEngine. Contributed by Weiwei Yang.
|
2017-06-09 10:37:51 -07:00 |
Anu Engineer
|
423c4bde74
|
HDFS-11185. Ozone: remove disabled tests. Contributed by Anu Engineer.
|
2017-06-09 10:25:25 -07:00 |
Naganarasimha
|
99634d10ed
|
YARN-6682. Improve performance of AssignmentInformation datastructures. Contributed by Daryn Sharp.
|
2017-06-09 11:10:13 +05:30 |
Xiao Chen
|
c4b5c32669
|
HADOOP-13854. KMS should log error details in KMSExceptionsProvider.
|
2017-06-08 22:35:31 -07:00 |
Xiao Chen
|
0202480742
|
HADOOP-13174. Add more debug logs for delegation tokens and authentication.
|
2017-06-08 21:34:15 -07:00 |
Mingliang Liu
|
7c9694c567
|
HADOOP-14283. Upgrade AWS SDK to 1.11.134. Contributed by Aaron Fabbri
|
2017-06-08 15:06:30 -07:00 |
Mingliang Liu
|
1a33c9d589
|
HDFS-11945. Internal lease recovery may not be retried for a long time. Contributed by Kihwal Lee
|
2017-06-08 14:36:47 -07:00 |
John Zhuge
|
164c222c4a
|
HDFS-11851. getGlobalJNIEnv() may deadlock if exception is thrown. Contributed by Sailesh Mukil.
|
2017-06-08 14:15:09 -07:00 |
Xiaoyu Yao
|
2ec6464a1d
|
HDFS-11953. Remove Guava v21 usage from HDFS-7240. Contributed by Xiaoyu Yao.
|
2017-06-08 10:44:53 -07:00 |
John Zhuge
|
25e6378f14
|
HDFS-11861. ipc.Client.Connection#sendRpcRequest should log request name. Contributed by John Zhuge.
|
2017-06-08 10:44:53 -07:00 |
Mingliang Liu
|
d2f0ddc8f6
|
HADOOP-14500. Azure: TestFileSystemOperationExceptionHandling{,MultiThreaded} fails. Contributed by Rajesh Balamohan
|
2017-06-08 10:44:53 -07:00 |
Carlo Curino
|
a5c15bca30
|
YARN-6634. [API] Refactor ResourceManager WebServices to make API explicit. (Giovanni Matteo Fumarola via curino)
|
2017-06-08 10:44:52 -07:00 |
Brahma Reddy Battula
|
bea02d229c
|
MAPREDUCE-6676. NNBench should Throw IOException when rename and delete fails. Contributed by Brahma Reddy Battula.
|
2017-06-08 10:44:52 -07:00 |
Varun Saxena
|
0887355d9c
|
YARN-6604. Allow metric TTL for Application table to be specified through cmd (Haibo Chen via Varun Saxena)
|
2017-06-08 10:44:52 -07:00 |
Yiqun Lin
|
7d1d49603d
|
HDFS-11929. Document missing processor of hdfs oiv_legacy command. Contributed by LiXin Ge.
|
2017-06-08 10:44:52 -07:00 |
Vinayakumar B
|
f2f1ada640
|
HDFS-11708. Positional read will fail if replicas moved to different DNs after stream is opened. Contributed by Vinayakumar B.
|
2017-06-08 10:44:52 -07:00 |
Brahma Reddy Battula
|
7d3bbf2d37
|
HDFS-11711. DN should not delete the block On "Too many open files" Exception. Contributed by Brahma Reddy Battula.
|
2017-06-08 10:44:52 -07:00 |
Carlo Curino
|
c58bd15776
|
YARN-6547. Enhance SLS-based tests leveraging invariant checker.
|
2017-06-08 10:44:52 -07:00 |
Andrew Wang
|
bbf158de74
|
HDFS-11840. Log HDFS Mover exception message of exit to its own log. Contributed by LiXin Ge.
|
2017-06-08 10:44:52 -07:00 |
Arpit Agarwal
|
df7d952f12
|
HDFS-11932. BPServiceActor thread name is not correctly set. Contributed by Chen Liang.
|
2017-06-08 10:44:52 -07:00 |
Mingliang Liu
|
974f33add2
|
HADOOP-14491. Azure has messed doc structure. Contributed by Mingliang Liu
|
2017-06-08 10:44:51 -07:00 |
Mingliang Liu
|
756ff412af
|
HADOOP-14472. Azure: TestReadAndSeekPageBlobAfterWrite fails intermittently. Contributed by Mingliang Liu
|
2017-06-08 10:44:51 -07:00 |
Brahma Reddy Battula
|
cc8bcf1efd
|
HADOOP-14485. Redundant 'final' modifier in try-with-resources statement. Contributed by wenxin he.
|
2017-06-08 10:44:51 -07:00 |
Kihwal Lee
|
fd77c7f76b
|
HADOOP-14035. Reduce fair call queue backoff's impact on clients. Contributed by Daryn Sharp.
|
2017-06-08 10:44:51 -07:00 |
Brahma Reddy Battula
|
4c06897a36
|
HADOOP-14431. ModifyTime of FileStatus returned by SFTPFileSystem's getFileStatus method is wrong. Contributed by Hongyuan Li.
|
2017-06-08 10:44:51 -07:00 |
Yongjun Zhang
|
23b15b223a
|
HDFS-11914. Add more diagnosis info for fsimage transfer failure. Contributed by Yongjun Zhang.
|
2017-06-08 10:44:51 -07:00 |
Mingliang Liu
|
2777b1d456
|
HADOOP-14478. Optimize NativeAzureFsInputStream for positional reads. Contributed by Rajesh Balamohan
|
2017-06-08 10:44:51 -07:00 |
Arpit Agarwal
|
b55a34639d
|
HDFS-11928. Segment overflow in FileDistributionCalculator. Contributed by LiXin Ge.
|
2017-06-08 10:44:51 -07:00 |
Kihwal Lee
|
14f782b6b9
|
HDFS-10816. TestComputeInvalidateWork#testDatanodeReRegistration fails due to race between test and replication monitor. Contributed by Eric Badger.
|
2017-06-08 10:44:51 -07:00 |
Jian He
|
2ad147ef29
|
YARN-6683. Invalid event: COLLECTOR_UPDATE at KILLED. Contributed by Rohith Sharma K S
|
2017-06-08 10:44:51 -07:00 |
Mingliang Liu
|
ce634881ce
|
HADOOP-14428. s3a: mkdir appears to be broken. Contributed by Mingliang Liu
|
2017-06-08 10:44:51 -07:00 |