Xuan
|
f862999a7e
|
YARN-2723. Fix rmadmin -replaceLabelsOnNode does not correctly parse
port. Contributed by Naganarasimha G R
|
2014-10-25 12:47:09 -07:00 |
|
Byron Wong
|
d991cd52d8
|
HADOOP-6857. FsShell should report raw disk usage including replication factor. Contributed by Byron Wong.
|
2014-10-25 12:39:03 -07:00 |
|
Karthik Kambatla
|
acc6f622e0
|
YARN-2183. [YARN-1492] Cleaner service for cache manager. (Chris Trezzo and Sangjin Lee via kasha)
(cherry picked from commit c51e53d7aad46059f52d4046a5fedfdfd3c37955)
|
2014-10-25 11:50:06 -07:00 |
|
Jian He
|
9bd149978d
|
YARN-2314. Disable ContainerManagementProtocolProxy cache by default to prevent creating thousands of threads in a large cluster. Contributed by Jason Lowe
(cherry picked from commit f44cf99599119b5e989be724eeab447b2dc4fe53)
|
2014-10-24 23:06:00 -07:00 |
|
Jian He
|
96a6e02d16
|
YARN-1915. Fixed a race condition that client could use the ClientToAMToken to contact with AM before AM actually receives the ClientToAMTokenMasterKey. Contributed by Jason Lowe
(cherry picked from commit 5864dd99a419b8a0fb973a4984c0f1d1e02ccf16)
|
2014-10-24 22:48:48 -07:00 |
|
Karthik Kambatla
|
9af3cfc7eb
|
YARN-2713. "RM Home" link in NM should point to one of the RMs in an HA setup. (kasha)
(cherry picked from commit 683897fd028dcc2185383f73b52d15245a69e0cb)
|
2014-10-24 15:00:37 -07:00 |
|
Zhijie Shen
|
1b81105143
|
YARN-2703. Added logUploadedTime into LogValue for better display. Contributed by Xuan Gong.
(cherry picked from commit f81dc3f995579c1b94b11d60e9fc6da56c8a9496)
|
2014-10-24 14:12:17 -07:00 |
|
Colin Patrick Mccabe
|
2bcda17ee7
|
HDFS-6988. Improve HDFS-6581 eviction configuration (Xiaoyu Yao via Colin P. McCabe)
(cherry picked from commit a52eb4bc5fb21574859f779001ea9d95bf5207fe)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImpl.java
|
2014-10-24 13:17:59 -07:00 |
|
Jian He
|
299c9b456d
|
HADOOP-11228. Winutils task: unsecure path should not call AddNodeManagerAndUserACEsToObject. Contributed by Remus Rusanu
(cherry picked from commit f7e89bb349d4512b47f94b545e3f489a85e851f0)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2014-10-24 12:54:00 -07:00 |
|
Jitendra Pandey
|
5fb7660ad6
|
HDFS-6904. Added files missing in previous commit.
|
2014-10-24 12:01:54 -07:00 |
|
Jitendra Pandey
|
b576890f35
|
HDFS-6904. YARN unable to renew delegation token fetched via webhdfs due to incorrect service port.
|
2014-10-24 11:36:54 -07:00 |
|
Zhijie Shen
|
13c60bac57
|
YARN-2724. Skipped uploading a local log file to HDFS if exception is raised when opening it. Contributed by Xuan Gong.
(cherry picked from commit e31f0a6558b106662c83e1f797216e412b6689a9)
|
2014-10-24 11:15:19 -07:00 |
|
Haohui Mai
|
1f6258f535
|
HDFS-7283. Bump DataNode OOM log from WARN to ERROR. Contributed by Stephen Chu.
|
2014-10-24 10:50:28 -07:00 |
|
Haohui Mai
|
a4bb56b93b
|
HDFS-7258. CacheReplicationMonitor rescan schedule log should use DEBUG level instead of INFO level. Contributed by Xiaoyu Yao.
|
2014-10-23 23:58:49 -07:00 |
|
Jian He
|
d57f2b9dea
|
Updated CHANGES.txt to move YARN-2682 to branch-2.6
(cherry picked from commit 071c925c7dffbb825884a5df5a0104e7793b30fc)
|
2014-10-23 22:28:23 -07:00 |
|
Zhijie Shen
|
3b03ea6b50
|
YARN-2209. Replaced AM resync/shutdown command with corresponding exceptions and made related MR changes. Contributed by Jian He.
(cherry picked from commit 0f3b6900be1a3b2e4624f31f84656f4a32dadce9)
|
2014-10-23 22:03:30 -07:00 |
|
yliu
|
193724ccaf
|
HDFS-7243. HDFS concat operation should not be allowed in Encryption Zone. (clamb via yliu)
|
2014-10-24 11:41:49 +08:00 |
|
Colin Patrick Mccabe
|
caa658a015
|
HDFS-7223. Tracing span description of IPC client is too long (iwasakims via cmccabe)
(cherry picked from commit 5b56ac4c72d69d1b3d6feec9d96c9d62eb02d28c)
|
2014-10-23 19:15:08 -07:00 |
|
Karthik Kambatla
|
c99d89f2c6
|
HADOOP-11170. ZKDelegationTokenSecretManager fails to renewToken created by a peer. (Arun Suresh and Gregory Chanan via kasha)
(cherry picked from commit db45f047ab6b19d8a3e7752bb2cde10827cd8dad)
|
2014-10-23 17:06:36 -07:00 |
|
Haohui Mai
|
92ad210699
|
HDFS-7257. Add the time of last HA state transition to NN's /jmx page. Contributed by Charles Lamb.
|
2014-10-23 16:53:17 -07:00 |
|
Allen Wittenauer
|
a58f88056c
|
HDFS-7232. Populate hostname in httpfs audit log (Zoran Dimitrijevic via aw)
|
2014-10-23 14:07:07 -07:00 |
|
Colin Patrick Mccabe
|
a36fd88671
|
HDFS-7227. Fix findbugs warning about NP_DEREFERENCE_OF_READLINE_VALUE in SpanReceiverHost (cmccabe)
(cherry picked from commit 7ab754545dca16518e8fe9353ef69b77f365426b)
|
2014-10-23 13:26:10 -07:00 |
|
Andrew Wang
|
d3b9e9be24
|
HDFS-7222. Expose DataNode network errors as a metric. (Charles Lamb via wang)
(cherry picked from commit 86cad007d7d6366b293bb9a073814889081c8662)
|
2014-10-23 12:53:39 -07:00 |
|
Brandon Li
|
d27cd5ad77
|
HDFS-7180. NFSv3 gateway frequently gets stuck due to GC. Contributed by Brandon Li
(cherry picked from commit d71d40a63d198991077d5babd70be5e9787a53f1)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-10-22 21:34:15 -07:00 |
|
Zhijie Shen
|
36515435ff
|
YARN-2732. Fixed syntax error in SecureContainer.apt.vm. Contributed by Jian He.
(cherry picked from commit b94b8b30f282563ee2ecdd25761b2345aaf06c9b)
|
2014-10-22 18:41:05 -07:00 |
|
Haohui Mai
|
59e0ea8779
|
HDFS-7277. Remove explicit dependency on netty 3.2 in BKJournal. Contributed by Haohui Mai.
|
2014-10-22 17:32:30 -07:00 |
|
Jian He
|
1c235a4448
|
YARN-2198. Remove the need to run NodeManager as privileged account for Windows Secure Container Executor. Contributed by Remus Rusanu
(cherry picked from commit 3b12fd6cfbf4cc91ef8e8616c7aafa9de006cde5)
|
2014-10-22 15:58:26 -07:00 |
|
Andrew Wang
|
c8d0758656
|
HDFS-6824. Additional user documentation for HDFS encryption.
(cherry picked from commit a36399e09c8c92911df08f78a4b88528b6dd513f)
|
2014-10-22 14:39:00 -07:00 |
|
Tsz-wo Sze
|
3e2889f3c7
|
HDFS-2486. Remove unnecessary priority level checks in UnderReplicatedBlocks. Contributed by Uma Maheswara Rao G
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1242636 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit dc847b39fdee85b45ef26e8e7380d722ffb89e4e)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/UnderReplicatedBlocks.java
|
2014-10-22 14:37:15 -07:00 |
|
Karthik Kambatla
|
b3bb4fdc7c
|
HADOOP-11122. Fix findbugs in ZK DelegationTokenSecretManagers. (Arun Suresh via kasha)
(cherry picked from commit 70719e5c62f32836914bea88e1ddd99c0ed009e1)
|
2014-10-22 14:33:56 -07:00 |
|
Haohui Mai
|
3476b9630f
|
HADOOP-10748. HttpServer2 should not load JspServlet. Contributed by Haohui Mai.
|
2014-10-22 14:26:57 -07:00 |
|
Colin Patrick Mccabe
|
caaf778768
|
HDFS-6877. Avoid calling checkDisk when an HDFS volume is removed during a write. (Lei Xu via Colin P. McCabe)
(cherry picked from commit 7b0f9bb2583cd9b7274f1e31c173c1c6a7ce467b)
|
2014-10-22 13:38:56 -07:00 |
|
Colin Patrick Mccabe
|
c212347d32
|
HDFS-7254. Add documentation for hot swaping DataNode drives (Lei Xu via Colin P. McCabe)
(cherry picked from commit 66e8187ea1dbc6230ab2c633e4f609a7068b75db)
|
2014-10-22 13:28:34 -07:00 |
|
Steve Loughran
|
5e6494ea95
|
YARN-2700 TestSecureRMRegistryOperations failing on windows: auth problems
|
2014-10-22 21:13:32 +01:00 |
|
Jian He
|
9b973b7c83
|
MAPREDUCE-6126. Fixed Rumen JobBuilder to ignore NormalizedResourceEvent. Contributed by Junping Du
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
|
2014-10-22 10:57:32 -07:00 |
|
Jing Zhao
|
75a9c894b3
|
HDFS-7228. Fix TestDNFencing.testQueueingWithAppend. Contributed by Yongjun Zhang.
|
2014-10-22 10:49:06 -07:00 |
|
Steve Loughran
|
a64ac5501c
|
YARN-2692 ktutil test hanging on some machines/ktutil versions (stevel)
|
2014-10-22 14:35:13 +01:00 |
|
Zhijie Shen
|
4b9de2cdfe
|
YARN-2721. Suppress NodeExist exception thrown by ZKRMStateStore when it retries creating znode. Contributed by Jian He.
(cherry picked from commit 7e3b5e6f5cb4945b4fab27e8a83d04280df50e17)
|
2014-10-21 21:52:01 -07:00 |
|
Vinod Kumar Vavilapalli
|
77dc9afe86
|
YARN-2715. Fixed ResourceManager to respect common configurations for proxy users/groups beyond just the YARN level config. Contributed by Zhijie Shen.
(cherry picked from commit c0e034336c85296be6f549d88d137fb2b2b79a15)
|
2014-10-21 20:10:45 -07:00 |
|
Zhijie Shen
|
296bbd8971
|
YARN-2709. Made timeline client getDelegationToken API retry if ConnectException happens. Contributed by Li Lu.
(cherry picked from commit b2942762d7f76d510ece5621c71116346a6b12f6)
|
2014-10-21 16:08:18 -07:00 |
|
Andrew Wang
|
2d0996ae6d
|
HDFS-7221. TestDNFencingWithReplication fails consistently. Contributed by Charles Lamb.
(cherry picked from commit ac56b0637e55465d3b7f7719c8689bff2a572dc0)
|
2014-10-21 12:55:48 -07:00 |
|
cnauroth
|
a066134277
|
YARN-2720. Windows: Wildcard classpath variables not expanded against resources contained in archives. Contributed by Craig Welch.
(cherry picked from commit 6637e3cf95b3a9be8d6b9cd66bc849a0607e8ed5)
|
2014-10-21 12:34:58 -07:00 |
|
Brandon Li
|
c800e058ea
|
HDFS-7215.Add JvmPauseMonitor to NFS gateway. Contributed by Brandon Li
(cherry picked from commit 4e134a02a4b6f30704b99dfb166dc361daf426ea)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
|
2014-10-21 11:55:18 -07:00 |
|
Brandon Li
|
33e020cb19
|
HDFS-7259. Unresponseive NFS mount point due to deferred COMMIT response. Contributed by Brandon Li
|
2014-10-21 11:01:27 -07:00 |
|
Jason Lowe
|
3820bf055e
|
YARN-90. NodeManager should identify failed disks becoming good again. Contributed by Varun Vasudev
(cherry picked from commit 6f2028bd1514d90b831f889fd0ee7f2ba5c15000)
|
2014-10-21 17:33:34 +00:00 |
|
Zhijie Shen
|
fd7ba56f6a
|
YARN-2717. Avoided duplicate logging when container logs are not found. Contributed by Xuan Gong.
(cherry picked from commit 171f2376d23d51b61b9c9b3804ee86dbd4de033a)
|
2014-10-20 22:23:12 -07:00 |
|
Jian He
|
b52928a6ea
|
Missing file for YARN-1879
(cherry picked from commit 4a78a752286effbf1a0d8695325f9d7464a09fb4)
|
2014-10-20 21:14:57 -07:00 |
|
Jian He
|
e9564e729f
|
Missing file for YARN-2701
(cherry picked from commit 4fa1fb3193bf39fcb1bd7f8f8391a78f69c3c302)
|
2014-10-20 19:58:21 -07:00 |
|
Jian He
|
3c8ae89050
|
YARN-2701. Potential race condition in startLocalizer when using LinuxContainerExecutor. Contributed by Xuan Gong
(cherry picked from commit 2839365f230165222f63129979ea82ada79ec56e)
|
2014-10-20 19:54:10 -07:00 |
|
Colin Patrick Mccabe
|
8c3b007236
|
HDFS-7154. Fix returning value of starting reconfiguration task (Lei Xu via Colin P. McCabe)
(cherry picked from commit 7aab5fa1bd9386b036af45cd8206622a4555d74a)
|
2014-10-20 18:33:44 -07:00 |
|