Tsz-Wo Nicholas Sze
|
bccc28914b
|
HDFS-10186. DirectoryScanner: Improve logs by adding full path of both actual and expected block directories. Contributed by Rakesh R
|
2016-04-07 12:39:26 +08:00 |
Colin Patrick Mccabe
|
b5e6ad457f
|
HDFS-10267. Extra "synchronized" on FsDatasetImpl#recoverAppend and FsDatasetImpl#recoverClose
(cherry picked from commit 4bd7cbc29d )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestBlockRecovery.java
|
2016-04-06 21:08:42 -07:00 |
Robert Kanter
|
3584cbc355
|
MAPREDUCE-6647. MR usage counters use the resources requested instead of the resources allocated (haibochen via rkanter)
(cherry picked from commit 3be1ab485f )
|
2016-04-06 17:16:10 -07:00 |
Jian He
|
42bc565630
|
YARN-4769. Add support for CSRF header in the dump capacity scheduler logs and kill app buttons in RM web UI. Contributed by Varun Vasudev
|
2016-04-06 16:14:13 -07:00 |
Eric Payne
|
caef78afe6
|
HDFS-9945. Datanode command for evicting writers. Contributed by Kihwal Lee
(cherry picked from commit aede8c10ec )
|
2016-04-06 20:31:20 +00:00 |
Colin Patrick Mccabe
|
387d3f25c1
|
HDFS-6520. hdfs fsck passes invalid length value when creating BlockReader (Xiao Chen via cmccabe)
(cherry picked from commit 188f65287d )
|
2016-04-06 11:37:57 -07:00 |
Jing Zhao
|
7cac807eb3
|
HDFS-10192. Namenode safemode not coming out during failover. Contributed by Brahma Reddy Battula.
(cherry picked from commit 221b3a8722 )
|
2016-04-06 10:43:38 -07:00 |
Junping Du
|
5574f82799
|
MAPREDUCE-6670. TestJobListCache#testEviction sometimes fails on Windows with timeout. Contributed by Gergely Novák.
(cherry picked from commit de96d7c88a )
|
2016-04-06 08:35:51 -07:00 |
Akira Ajisaka
|
1371f993a9
|
HADOOP-12022. fix site -Pdocs -Pdist in hadoop-project-dist; cleanout remaining forrest bits. Contributed by Allen Wittenauer.
|
2016-04-06 17:43:31 +09:00 |
Varun Vasudev
|
8f9b97ccce
|
YARN-4906. Capture container start/finish time in container metrics. Contributed by Jian He.
(cherry picked from commit b41e65e5bc )
|
2016-04-06 13:42:06 +05:30 |
Wangda Tan
|
11e796b5cd
|
YARN-4699. Scheduler UI and REST o/p is not in sync when -replaceLabelsOnNode is used to change label of a node. (Sunil G via wangda)
(cherry picked from commit 21eb428448 )
|
2016-04-05 16:25:55 -07:00 |
Kihwal Lee
|
6e37c5fe80
|
HDFS-10261. TestBookKeeperHACheckpoints doesn't handle ephemeral HTTP ports. Contributed by Eric Badger.
(cherry picked from commit 9ba1e5af06 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/contrib/bkjournal/src/test/java/org/apache/hadoop/contrib/bkjournal/TestBookKeeperHACheckpoints.java
|
2016-04-05 16:49:59 -05:00 |
Ravi Prakash
|
2ca6251a6a
|
HDFS-10235. Last contact for Live Nodes should be relative time. Contributed by Brahma Reddy Battula.
(cherry picked from commit 0cd320a846 )
|
2016-04-05 13:43:42 -07:00 |
Masatake Iwasaki
|
e98bb0279b
|
YARN-4917. Fix typos in documentation of Capacity Scheduler. (Takashi Ohnishi via iwasakims)
(cherry picked from commit 500e5a5952 )
|
2016-04-06 04:01:34 +09:00 |
Masatake Iwasaki
|
36a3fe0334
|
YARN-4915. Fix typo in YARN Secure Containers documentation (Takashi Ohnishi via iwasakims)
(cherry picked from commit 30206346cf )
|
2016-04-06 03:47:42 +09:00 |
Masatake Iwasaki
|
2542e9bccf
|
HADOOP-12672. RPC timeout should not override IPC ping interval (iwasakims)
(cherry picked from commit 85ec5573eb )
|
2016-04-06 03:26:33 +09:00 |
Junping Du
|
0907ce8c93
|
YARN-4916. TestNMProxy.tesNMProxyRPCRetry fails. Contributed by Tibor Kiss.
(cherry picked from commit 0005816743 )
|
2016-04-05 09:02:50 -07:00 |
Kihwal Lee
|
ef3da82357
|
HDFS-10239. Fsshell mv fails if port usage doesn't match in src and destination paths. Contributed by Kuhu Shukla.
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSShell.java
|
2016-04-05 09:16:05 -05:00 |
Junping Du
|
eeff2e35f8
|
YARN-4893. Fix some intermittent test failures in TestRMAdminService. Contributed by Brahma Reddy Battula.
(cherry picked from commit 6be28bcc46 )
|
2016-04-05 07:05:06 -07:00 |
Jason Lowe
|
814ceeb489
|
YARN-4311. Removing nodes from include and exclude lists will not remove them from decommissioned nodes list. Contributed by Kuhu Shukla
(cherry picked from commit 1cbcd4a491 )
|
2016-04-05 13:41:18 +00:00 |
Rohith Sharma K S
|
13a4e25f26
|
YARN-4609. RM Nodes list page takes too much time to load. Contributed by Bibin A Chundatt
(cherry picked from commit 776b549e2a )
|
2016-04-05 14:53:24 +05:30 |
Rohith Sharma K S
|
eec23580b4
|
YARN-4880. Running TestZKRMStateStorePerf with real zookeeper cluster throws NPE. Contributed by Sunil G
(cherry picked from commit 552237d4a3 )
|
2016-04-05 14:37:31 +05:30 |
Vinayakumar B
|
ad08114b92
|
HDFS-9917. IBR accumulate more objects when SNN was down for sometime. (Contributed by Brahma Reddy Battula)
(cherry picked from commit 818d6b799e )
|
2016-04-05 09:53:57 +08:00 |
Colin Patrick Mccabe
|
d55af8b5a3
|
HDFS-8496. Calling stopWriter() with FSDatasetImpl lock held may block other threads (cmccabe)
(cherry picked from commit f6b1a81812 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestBlockRecovery.java
|
2016-04-04 18:07:01 -07:00 |
Li Lu
|
236d1a5093
|
YARN-4706. UI Hosting Configuration in TimelineServer doc is broken. (Akira AJISAKA via gtcarrera9)
(cherry picked from commit f61de41736 )
|
2016-04-04 14:41:40 -07:00 |
Kihwal Lee
|
9e91433295
|
HDFS-10178. Permanent write failures can happen if pipeline recoveries occur for the first packet. Contributed by Kihwal Lee.
(cherry picked from commit a7d1fb0cd2 )
|
2016-04-04 16:40:44 -05:00 |
Masatake Iwasaki
|
c981efb0f6
|
HDFS-9599. TestDecommissioningStatus.testDecommissionStatus occasionally fails (Lin Yiqun via iwasakims)
(cherry picked from commit 154d2532cf )
|
2016-04-05 03:39:10 +09:00 |
Arpit Agarwal
|
30e12edb67
|
HADOOP-11212. NetUtils.wrapException to handle SocketException explicitly. (Contributed by Steve Loughran)
|
2016-04-04 10:50:28 -07:00 |
Steve Loughran
|
caaadf9f3e
|
HADOOP-12169 ListStatus on empty dir in S3A lists itself instead of returning an empty list. author: Pieter Reuse. - omitted new S3A subclass
|
2016-04-04 17:01:37 +01:00 |
naganarasimha
|
3772602848
|
YARN-4746. yarn web services should convert parse failures of appId, appAttemptId and containerId to 400. Contributed by Bibin A Chundatt
(cherry picked from commit 5092c94195 )
|
2016-04-04 18:08:18 +05:30 |
Rohith Sharma K S
|
c8271cd117
|
YARN-4607. Pagination support for AppAttempt page TotalOutstandingResource Requests table. Contributed by Bibin A Chundatt
(cherry picked from commit 1e6f92977d )
|
2016-04-04 08:13:03 +05:30 |
Steve Loughran
|
20e808d83e
|
HADOOP-12169 ListStatus on empty dir in S3A lists itself instead of returning an empty list. author: Pieter Reuse.
|
2016-04-03 16:39:51 +01:00 |
Vinayakumar B
|
aa38748997
|
HDFS-10253. Fix TestRefreshCallQueue failure (Contributed by Xiaoyu Yao)
(cherry picked from commit 54b2e78fd2 )
|
2016-04-03 13:28:22 +05:30 |
Allen Wittenauer
|
92a3dbe44f
|
YARN-4850. test-fair-scheduler.xml isn't valid xml (Yufei Gu via aw)
(cherry picked from commit b1394d6307 )
|
2016-04-01 16:57:31 -07:00 |
Karthik Kambatla
|
ecfd25dc65
|
YARN-4657. Javadoc comment is broken for Resources.multiplyByAndAddTo(). (Daniel Templeton via kasha)
(cherry picked from commit 81d04cae41 )
|
2016-04-01 16:20:18 -07:00 |
Arun Suresh
|
f56266fccc
|
Missing file for YARN-4895.
(cherry picked from commit 5686caa9fc )
|
2016-04-01 15:58:38 -07:00 |
Arun Suresh
|
24ce9ea456
|
YARN-4895. Add subtractFrom method to ResourceUtilization class. Contributed by Konstantinos Karanasos.
(cherry picked from commit 82621e38a0 )
|
2016-04-01 15:00:02 -07:00 |
Harsh J
|
7c5b55d4e5
|
HADOOP-11687. Ignore x-* and response headers when copying an Amazon S3 object. Contributed by Aaron Peterson and harsh.
(cherry picked from commit 256c82fe29 )
|
2016-04-01 14:35:58 +05:30 |
Varun Vasudev
|
10d8f8a39c
|
Revert "YARN-4857. Add missing default configuration regarding preemption of CapacityScheduler. Contributed by Kai Sasaki."
This reverts commit 0064cba169 .
(cherry picked from commit 3488c4f2c9 )
|
2016-04-01 12:21:49 +05:30 |
Akira Ajisaka
|
80d122d7fe
|
HADOOP-11661. Deprecate FileUtil#copyMerge. Contributed by Brahma Reddy Battula.
(cherry picked from commit a8d8b80a20 )
|
2016-04-01 13:59:45 +09:00 |
Xiaoyu Yao
|
ab9dc84d4a
|
HADOOP-12950. ShutdownHookManager should have a timeout for each of the Registered shutdown hook. Contributed by Xiaoyu Yao.
(cherry picked from commit aac4d65bf9 )
(cherry picked from commit dc78250aa4 )
|
2016-03-31 15:50:17 -07:00 |
Robert Kanter
|
633f612d67
|
YARN-4639. Remove dead code in TestDelegationTokenRenewer added in YARN-3055 (templedf via rkanter)
(cherry picked from commit 7a021471c3 )
|
2016-03-31 15:47:44 -07:00 |
Wangda Tan
|
d36d9d676d
|
YARN-4634. Scheduler UI/Metrics need to consider cases like non-queue label mappings. (Sunil G via wangda)
(cherry picked from commit 12b11e2e68 )
|
2016-03-31 14:35:59 -07:00 |
Jian He
|
3afc2caec8
|
YARN-4811. Generate histograms in ContainerMetrics for actual container resource usage
|
2016-03-31 14:31:38 -07:00 |
Sangjin Lee
|
b91928cd26
|
YARN-4183. Clarify the behavior of timeline service config properties (Naganarasimha G R via sjlee)
(cherry picked from commit 6d67420dbc )
|
2016-03-31 10:49:45 -07:00 |
Xiaoyu Yao
|
6db3c9d394
|
HADOOP-12916. Allow RPC scheduler/callqueue backoff using response times. Contributed by Xiaoyu Yao.
(cherry picked from commit d95c6eb32c )
(cherry picked from commit a0c001c0b9 )
|
2016-03-31 09:05:37 -07:00 |
Varun Vasudev
|
dcad99892d
|
YARN-4857. Add missing default configuration regarding preemption of CapacityScheduler. Contributed by Kai Sasaki.
(cherry picked from commit 0064cba169 )
|
2016-03-31 14:06:45 +05:30 |
Varun Vasudev
|
cda9e1d09b
|
YARN-4884. Fix missing documentation about rmadmin command regarding node labels. Contributed by Kai Sasaki.
(cherry picked from commit f1b8f6b2c1 )
|
2016-03-31 14:03:08 +05:30 |
Akira Ajisaka
|
b4fbc22688
|
HADOOP-12902. JavaDocs for SignerSecretProvider are out-of-date in AuthenticationFilter. Contributed by Gabor Liptak.
(cherry picked from commit acca149ec9 )
|
2016-03-31 16:05:51 +09:00 |
Akira Ajisaka
|
0795ee687b
|
HDFS-10221. Add .json to the rat exclusions. Contributed by Ming Ma.
(cherry picked from commit 32c0c3ecdf )
|
2016-03-31 09:06:34 +09:00 |