[hadoop] branch trunk updated (bfe1dac -> e8e7d7b)

2019-09-23 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git. from bfe1dac HADOOP-16560. [YARN] use protobuf-maven-plugin to generate protobuf classes (#1496) add e8e7d7b

[hadoop] branch trunk updated (0a716bd -> bfe1dac)

2019-09-23 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git. from 0a716bd HDDS-2159. Fix Race condition in ProfileServlet#pid. add bfe1dac HADOOP-16560. [YARN] use protobuf

[hadoop] branch HDFS-13572 updated (edd741d -> f324188)

2019-07-01 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a change to branch HDFS-13572 in repository https://gitbox.apache.org/repos/asf/hadoop.git. discard edd741d HDFS-13643. Implement basic async rpc client add 041e7a7 HDFS-14598. Findbugs warning caused

[hadoop] 01/01: HDFS-13643. Implement basic async rpc client

2019-07-01 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch HDFS-13572 in repository https://gitbox.apache.org/repos/asf/hadoop.git commit f324188551dfc714c29f1ae35b82f82ab592d4e9 Author: zhangduo AuthorDate: Mon Jun 4 21:54:45 2018 +0800 HDFS

[hadoop] 01/01: HDFS-13643. Implement basic async rpc client

2019-06-24 Thread zhangduo
This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch HDFS-13572 in repository https://gitbox.apache.org/repos/asf/hadoop.git commit edd741d7a7e043268bd8a559d1de73019e58a839 Author: zhangduo AuthorDate: Mon Jun 4 21:54:45 2018 +0800 HDFS

[49/50] hadoop git commit: HDFS-13743. RBF: Router throws NullPointerException due to the invalid initialization of MountTableResolver. Contributed by Takanobu Asanuma.

2018-07-20 Thread zhangduo
HDFS-13743. RBF: Router throws NullPointerException due to the invalid initialization of MountTableResolver. Contributed by Takanobu Asanuma. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7b25fb94 Tree:

[38/50] hadoop git commit: HDDS-241. Handle Volume in inconsistent state. Contributed by Hanisha Koneru.

2018-07-20 Thread zhangduo
HDDS-241. Handle Volume in inconsistent state. Contributed by Hanisha Koneru. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d5d44473 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d5d44473 Diff:

[41/50] hadoop git commit: HADOOP-15610. Fixed pylint version for Hadoop docker image. Contributed by Jack Bearden

2018-07-20 Thread zhangduo
HADOOP-15610. Fixed pylint version for Hadoop docker image. Contributed by Jack Bearden Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ba1ab08f Tree:

[40/50] hadoop git commit: HDDS-255. Fix TestOzoneConfigurationFields for missing hdds.command.status.report.interval in config classes. Contributed by Sandeep Nemuri.

2018-07-20 Thread zhangduo
HDDS-255. Fix TestOzoneConfigurationFields for missing hdds.command.status.report.interval in config classes. Contributed by Sandeep Nemuri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c492eacc Tree:

[45/50] hadoop git commit: YARN-8436. FSParentQueue: Comparison method violates its general contract. (Wilfred Spiegelenburg via Haibo Chen)

2018-07-20 Thread zhangduo
YARN-8436. FSParentQueue: Comparison method violates its general contract. (Wilfred Spiegelenburg via Haibo Chen) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/25648847 Tree:

[33/50] hadoop git commit: YARN-8538. Fixed memory leaks in container-executor and test cases. Contributed by Billie Rinaldi

2018-07-20 Thread zhangduo
YARN-8538. Fixed memory leaks in container-executor and test cases. Contributed by Billie Rinaldi Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/efb4e274 Tree:

[50/50] hadoop git commit: HDFS-13643. Implement basic async rpc client

2018-07-20 Thread zhangduo
/diff/48c41c1e Branch: refs/heads/HDFS-13572 Commit: 48c41c1ea7037a3894a27e78264a1e6a3d7be251 Parents: 7b25fb9 Author: zhangduo Authored: Mon Jun 4 21:54:45 2018 +0800 Committer: zhangduo Committed: Fri Jul 20 18:31:19 2018 +0800

[23/50] hadoop git commit: HDDS-251. Integrate BlockDeletingService in KeyValueHandler. Contributed by Lokesh Jain

2018-07-20 Thread zhangduo
HDDS-251. Integrate BlockDeletingService in KeyValueHandler. Contributed by Lokesh Jain Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0927bc4f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0927bc4f Diff:

[47/50] hadoop git commit: YARN-6995. Improve use of ResourceNotFoundException in resource types code. (Daniel Templeton and Szilard Nemeth via Haibo Chen)

2018-07-20 Thread zhangduo
YARN-6995. Improve use of ResourceNotFoundException in resource types code. (Daniel Templeton and Szilard Nemeth via Haibo Chen) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f354f47f Tree:

[29/50] hadoop git commit: YARN-8361. Change App Name Placement Rule to use App Name instead of App Id for configuration. (Zian Chen via wangda)

2018-07-20 Thread zhangduo
YARN-8361. Change App Name Placement Rule to use App Name instead of App Id for configuration. (Zian Chen via wangda) Change-Id: I17e5021f8f611a9c5e3bd4b38f25e08585afc6b1 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[25/50] hadoop git commit: YARN-8421: when moving app, activeUsers is increased, even though app does not have outstanding request. Contributed by Kyungwan Nam

2018-07-20 Thread zhangduo
YARN-8421: when moving app, activeUsers is increased, even though app does not have outstanding request. Contributed by Kyungwan Nam Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/937ef39b Tree:

[31/50] hadoop git commit: HADOOP-15598. DataChecksum calculate checksum is contented on hashtable synchronization. Contributed by Prasanth Jayachandran.

2018-07-20 Thread zhangduo
HADOOP-15598. DataChecksum calculate checksum is contented on hashtable synchronization. Contributed by Prasanth Jayachandran. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0c7a5789 Tree:

[03/50] hadoop git commit: HADOOP-15594. Exclude commons-lang3 from hadoop-client-minicluster. Contributed by Takanobu Asanuma.

2018-07-20 Thread zhangduo
HADOOP-15594. Exclude commons-lang3 from hadoop-client-minicluster. Contributed by Takanobu Asanuma. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d36ed94e Tree:

[19/50] hadoop git commit: YARN-8515. container-executor can crash with SIGPIPE after nodemanager restart. Contributed by Jim Brennan

2018-07-20 Thread zhangduo
YARN-8515. container-executor can crash with SIGPIPE after nodemanager restart. Contributed by Jim Brennan Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/17118f44 Tree:

[44/50] hadoop git commit: HADOOP-15547/ WASB: improve listStatus performance. Contributed by Thomas Marquardt.

2018-07-20 Thread zhangduo
HADOOP-15547/ WASB: improve listStatus performance. Contributed by Thomas Marquardt. (cherry picked from commit 749fff577ed9afb4ef8a54b8948f74be083cc620) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/45d9568a Tree:

[34/50] hadoop git commit: YARN-8299. Added CLI and REST API for query container status. Contributed by Chandni Singh

2018-07-20 Thread zhangduo
YARN-8299. Added CLI and REST API for query container status. Contributed by Chandni Singh Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/121865c3 Tree:

[46/50] hadoop git commit: MAPREDUCE-7118. Distributed cache conflicts breaks backwards compatability. (Jason Lowe via wangda)

2018-07-20 Thread zhangduo
MAPREDUCE-7118. Distributed cache conflicts breaks backwards compatability. (Jason Lowe via wangda) Change-Id: I89ab4852b4ad305fec19812e8931c59d96581376 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b3b4d4cc Tree:

[30/50] hadoop git commit: YARN-8524. Single parameter Resource / LightWeightResource constructor looks confusing. (Szilard Nemeth via wangda)

2018-07-20 Thread zhangduo
YARN-8524. Single parameter Resource / LightWeightResource constructor looks confusing. (Szilard Nemeth via wangda) Change-Id: I4ae97548b5b8d76a6bcebb2d3d70bf8e0be3c125 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[08/50] hadoop git commit: HDFS-12837. Intermittent failure in TestReencryptionWithKMS.

2018-07-20 Thread zhangduo
HDFS-12837. Intermittent failure in TestReencryptionWithKMS. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b37074be Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b37074be Diff:

[15/50] hadoop git commit: HDDS-187. Command status publisher for datanode. Contributed by Ajay Kumar.

2018-07-20 Thread zhangduo
HDDS-187. Command status publisher for datanode. Contributed by Ajay Kumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f89e2659 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f89e2659 Diff:

[13/50] hadoop git commit: YARN-8518. test-container-executor test_is_empty() is broken (Jim_Brennan via rkanter)

2018-07-20 Thread zhangduo
YARN-8518. test-container-executor test_is_empty() is broken (Jim_Brennan via rkanter) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1bc106a7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1bc106a7 Diff:

[02/50] hadoop git commit: HDFS-13726. RBF: Fix RBF configuration links. Contributed by Takanobu Asanuma.

2018-07-20 Thread zhangduo
HDFS-13726. RBF: Fix RBF configuration links. Contributed by Takanobu Asanuma. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2ae13d41 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2ae13d41 Diff:

[22/50] hadoop git commit: YARN-8434. Update federation documentation of Nodemanager configurations. Contributed by Bibin A Chundatt.

2018-07-20 Thread zhangduo
YARN-8434. Update federation documentation of Nodemanager configurations. Contributed by Bibin A Chundatt. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4523cc56 Tree:

[32/50] hadoop git commit: HDFS-13690. Improve error message when creating encryption zone while KMS is unreachable. Contributed by Kitti Nanasi.

2018-07-20 Thread zhangduo
HDFS-13690. Improve error message when creating encryption zone while KMS is unreachable. Contributed by Kitti Nanasi. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d2874e04 Tree:

[42/50] hadoop git commit: HADOOP-15614. TestGroupsCaching.testExceptionOnBackgroundRefreshHandled reliably fails. Contributed by Weiwei Yang.

2018-07-20 Thread zhangduo
HADOOP-15614. TestGroupsCaching.testExceptionOnBackgroundRefreshHandled reliably fails. Contributed by Weiwei Yang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ccf2db7f Tree:

[48/50] hadoop git commit: YARN-7300. DiskValidator is not used in LocalDirAllocator. (Szilard Nemeth via Haibo Chen)

2018-07-20 Thread zhangduo
YARN-7300. DiskValidator is not used in LocalDirAllocator. (Szilard Nemeth via Haibo Chen) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e6873dfd Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e6873dfd Diff:

[11/50] hadoop git commit: HDDS-228. Add the ReplicaMaps to ContainerStateManager. Contributed by Ajay Kumar.

2018-07-20 Thread zhangduo
HDDS-228. Add the ReplicaMaps to ContainerStateManager. Contributed by Ajay Kumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5ee90efe Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5ee90efe Diff:

[39/50] hadoop git commit: HDDS-207. ozone listVolume command accepts random values as argument. Contributed by Lokesh Jain.

2018-07-20 Thread zhangduo
HDDS-207. ozone listVolume command accepts random values as argument. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/129269f9 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/129269f9

[16/50] hadoop git commit: HDDS-238. Add Node2Pipeline Map in SCM to track ratis/standalone pipelines. Contributed by Mukul Kumar Singh.

2018-07-20 Thread zhangduo
HDDS-238. Add Node2Pipeline Map in SCM to track ratis/standalone pipelines. Contributed by Mukul Kumar Singh. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3f3f7222 Tree:

[43/50] hadoop git commit: YARN-8501. Reduce complexity of RMWebServices getApps method. Contributed by Szilard Nemeth

2018-07-20 Thread zhangduo
YARN-8501. Reduce complexity of RMWebServices getApps method. Contributed by Szilard Nemeth Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5836e0a4 Tree:

[06/50] hadoop git commit: Revert "HDDS-242. Introduce NEW_NODE, STALE_NODE and DEAD_NODE event" This reverts commit a47ec5dac4a1cdfec788ce3296b4f610411911ea. There was a spurious file in this commit.

2018-07-20 Thread zhangduo
Revert "HDDS-242. Introduce NEW_NODE, STALE_NODE and DEAD_NODE event" This reverts commit a47ec5dac4a1cdfec788ce3296b4f610411911ea. There was a spurious file in this commit. Revert to clean it. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[20/50] hadoop git commit: HADOOP-15531. Use commons-text instead of commons-lang in some classes to fix deprecation warnings. Contributed by Takanobu Asanuma.

2018-07-20 Thread zhangduo
HADOOP-15531. Use commons-text instead of commons-lang in some classes to fix deprecation warnings. Contributed by Takanobu Asanuma. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/88625f5c Tree:

[35/50] hadoop git commit: HDFS-13485. DataNode WebHDFS endpoint throws NPE. Contributed by Siyao Meng.

2018-07-20 Thread zhangduo
HDFS-13485. DataNode WebHDFS endpoint throws NPE. Contributed by Siyao Meng. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d2153577 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d2153577 Diff:

[36/50] hadoop git commit: Fix potential FSImage corruption. Contributed by Ekanth Sethuramalingam & Arpit Agarwal.

2018-07-20 Thread zhangduo
Fix potential FSImage corruption. Contributed by Ekanth Sethuramalingam & Arpit Agarwal. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0a1e922f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0a1e922f Diff:

[09/50] hadoop git commit: HADOOP-15349. S3Guard DDB retryBackoff to be more informative on limits exceeded. Contributed by Gabor Bota.

2018-07-20 Thread zhangduo
HADOOP-15349. S3Guard DDB retryBackoff to be more informative on limits exceeded. Contributed by Gabor Bota. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a08812a1 Tree:

[24/50] hadoop git commit: HDDS-254. Fix TestStorageContainerManager#testBlockDeletingThrottling. Contributed by Lokesh Jain

2018-07-20 Thread zhangduo
HDDS-254. Fix TestStorageContainerManager#testBlockDeletingThrottling. Contributed by Lokesh Jain Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5074ca93 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5074ca93

[04/50] hadoop git commit: HDFS-13723. Occasional "Should be different group" error in TestRefreshUserMappings#testGroupMappingRefresh. Contributed by Siyao Meng.

2018-07-20 Thread zhangduo
HDFS-13723. Occasional "Should be different group" error in TestRefreshUserMappings#testGroupMappingRefresh. Contributed by Siyao Meng. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/162228e8 Tree:

[07/50] hadoop git commit: HDDS-242. Introduce NEW_NODE, STALE_NODE and DEAD_NODE event and corresponding event handlers in SCM. Contributed by Nanda Kumar.

2018-07-20 Thread zhangduo
HDDS-242. Introduce NEW_NODE, STALE_NODE and DEAD_NODE event and corresponding event handlers in SCM. Contributed by Nanda Kumar. Recommitting after making sure that patch is clean. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[28/50] hadoop git commit: YARN-8511. When AM releases a container, RM removes allocation tags before it is released by NM. (Weiwei Yang via wangda)

2018-07-20 Thread zhangduo
YARN-8511. When AM releases a container, RM removes allocation tags before it is released by NM. (Weiwei Yang via wangda) Change-Id: I6f9f409f2ef685b405cbff547dea9623bf3322d9 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[26/50] hadoop git commit: HDFS-13475. RBF: Admin cannot enforce Router enter SafeMode. Contributed by Chao Sun.

2018-07-20 Thread zhangduo
HDFS-13475. RBF: Admin cannot enforce Router enter SafeMode. Contributed by Chao Sun. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/359ea4e1 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/359ea4e1 Diff:

[05/50] hadoop git commit: HDFS-13729. Fix broken links to RBF documentation. Contributed by Gabor Bota.

2018-07-20 Thread zhangduo
HDFS-13729. Fix broken links to RBF documentation. Contributed by Gabor Bota. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/418cc7f3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/418cc7f3 Diff:

[12/50] hadoop git commit: HDDS-234. Add SCM node report handler. Contributed by Ajay Kumar.

2018-07-20 Thread zhangduo
HDDS-234. Add SCM node report handler. Contributed by Ajay Kumar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/556d9b36 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/556d9b36 Diff:

[21/50] hadoop git commit: HDDS-210. Make "-file" argument optional for ozone getKey command. Contributed by Lokesh Jain.

2018-07-20 Thread zhangduo
HDDS-210. Make "-file" argument optional for ozone getKey command. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/103f2eeb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/103f2eeb

[27/50] hadoop git commit: HDFS-13524. Occasional "All datanodes are bad" error in TestLargeBlock#testLargeBlockSize. Contributed by Siyao Meng.

2018-07-20 Thread zhangduo
HDFS-13524. Occasional "All datanodes are bad" error in TestLargeBlock#testLargeBlockSize. Contributed by Siyao Meng. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/88b27942 Tree:

[37/50] hadoop git commit: HDFS-13733. RBF: Add Web UI configurations and descriptions to RBF document. Contributed by Takanobu Asanuma.

2018-07-20 Thread zhangduo
HDFS-13733. RBF: Add Web UI configurations and descriptions to RBF document. Contributed by Takanobu Asanuma. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1af87df2 Tree:

[17/50] hadoop git commit: HDDS-253. SCMBlockDeletingService should publish events for delete blocks to EventQueue. Contributed by Lokesh Jain.

2018-07-20 Thread zhangduo
HDDS-253. SCMBlockDeletingService should publish events for delete blocks to EventQueue. Contributed by Lokesh Jain. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1fe5b938 Tree:

[18/50] hadoop git commit: HDDS-232. Parallel unit test execution for HDDS/Ozone. Contributed by Arpit Agarwal.

2018-07-20 Thread zhangduo
HDDS-232. Parallel unit test execution for HDDS/Ozone. Contributed by Arpit Agarwal. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d1850720 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d1850720 Diff:

[01/50] hadoop git commit: YARN-8491. TestServiceCLI#testEnableFastLaunch fail when umask is 077. Contributed by K G Bakthavachalam.

2018-07-20 Thread zhangduo
Repository: hadoop Updated Branches: refs/heads/HDFS-13572 950dea86f -> 48c41c1ea YARN-8491. TestServiceCLI#testEnableFastLaunch fail when umask is 077. Contributed by K G Bakthavachalam. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[14/50] hadoop git commit: HDFS-13663. Should throw exception when incorrect block size is set. Contributed by Shweta.

2018-07-20 Thread zhangduo
HDFS-13663. Should throw exception when incorrect block size is set. Contributed by Shweta. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/87eeb26e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/87eeb26e Diff:

[10/50] hadoop git commit: HADOOP-15316. GenericTestUtils can exceed maxSleepTime. Contributed by Adam Antal.

2018-07-20 Thread zhangduo
HADOOP-15316. GenericTestUtils can exceed maxSleepTime. Contributed by Adam Antal. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4f3f9391 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4f3f9391 Diff:

[46/50] [abbrv] hadoop git commit: YARN-4170. AM need to be notified with priority in AllocateResponse. Contributed by Sunil G

2015-10-16 Thread zhangduo
YARN-4170. AM need to be notified with priority in AllocateResponse. Contributed by Sunil G Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f9da5cdb Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f9da5cdb Diff:

[42/50] [abbrv] hadoop git commit: HDFS-9253. Refactor tests of libhdfs into a directory. Contributed by Haohui Mai.

2015-10-16 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hadoop/blob/79b8d60d/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/hdfs.h -- diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/hdfs.h

[48/50] [abbrv] hadoop git commit: HDFS-8515. Implement HTTP/2 stream channels. Contributed by Duo Zhang.

2015-10-16 Thread zhangduo
-us.apache.org/repos/asf/hadoop/diff/c24a64fd Branch: refs/heads/HDFS-7966 Commit: c24a64fd91c6c9435c86c6cc95066b40c6f94cd0 Parents: 58590fe Author: Haohui Mai <whe...@apache.org> Authored: Wed Jun 24 18:07:17 2015 -0700 Committer: zhangduo <zhang...@wandoujia.com> Committed: Sat Oct 17 11:15:0

[41/50] [abbrv] hadoop git commit: HDFS-9253. Refactor tests of libhdfs into a directory. Contributed by Haohui Mai.

2015-10-16 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hadoop/blob/79b8d60d/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/test/test_htable.c -- diff --git

[33/50] [abbrv] hadoop git commit: HADOOP-12475. Replace guava Cache with ConcurrentHashMap for caching Connection in ipc Client (Walter Su via sjlee)

2015-10-16 Thread zhangduo
HADOOP-12475. Replace guava Cache with ConcurrentHashMap for caching Connection in ipc Client (Walter Su via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8d2d3eb7 Tree:

[40/50] [abbrv] hadoop git commit: HDFS-9257. improve error message for "Absolute path required" in INode.java to contain the rejected path. Contributed by Marcell Szabo

2015-10-16 Thread zhangduo
HDFS-9257. improve error message for "Absolute path required" in INode.java to contain the rejected path. Contributed by Marcell Szabo Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/52ac73f3 Tree:

[16/50] [abbrv] hadoop git commit: YARN-4250. NPE in AppSchedulingInfo#isRequestLabelChanged. (Brahma Reddy Battula via rohithsharmaks)

2015-10-16 Thread zhangduo
YARN-4250. NPE in AppSchedulingInfo#isRequestLabelChanged. (Brahma Reddy Battula via rohithsharmaks) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d6c8bad8 Tree:

[47/50] [abbrv] hadoop git commit: YARN-2556. Tool to measure the performance of the timeline server (Chang Li via sjlee)

2015-10-16 Thread zhangduo
YARN-2556. Tool to measure the performance of the timeline server (Chang Li via sjlee) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/58590fef Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/58590fef Diff:

[39/50] [abbrv] hadoop git commit: Revert "Move HDFS-9205 to trunk in CHANGES.txt."

2015-10-16 Thread zhangduo
Revert "Move HDFS-9205 to trunk in CHANGES.txt." This reverts commit a49298d585f2cbd3bb81579f6e5d0d7b69126264. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a554701f Tree:

[12/50] [abbrv] hadoop git commit: HDFS-1172. Blocks in newly completed files are considered under-replicated too quickly. Contributed by Masatake Iwasaki.

2015-10-16 Thread zhangduo
HDFS-1172. Blocks in newly completed files are considered under-replicated too quickly. Contributed by Masatake Iwasaki. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2a987243 Tree:

[23/50] [abbrv] hadoop git commit: Revert "HDFS-9210. Fix some misuse of %n in VolumeScanner#printStats. Contributed by Xiaoyu Yao."

2015-10-16 Thread zhangduo
Revert "HDFS-9210. Fix some misuse of %n in VolumeScanner#printStats. Contributed by Xiaoyu Yao." This reverts commit 3d5085595286c0231f66543d1509247ad4bb5739. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a8070259

[02/50] [abbrv] hadoop git commit: HADOOP-12449. TestDNS and TestNetUtils failing if no network. (stevel)

2015-10-16 Thread zhangduo
HADOOP-12449. TestDNS and TestNetUtils failing if no network. (stevel) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/59e99801 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/59e99801 Diff:

[44/50] [abbrv] hadoop git commit: HDFS-9253. Refactor tests of libhdfs into a directory. Contributed by Haohui Mai.

2015-10-16 Thread zhangduo
HDFS-9253. Refactor tests of libhdfs into a directory. Contributed by Haohui Mai. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/79b8d60d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/79b8d60d Diff:

[43/50] [abbrv] hadoop git commit: HDFS-9253. Refactor tests of libhdfs into a directory. Contributed by Haohui Mai.

2015-10-16 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hadoop/blob/79b8d60d/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs-tests/test_libhdfs_threaded.c -- diff --git

[27/50] [abbrv] hadoop git commit: HDFS-9205. Do not schedule corrupt blocks for replication. (szetszwo)

2015-10-16 Thread zhangduo
HDFS-9205. Do not schedule corrupt blocks for replication. (szetszwo) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5411dc55 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5411dc55 Diff:

[21/50] [abbrv] hadoop git commit: HDFS-9238. Update TestFileCreation.testLeaseExpireHardLimit() to avoid using DataNodeTestUtils.getFile(). (Tony Wu via lei)

2015-10-16 Thread zhangduo
HDFS-9238. Update TestFileCreation.testLeaseExpireHardLimit() to avoid using DataNodeTestUtils.getFile(). (Tony Wu via lei) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ba3c1978 Tree:

[29/50] [abbrv] hadoop git commit: HDFS-9157. [OEV and OIV] : Unnecessary parsing for mandatory arguements if '-h' option is specified as the only option (Contributed by nijel)

2015-10-16 Thread zhangduo
HDFS-9157. [OEV and OIV] : Unnecessary parsing for mandatory arguements if '-h' option is specified as the only option (Contributed by nijel) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/08f5de1e Tree:

[05/50] [abbrv] hadoop git commit: HDFS-9235. hdfs-native-client build getting errors when built with cmake 2.6. Contributed by Eric Payne.

2015-10-16 Thread zhangduo
HDFS-9235. hdfs-native-client build getting errors when built with cmake 2.6. Contributed by Eric Payne. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/eb50c4f7 Tree:

[30/50] [abbrv] hadoop git commit: Revert "HADOOP-12436. GlobPattern regex library has performance issues with wildcard characters (Matthew Paduano via aw)"

2015-10-16 Thread zhangduo
Revert "HADOOP-12436. GlobPattern regex library has performance issues with wildcard characters (Matthew Paduano via aw)" This reverts commit 0d77e85f0aa503fdb826886d867fe61c9e984073. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[26/50] [abbrv] hadoop git commit: YARN-4258. Add support for controlling capabilities for docker containers. Contributed by Sidharta Seethana.

2015-10-16 Thread zhangduo
YARN-4258. Add support for controlling capabilities for docker containers. Contributed by Sidharta Seethana. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/63020c54 Tree:

[09/50] [abbrv] hadoop git commit: HDFS-9167. Update pom.xml in other modules to depend on hdfs-client instead of hdfs. Contributed by Mingliang Liu.

2015-10-16 Thread zhangduo
HDFS-9167. Update pom.xml in other modules to depend on hdfs-client instead of hdfs. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/da8441d0 Tree:

[03/50] [abbrv] hadoop git commit: HDFS-9145. Tracking methods that hold FSNamesytemLock for too long. Contributed by Mingliang Liu.

2015-10-16 Thread zhangduo
HDFS-9145. Tracking methods that hold FSNamesytemLock for too long. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d1e1925b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d1e1925b

[08/50] [abbrv] hadoop git commit: HDFS-8779. WebUI fails to display block IDs that are larger than 2^53 - 1. Contributed by Haohui Mai.

2015-10-16 Thread zhangduo
HDFS-8779. WebUI fails to display block IDs that are larger than 2^53 - 1. Contributed by Haohui Mai. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/aa299ecd Tree:

[14/50] [abbrv] hadoop git commit: YARN-4252. Log container-executor invocation details when exit code is non-zero. Contributed by Sidharta Seethana.

2015-10-16 Thread zhangduo
YARN-4252. Log container-executor invocation details when exit code is non-zero. Contributed by Sidharta Seethana. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fb9c1519 Tree:

[24/50] [abbrv] hadoop git commit: HDFS-9223. Code cleanup for DatanodeDescriptor and HeartbeatManager. Contributed by Jing Zhao.

2015-10-16 Thread zhangduo
HDFS-9223. Code cleanup for DatanodeDescriptor and HeartbeatManager. Contributed by Jing Zhao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/be7a0add Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/be7a0add

[07/50] [abbrv] hadoop git commit: HADOOP-10775. Shell operations to fail with meaningful errors on windows if winutils.exe not found. (stevel)

2015-10-16 Thread zhangduo
HADOOP-10775. Shell operations to fail with meaningful errors on windows if winutils.exe not found. (stevel) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c59af2fd Tree:

[34/50] [abbrv] hadoop git commit: HADOOP-12475. Move attribution to 2.8.0 section of CHANGES.txt.

2015-10-16 Thread zhangduo
HADOOP-12475. Move attribution to 2.8.0 section of CHANGES.txt. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5f3f0e0f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5f3f0e0f Diff:

[18/50] [abbrv] hadoop git commit: HADOOP-12364. Deleting pid file after stop is causing the daemons to keep restarting (Sigi Li via aw)

2015-10-16 Thread zhangduo
HADOOP-12364. Deleting pid file after stop is causing the daemons to keep restarting (Sigi Li via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/56dc7773 Tree:

[01/50] [abbrv] hadoop git commit: HADOOP-12474. MiniKMS should use random ports for Jetty server by default. Contributed by Mingliang Liu.

2015-10-16 Thread zhangduo
Repository: hadoop Updated Branches: refs/heads/HDFS-7966 d7e4ad4ad -> 8c0e0313d (forced update) HADOOP-12474. MiniKMS should use random ports for Jetty server by default. Contributed by Mingliang Liu. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit:

[50/50] [abbrv] hadoop git commit: HDFS-8671 Add client support for HTTP/2 stream channels

2015-10-16 Thread zhangduo
/hadoop/diff/8c0e0313 Branch: refs/heads/HDFS-7966 Commit: 8c0e0313de97b67f5d199df6230421dc7ea9e5be Parents: c24a64f Author: zhangduo <zhang...@wandoujia.com> Authored: Sat Oct 17 11:40:08 2015 +0800 Committer: zhangduo <zhang...@wandoujia.com> Committed: Sat Oct 17 11:40:0

[17/50] [abbrv] hadoop git commit: HADOOP-12436. GlobPattern regex library has performance issues with wildcard characters (Matthew Paduano via aw)

2015-10-16 Thread zhangduo
HADOOP-12436. GlobPattern regex library has performance issues with wildcard characters (Matthew Paduano via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0d77e85f Tree:

[15/50] [abbrv] hadoop git commit: YARN-4255. container-executor does not clean up docker operation command files. Contributed by Sidharta Seethana.

2015-10-16 Thread zhangduo
YARN-4255. container-executor does not clean up docker operation command files. Contributed by Sidharta Seethana. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/da1ee078 Tree:

[49/50] [abbrv] hadoop git commit: HDFS-8671 Add client support for HTTP/2 stream channels

2015-10-16 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hadoop/blob/8c0e0313/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/http2/TestHttp2DataReceiver.java -- diff --git

[35/50] [abbrv] hadoop git commit: HADOOP-12479. ProtocMojo does not log the reason for a protoc compilation failure. Contributed by Chris Nauroth.

2015-10-16 Thread zhangduo
HADOOP-12479. ProtocMojo does not log the reason for a protoc compilation failure. Contributed by Chris Nauroth. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fdd74062 Tree:

[25/50] [abbrv] hadoop git commit: HDFS-9188. Make block corruption related tests FsDataset-agnostic. (lei)

2015-10-16 Thread zhangduo
HDFS-9188. Make block corruption related tests FsDataset-agnostic. (lei) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c80b3a80 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c80b3a80 Diff:

[10/50] [abbrv] hadoop git commit: HDFS-9187. Fix null pointer error in Globber when FS was not constructed via FileSystem#createFileSystem (cmccabe)

2015-10-16 Thread zhangduo
HDFS-9187. Fix null pointer error in Globber when FS was not constructed via FileSystem#createFileSystem (cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d286032b Tree:

[38/50] [abbrv] hadoop git commit: YARN-4000. RM crashes with NPE if leaf queue becomes parent queue during restart. Contributed by Varun Saxena

2015-10-16 Thread zhangduo
YARN-4000. RM crashes with NPE if leaf queue becomes parent queue during restart. Contributed by Varun Saxena Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cf23f2c2 Tree:

[28/50] [abbrv] hadoop git commit: Move HDFS-9205 to trunk in CHANGES.txt.

2015-10-16 Thread zhangduo
Move HDFS-9205 to trunk in CHANGES.txt. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a49298d5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a49298d5 Diff:

[31/50] [abbrv] hadoop git commit: HDFS-9220. Reading small file (< 512 bytes) that is open for append fails due to incorrect checksum. Contributed by Jing Zhao.

2015-10-16 Thread zhangduo
HDFS-9220. Reading small file (< 512 bytes) that is open for append fails due to incorrect checksum. Contributed by Jing Zhao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c7c36cbd Tree:

[20/50] [abbrv] hadoop git commit: HADOOP-12478. Shell.getWinUtilsPath() has been renamed Shell.getWinutilsPath(). (stevel)

2015-10-16 Thread zhangduo
HADOOP-12478. Shell.getWinUtilsPath() has been renamed Shell.getWinutilsPath(). (stevel) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dfa78484 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dfa78484 Diff:

[22/50] [abbrv] hadoop git commit: HDFS-9210. Fix some misuse of %n in VolumeScanner#printStats. Contributed by Xiaoyu Yao.

2015-10-16 Thread zhangduo
HDFS-9210. Fix some misuse of %n in VolumeScanner#printStats. Contributed by Xiaoyu Yao. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3d508559 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3d508559 Diff:

[06/50] [abbrv] hadoop git commit: HADOOP-10775. Shell operations to fail with meaningful errors on windows if winutils.exe not found. (stevel)

2015-10-16 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hadoop/blob/c59af2fd/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestWinUtils.java -- diff --git

[11/50] [abbrv] hadoop git commit: Add HDFS-9187 to CHANGES.txt

2015-10-16 Thread zhangduo
Add HDFS-9187 to CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/40cac592 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/40cac592 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/40cac592

[04/50] [abbrv] hadoop git commit: HADOOP-11515. Upgrade jsch lib to jsch-0.1.51 to avoid problems running on java7. (stevel and ozawa)

2015-10-16 Thread zhangduo
HADOOP-11515. Upgrade jsch lib to jsch-0.1.51 to avoid problems running on java7. (stevel and ozawa) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/33fefa33 Tree:

[37/50] [abbrv] hadoop git commit: YARN-4000. RM crashes with NPE if leaf queue becomes parent queue during restart. Contributed by Varun Saxena

2015-10-16 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hadoop/blob/cf23f2c2/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/rmapp/TestRMAppTransitions.java

  1   2   >