Mingliang Liu
|
6471ec31bc
|
HDFS-10724. Document caller context config keys. (Contributed by Mingliang Liu)
(cherry picked from commit 4bcbef39f7 )
|
2016-08-15 20:46:03 -07:00 |
Kihwal Lee
|
1a8280edde
|
HDFS-10763. Open files can leak permanently due to inconsistent lease update. Contributed by Kihwal Lee.
(cherry picked from commit 864f878d59 )
(cherry picked from commit e78db7d2a4 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
|
2016-08-15 17:37:39 -05:00 |
Varun Saxena
|
6fed7b9c45
|
HADOOP-13333. testConf.xml ls comparators in wrong order (Vrushali C via Varun Saxena)
|
2016-08-16 03:14:24 +05:30 |
Jason Lowe
|
74831973cb
|
YARN-4566. Fix test failure in TestMiniYarnClusterNodeUtilization. (Takashi Ohnishi via rohithsharmaks)
(cherry picked from commit e0b14f26f5 )
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2016-08-15 19:45:45 +00:00 |
Junping Du
|
1a38dd9cee
|
YARN-4916. TestNMProxy.tesNMProxyRPCRetry fails. Contributed by Tibor Kiss.
(cherry picked from commit 0005816743 )
|
2016-08-15 19:18:36 +00:00 |
Kihwal Lee
|
579709fc22
|
HDFS-9696. Garbage snapshot records linger forever. Contributed by Kihwal Lee
(cherry picked from commit 83e57e083f )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestSaveNamespace.java
(cherry picked from commit 4766a3153d )
|
2016-08-15 13:13:49 -05:00 |
Varun Saxena
|
ca139a3f87
|
YARN-5476. Non existent application reported as ACCEPTED by YarnClientImpl (Junping Du via Varun Saxena)
|
2016-08-13 00:27:17 +05:30 |
Wei-Chiu Chuang
|
53f097a474
|
HDFS-10731. FSDirectory#verifyMaxDirItems does not log path name. Contributed by Wei-Chiu Chuang.
(cherry picked from commit 9019606b69 )
(cherry picked from commit 20a8ff0a8d )
|
2016-08-12 06:11:22 -07:00 |
Zhe Zhang
|
9c1c48c0d4
|
HDFS-9888. Allow reseting KerberosName in unit tests. Contributed by Xiao Chen.
(cherry picked from commit 3e8099a45a )
(cherry picked from commit 00ff3d737c )
|
2016-08-11 12:42:17 -07:00 |
Akira Ajisaka
|
f29d0739d7
|
HDFS-10336. TestBalancer failing intermittently because of not reseting UserGroupInformation completely. Contributed by Yiqun Lin.
(cherry picked from commit 932aed64d7 )
(cherry picked from commit 0529da7239 )
|
2016-08-11 12:42:17 -07:00 |
Zhe Zhang
|
b8b4ea67d8
|
HDFS-9804. Allow long-running Balancer to login with keytab. Contributed by Xiao Chen.
(cherry picked from commit ccff6035f5 )
(cherry picked from commit 7d402692b4 )
|
2016-08-11 12:42:17 -07:00 |
Wei-Chiu Chuang
|
b0bc7681c3
|
HADOOP-13190. Mention LoadBalancingKMSClientProvider in KMS HA documentation. Contributed by Wei-Chiu Chuang.
(cherry picked from commit db719ef125 )
(cherry picked from commit 6d53e096b2 )
|
2016-08-11 12:33:15 -07:00 |
Rohith Sharma K S
|
f7cc0af611
|
YARN-5492. TestSubmitApplicationWithRMHA is failing sporadically during precommit builds. Contributed by Vrushali C.
(cherry picked from commit 5199db387d )
|
2016-08-11 11:52:44 +05:30 |
Wei-Chiu Chuang
|
65e3657149
|
HDFS-8897. Balancer should handle fs.defaultFS trailing slash in HA. Contributed by John Zhuge.
(cherry picked from commit f1d5a95cf3 )
|
2016-08-10 22:30:06 -07:00 |
Xiaoyu Yao
|
7a1a3f7754
|
HDFS-10643. Namenode should use loginUser(hdfs) to generateEncryptedKey. Contributed by Xiaoyu Yao.
(cherry picked from commit ec289bbece )
|
2016-08-10 15:56:56 -07:00 |
Xiaoyu Yao
|
8808df09c6
|
Revert "Namenode should use loginUser(hdfs) to generateEncryptedKey. Contributed by Xiaoyu Yao."
This reverts commit 9f816d7ca7 .
(cherry picked from commit fdafd0cb4f )
|
2016-08-10 15:56:43 -07:00 |
Xiaoyu Yao
|
c0e331935d
|
Namenode should use loginUser(hdfs) to generateEncryptedKey. Contributed by Xiaoyu Yao.
(cherry picked from commit 9f816d7ca7 )
|
2016-08-10 15:19:10 -07:00 |
Xiaoyu Yao
|
cc49133281
|
HADOOP-13285. DecayRpcScheduler MXBean should only report decayed CallVolumeSummary. Contributed by Xiaoyu Yao.
(cherry picked from commit 0761379fe4 )
|
2016-08-10 15:19:04 -07:00 |
Jason Lowe
|
69217ba813
|
YARN-5382. RM does not audit log kill request for active applications. Contributed by Vrushali C
(cherry picked from commit 5c95bb315b )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/ClientRMService.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/RMAuditLogger.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestRMAuditLogger.java
|
2016-08-10 19:15:12 +00:00 |
Wei-Chiu Chuang
|
753edc4931
|
HDFS-8224. Schedule a block for scanning if its metadata file is corrupt. Contributed by Rushabh S Shah.
(cherry picked from commit 8efd4959f3 )
|
2016-08-10 11:39:12 -07:00 |
Yuanbo Liu
|
d46f5ca7e2
|
HDFS-10694. processReport() should print blockReportId in each log message. Contributed by Yuanbo Liu.
(cherry picked from commit 10e84c6a6e )
|
2016-08-10 11:12:21 -07:00 |
Jason Lowe
|
e1845faeda
|
YARN-5483. Optimize RMAppAttempt#pullJustFinishedContainers. Contributed by sandflee
(cherry picked from commit 3d401206cf )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/rmapp/attempt/RMAppAttemptImpl.java
|
2016-08-10 18:09:11 +00:00 |
Rohith Sharma K S
|
3b4d6ece1a
|
YARN-5262. Optimize sending RMNodeFinishedContainersPulledByAMEvent for every AM heartbeat. Contributed by Rohith Sharma K S
(cherry picked from commit 26b5e6116f )
|
2016-08-09 22:19:17 +00:00 |
Karthik Kambatla
|
5ea35b2af2
|
HADOOP-13299. JMXJsonServlet is vulnerable to TRACE. (Haibo Chen via kasha)
(cherry picked from commit 85422bb7c5 )
(cherry picked from commit 2df34ab6e2 )
|
2016-08-09 13:47:42 -07:00 |
Naganarasimha
|
16c8fd9dca
|
YARN-5287. LinuxContainerExecutor fails to set proper permission. Contributed by Ying Zhang.
|
2016-08-09 17:34:48 +05:30 |
Masatake Iwasaki
|
a9d957d77d
|
HADOOP-13439. Fix race between TestMetricsSystemImpl and TestGangliaMetrics. Contributed by Chen Liang.
(cherry picked from commit 8f9b61852b )
|
2016-08-09 10:06:14 +09:00 |
Wei-Chiu Chuang
|
7b042c5c72
|
HADOOP-13395. Enhance TestKMSAudit. Contributed by Xiao Chen.
(cherry picked from commit 070548943a )
Conflicts:
hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMSAudit.java
(cherry picked from commit cc20316b55 )
|
2016-08-08 15:18:19 -07:00 |
Arpit Agarwal
|
5006083806
|
HADOOP-13457. Remove hardcoded absolute path for shell executable. (Chen Liang)
|
2016-08-08 12:31:19 -07:00 |
Jitendra Pandey
|
f4bf3e22de
|
HADOOP-10823. TestReloadingX509TrustManager is flaky. Contributed by Mingliang Liu.
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/ssl/TestReloadingX509TrustManager.java
|
2016-08-08 11:06:05 -07:00 |
Konstantin V Shvachko
|
6b3114a2a5
|
HDFS-10693. metaSave should print blocks, not LightWeightHashSet. Contributed by Yuanbo Liu.
(cherry picked from commit 4d3af47f27 )
|
2016-08-07 14:36:24 -07:00 |
Naganarasimha
|
8055ff1c3c
|
HADOOP-13353. LdapGroupsMapping getPassward shouldn't return null when IOException throws. Contributed by Wei-Chiu Chuang
|
2016-08-06 23:18:53 +05:30 |
Masatake Iwasaki
|
e1684f84e2
|
HADOOP-13418. Fix javadoc warnings by JDK8 in hadoop-nfs package. Contributed by Kai Sasaki.
(cherry picked from commit 10ed06a0c9 )
|
2016-08-06 12:29:58 +09:00 |
Naganarasimha
|
e6a994badf
|
YARN-4624. NPE in PartitionQueueCapacitiesInfo while accessing Schduler UI. Contributed by Brahma Reddy Battula
(cherry picked from commit d81b8163b4 )
(cherry picked from commit 991823482f )
|
2016-08-06 08:19:56 +05:30 |
Wei-Chiu Chuang
|
e7863da095
|
Revert "HADOOP-13353. LdapGroupsMapping getPassward shouldn't return null when IOException throws. Contributed by Zhaohao Liang and Wei-Chiu Chuang."
This reverts commit 7dbfe2f099 .
|
2016-08-05 19:05:52 -07:00 |
Wei-Chiu Chuang
|
7dbfe2f099
|
HADOOP-13353. LdapGroupsMapping getPassward shouldn't return null when IOException throws. Contributed by Zhaohao Liang and Wei-Chiu Chuang.
(cherry picked from commit 49ba09a922 )
(cherry picked from commit d875dfef3d )
|
2016-08-05 16:37:23 -07:00 |
Jason Lowe
|
470ea3da1f
|
YARN-4573. Fix test failure in TestRMAppTransitions#testAppRunningKill and testAppKilledKilled. (Takashi Ohnishi via rohithsharmaks)
(cherry picked from commit c01bee0108 )
Conflicts:
hadoop-yarn-project/CHANGES.txt
|
2016-08-05 20:10:04 +00:00 |
Kihwal Lee
|
5b3deac2e3
|
HDFS-9958. BlockManager#createLocatedBlocks can throw NPE for corruptBlocks on failed storages. Contributed by Kuhu Shukla.
(cherry picked from commit f715f14185 )
|
2016-08-05 11:43:43 -05:00 |
Akira Ajisaka
|
5758026833
|
HDFS-10715. NPE when applying AvailableSpaceBlockPlacementPolicy. Contributed by Guangbin Zhu.
(cherry picked from commit ef432579a7 )
(cherry picked from commit 6863866127 )
|
2016-08-05 17:33:07 +09:00 |
Kihwal Lee
|
e8cd1439d3
|
HDFS-10343. BlockManager#createLocatedBlocks may return blocks on failed storages. Contributed by Kuhu Shukla.
(cherry picked from commit 57369a678c )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
(cherry picked from commit 690ec789f0 )
|
2016-08-04 15:27:51 -05:00 |
Arpit Agarwal
|
46c07bd021
|
HADOOP-13466. Add an AutoCloseableLock class. (Chen Liang)
|
2016-08-04 12:32:39 -07:00 |
Kihwal Lee
|
eb9af6ca34
|
HDFS-10717. Fix findbugs warnings of hadoop-hdfs-client in branch-2. Contributed by Akira Ajisaka.
(cherry picked from commit 6ead6f3bb8 )
|
2016-08-04 12:36:51 -05:00 |
Arpit Agarwal
|
ad29c96075
|
HADOOP-13467. Shell#getSignalKillCommand should use the bash builtin on Linux. (Arpit Agarwal)
|
2016-08-04 10:28:55 -07:00 |
Arpit Agarwal
|
f3424d662a
|
HDFS-10722. Fix build break.
|
2016-08-04 10:28:43 -07:00 |
Kihwal Lee
|
3a85aea42d
|
HDFS-10722. Fix race condition in TestEditLog#testBatchedSyncWithClosedLogs. Contributed by Daryn Sharp.
(cherry picked from commit 4a8e6dc02f )
|
2016-08-04 11:56:26 -05:00 |
Tsz-Wo Nicholas Sze
|
cefa21e98a
|
In Balancer, the target task should be removed when its size < 0. Contributed by Yiqun Lin
|
2016-08-04 09:54:15 -07:00 |
Kihwal Lee
|
1b97519987
|
HADOOP-13442. Optimize UGI group lookups. Contributed by Daryn Sharp.
(cherry picked from commit 9422515239 )
|
2016-08-04 10:49:19 -05:00 |
Kihwal Lee
|
58df27b873
|
HDFS-10662. Optimize UTF8 string/byte conversions. Contributed by Daryn Sharp.
(cherry picked from commit 6ae39199da )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirWriteFileOp.java
(cherry picked from commit 77b61d1f4e )
|
2016-08-04 09:45:03 -05:00 |
Kihwal Lee
|
804db5b277
|
HDFS-10707. Replace org.apache.commons.io.Charsets with java.nio.charset.StandardCharsets. Contributed by Vincent Poon.
(cherry picked from commit c0166b0743 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/webhdfs/WebHdfsHandler.java
|
2016-08-04 09:35:16 -05:00 |
Akira Ajisaka
|
59693ebbd5
|
MAPREDUCE-6730. Use StandardCharsets instead of String overload in TextOutputFormat. Contributed by Sahil Kang.
This closes #114
(cherry picked from commit 70c2781152 )
(cherry picked from commit e54de94e5a )
|
2016-08-04 20:18:37 +09:00 |
Kihwal Lee
|
ceac628378
|
HDFS-10569. A bug causes OutOfIndex error in BlockListAsLongs. Contributed by Weiwei Yang.
(cherry picked from commit 6f63566694 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/protocol/TestBlockListAsLongs.java
(cherry picked from commit 1ca2ab4013 )
|
2016-08-03 15:28:13 -05:00 |