Arpit Agarwal
|
eda4bf5196
|
HDFS-11967. TestJMXGet fails occasionally. Contributed by Arpit Agarwal.
|
2017-06-12 16:04:08 -07:00 |
Arpit Agarwal
|
097b1f74e5
|
HDFS-11907. Add metric for time taken by NameNode resource check. Contributed by Chen Liang.
|
2017-06-12 15:22:36 -07:00 |
Jonathan Eagles
|
f901132a8a
|
HADOOP-14501. Switch from aalto-xml to woodstox to handle odd XML features (jeagles)
|
2017-06-12 17:19:46 -05:00 |
Daniel Templeton
|
6d7e847cfc
|
HADOOP-14310. RolloverSignerSecretProvider.LOG should be @VisibleForTesting
(Contributed by Arun Shanmugam Kumar via Daniel Templeton)
(cherry picked from commit 86368cc766 )
|
2017-06-12 09:56:35 -07:00 |
bibinchundatt
|
3f9acf65fb
|
YARN-6703. RM startup failure with old state store due to version mismatch. Contributed by Varun Saxena
(cherry picked from commit d64c842743 )
|
2017-06-12 18:32:23 +05:30 |
Mingliang Liu
|
ae2457e1dd
|
HADOOP-14465. LdapGroupsMapping - support user and group search base. Contributed by Shwetha G S and Mingliang Liu
(cherry picked from commit a2121cb0d9 )
|
2017-06-09 16:26:10 -07:00 |
Eric Payne
|
33605e0896
|
YARN-6585. RM fails to start when upgrading from 2.7 for clusters with node labels. Contributed by Sunil G.
(cherry picked from commit 5578af8603 )
|
2017-06-09 16:18:16 -05:00 |
Mingliang Liu
|
c953e0ce8b
|
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
(cherry picked from commit 325163f23f )
|
2017-06-09 13:07:35 -07:00 |
Naganarasimha
|
85d561a5b3
|
YARN-6681. Improve performance of AssignmentInformation datastructures. Contributed by Daryn sharp.
|
2017-06-09 11:46:51 +05:30 |
Xiao Chen
|
aaf533e8a0
|
HADOOP-13854. KMS should log error details in KMSExceptionsProvider.
(cherry picked from commit c4b5c32669 )
|
2017-06-08 22:38:31 -07:00 |
Xiao Chen
|
ffaf24e308
|
HADOOP-13174. Add more debug logs for delegation tokens and authentication.
(cherry picked from commit 4a56bde6ba1f72588a25cd96acc76089706cb786)
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/web/DelegationTokenAuthenticationHandler.java
|
2017-06-08 21:34:09 -07:00 |
John Zhuge
|
87f4428de0
|
HADOOP-14511. WritableRpcEngine.Invocation#toString NPE on null parameters. Contributed by John Zhuge.
|
2017-06-08 21:26:02 -07:00 |
Mingliang Liu
|
8188b9dd05
|
HADOOP-14283. Upgrade AWS SDK to 1.11.134. Contributed by Aaron Fabbri
(cherry picked from commit 7c9694c567 )
|
2017-06-08 15:07:08 -07:00 |
Mingliang Liu
|
facb6812d9
|
HDFS-11945. Internal lease recovery may not be retried for a long time. Contributed by Kihwal Lee
|
2017-06-08 14:46:31 -07:00 |
Daniel Templeton
|
c5b28c03a1
|
YARN-6679. Reduce Resource instance overhead via non-PBImpl
(Contributed by Daryn Sharp via Daniel Templeton)
|
2017-06-08 10:41:32 -07:00 |
John Zhuge
|
2448d84572
|
HDFS-11861. ipc.Client.Connection#sendRpcRequest should log request name. Contributed by John Zhuge.
(cherry picked from commit 5672ae7b37 )
|
2017-06-07 15:54:08 -07:00 |
Mingliang Liu
|
de4e4ec774
|
HADOOP-14500. Azure: TestFileSystemOperationExceptionHandling{,MultiThreaded} fails. Contributed by Rajesh Balamohan
(cherry picked from commit df35e4cc3b )
|
2017-06-07 13:55:11 -07:00 |
Brahma Reddy Battula
|
a5a5bcdb60
|
MAPREDUCE-6676. NNBench should Throw IOException when rename and delete fails. Contributed by Brahma Reddy Battula.
(cherry picked from commit 24181f559f )
|
2017-06-07 16:37:11 +08:00 |
Brahma Reddy Battula
|
fca08f8362
|
HDFS-11711. DN should not delete the block On "Too many open files" Exception. Contributed by Brahma Reddy Battula.
|
2017-06-07 16:54:29 +08:00 |
Yiqun Lin
|
72f0fdfb59
|
HDFS-11929. Document missing processor of hdfs oiv_legacy command. Contributed by LiXin Ge.
(cherry picked from commit 5ec71639cf )
|
2017-06-07 13:44:33 +08:00 |
Vinayakumar B
|
9a26120809
|
HDFS-11708. Positional read will fail if replicas moved to different DNs after stream is opened. Contributed by Vinayakumar B.
|
2017-06-07 10:57:47 +05:30 |
Andrew Wang
|
5c819585f2
|
HDFS-11840. Log HDFS Mover exception message of exit to its own log. Contributed by LiXin Ge.
(cherry picked from commit c31cb879a3 )
|
2017-06-06 14:57:51 -07:00 |
Arpit Agarwal
|
226688a12c
|
HDFS-11932. BPServiceActor thread name is not correctly set. Contributed by Chen Liang.
|
2017-06-06 13:51:25 -07:00 |
Yongjun Zhang
|
1e52314117
|
HDFS-11914. Add more diagnosis info for fsimage transfer failure. Contributed by Yongjun Zhang.
(cherry picked from commit 6a28a2b914 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/common/Util.java
|
2017-06-06 12:31:11 -07:00 |
Mingliang Liu
|
e3a72c2b5c
|
HADOOP-14491. Azure has messed doc structure. Contributed by Mingliang Liu
(cherry picked from commit 536f057158 )
|
2017-06-06 11:13:42 -07:00 |
Mingliang Liu
|
bacfd1baae
|
HADOOP-14472. Azure: TestReadAndSeekPageBlobAfterWrite fails intermittently. Contributed by Mingliang Liu
(cherry picked from commit 6b5285bbcb )
|
2017-06-06 11:07:42 -07:00 |
Kihwal Lee
|
f7e597b56d
|
HADOOP-14035. Reduce fair call queue backoff's impact on clients. Contributed by Daryn Sharp.
|
2017-06-06 12:19:44 -05:00 |
Brahma Reddy Battula
|
e889c826d7
|
HADOOP-14431. ModifyTime of FileStatus returned by SFTPFileSystem's getFileStatus method is wrong. Contributed by Hongyuan Li.
(cherry picked from commit 66c6fd8314 )
|
2017-06-06 12:32:37 +08:00 |
Christopher Douglas
|
95c2978640
|
YARN-1471. Preserve scheduler typeinfo in simulator to work with resource monitors.
Contributed by Carlo Curino. Backport by Ye Zhou.
(cherry picked from commit e07f3c87cd )
|
2017-06-05 16:13:51 -07:00 |
Mingliang Liu
|
53e90a8064
|
HADOOP-14478. Optimize NativeAzureFsInputStream for positional reads. Contributed by Rajesh Balamohan
(cherry picked from commit 5fd9742c83 )
|
2017-06-05 16:01:27 -07:00 |
Kihwal Lee
|
e2ea601231
|
HDFS-10816. TestComputeInvalidateWork#testDatanodeReRegistration fails due to race between test and replication monitor. Contributed by Eric Badger.
|
2017-06-05 15:24:54 -05:00 |
Arpit Agarwal
|
baff06f019
|
HDFS-11928. Segment overflow in FileDistributionCalculator. Contributed by LiXin Ge.
|
2017-06-05 13:21:35 -07:00 |
Mingliang Liu
|
867026d94e
|
HADOOP-14428. s3a: mkdir appears to be broken. Contributed by Mingliang Liu
(cherry picked from commit 6aeda55bb8 )
|
2017-06-05 11:31:13 -07:00 |
Brahma Reddy Battula
|
ca76378aad
|
HADOOP-14440. Add metrics for connections dropped. Contributed by Eric Badger.
(cherry picked from commit abdd609e51 )
|
2017-06-06 00:21:59 +08:00 |
Yiqun Lin
|
2e8557de12
|
HDFS-11899. ASF License warnings generated intermittently in trunk. Contributed by Yiqun Lin.
(cherry picked from commit 367da9b7b8 )
|
2017-06-03 22:10:01 +08:00 |
Xiao Chen
|
5e40efe0ec
|
HADOOP-14474. Use OpenJDK 7 instead of Oracle JDK 7 to avoid oracle-java7-installer failures. Contributed by Akira Ajisaka.
|
2017-06-02 09:29:05 -07:00 |
Daniel Templeton
|
0bcbf2a09b
|
YARN-6208. Improve the log when FinishAppEvent sent to the NodeManager which didn't run the application
(Contributed by Akira Ajisaka via Daniel Templeton)
(cherry picked from commit 73ecb19312 )
|
2017-06-02 08:52:27 -07:00 |
Brahma Reddy Battula
|
8e119f1e90
|
HADOOP-14436. Remove the redundant colon in ViewFs.md. Contributed by maobaolong.
(cherry picked from commit 056cc72885 )
|
2017-06-02 22:42:23 +08:00 |
Brahma Reddy Battula
|
ac2af66e77
|
HDFS-11905. Fix license header inconsistency in hdfs. Contributed by Yeliang Cang.
|
2017-06-02 22:22:43 +08:00 |
Yiqun Lin
|
870b5e39d2
|
HDFS-11359. DFSAdmin report command supports displaying maintenance state datanodes. Contributed by Yiqun Lin.
|
2017-06-02 12:53:31 +08:00 |
Andrew Wang
|
d0a4e7e95d
|
HDFS-11383. Intern strings in BlockLocation and ExtendedBlock. Contributed by Misha Dmitriev.
(cherry picked from commit 7101477e47 )
|
2017-06-01 15:20:22 -07:00 |
Xiao Chen
|
eb98773ac8
|
HDFS-11904. Reuse iip in unprotectedRemoveXAttrs calls.
(cherry picked from commit 219f4c199e )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirErasureCodingOp.java
|
2017-06-01 14:16:58 -07:00 |
Xiao Chen
|
91b72a8aa5
|
HDFS-11741. Long running balancer may fail due to expired DataEncryptionKey. Contributed by Wei-Chiu Chuang and Xiao Chen.
(cherry picked from commit 068e23b896c63b0f817e6b91d73c994be1551eb2)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/security/token/block/BlockTokenSecretManager.java
|
2017-06-01 14:05:43 -07:00 |
Mingliang Liu
|
0b78db35fd
|
HADOOP-14460. Azure: update doc for live and contract tests. Contributed by Mingliang Liu
(cherry picked from commit ece33208b8 )
|
2017-06-01 11:52:37 -07:00 |
Brahma Reddy Battula
|
5cbdefbcc0
|
HDFS-11893. Fix TestDFSShell.testMoveWithTargetPortEmpty failure. Contributed by Brahma Reddy Battula.
(cherry picked from commit 0dcf843c00 )
|
2017-06-01 22:39:22 +08:00 |
Daniel Templeton
|
406d8afdd4
|
HADOOP-9849. License information is missing for native CRC32 code
(Contributed by Andrew Wang via Daniel Templeton)
(cherry picked from commit 92243484f9 )
|
2017-05-31 15:59:29 -07:00 |
Daniel Templeton
|
10b7a5fa98
|
YARN-6246. Identifying starved apps does not need the scheduler writelock
(Contributed by Karthik Kambatla via Daniel Templeton)
(cherry picked from commit d5b71e4175 )
|
2017-05-31 15:50:11 -07:00 |
Kihwal Lee
|
212a566088
|
HDFS-11856. Ability to re-add Upgrading nodes to pipeline for future pipeline updates. Contributed by Vinayakumar B.
|
2017-05-31 12:45:33 -05:00 |
Nathan Roberts
|
c112bf6838
|
YARN-6649. RollingLevelDBTimelineServer throws RuntimeException if object decoding ever fails runtime exception. Contributed by Jon Eagles.
(cherry picked from commit 4369690ce6 )
|
2017-05-31 12:35:50 -05:00 |
Kihwal Lee
|
5b0baeab5e
|
HDFS-5042. Completed files lost after power failure. Contributed by Vinayakumar B.
|
2017-05-31 11:02:34 -05:00 |