[hadoop] branch trunk updated: HDFS-12245. Fix INodeId javadoc

2019-04-10 Thread aajisaka
This is an automated email from the ASF dual-hosted git repository. aajisaka pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 586826f HDFS-12245. Fix INodeId javadoc

[hadoop] branch ozone-0.4 updated: HDDS-1417. After successfully importing a container, datanode should delete the container tar.gz file from working directory. (#721)

2019-04-10 Thread bharat
This is an automated email from the ASF dual-hosted git repository. bharat pushed a commit to branch ozone-0.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/ozone-0.4 by this push: new 50d7c91 HDDS-1417. After successfully

[hadoop] branch trunk updated: HDDS-1417. After successfully importing a container, datanode should delete the container tar.gz file from working directory. (#721)

2019-04-10 Thread bharat
This is an automated email from the ASF dual-hosted git repository. bharat pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new e9c4109 HDDS-1417. After successfully importing

[hadoop] branch branch-2.9 updated: HDFS-10477. Stop decommission a rack of DataNodes caused NameNode fail over to standby. Contributed by yunjiong zhao and Wei-Chiu Chuang.

2019-04-10 Thread weichiu
This is an automated email from the ASF dual-hosted git repository. weichiu pushed a commit to branch branch-2.9 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-2.9 by this push: new 138b109 HDFS-10477. Stop decommission

[hadoop] branch branch-2 updated: HDFS-10477. Stop decommission a rack of DataNodes caused NameNode fail over to standby. Contributed by yunjiong zhao and Wei-Chiu Chuang.

2019-04-10 Thread weichiu
This is an automated email from the ASF dual-hosted git repository. weichiu pushed a commit to branch branch-2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-2 by this push: new 8af767b HDFS-10477. Stop decommission a

[hadoop] branch trunk updated: HADOOP-16243. Change Log Level to trace in NetUtils.java. Contributed by chencan.

2019-04-10 Thread arp
This is an automated email from the ASF dual-hosted git repository. arp pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 8740755 HADOOP-16243. Change Log Level to trace in

[hadoop] branch trunk updated: HDDS-1418. Move bang line to the start of the start-chaos.sh script. Contributed by Arpit Agarwal. (#720)

2019-04-10 Thread arp
This is an automated email from the ASF dual-hosted git repository. arp pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new feaab24 HDDS-1418. Move bang line to the start of

[hadoop] 01/01: Revert "HDDS-1370. Command Execution in Datanode fails because of NPE (#715)"

2019-04-10 Thread arp
This is an automated email from the ASF dual-hosted git repository. arp pushed a commit to branch revert-715-HDDS-1370 in repository https://gitbox.apache.org/repos/asf/hadoop.git commit 5b308cc38cb3167a6899d267efce63c5b1686f29 Author: Arpit Agarwal AuthorDate: Wed Apr 10 11:38:08 2019 -0700

[hadoop] branch revert-715-HDDS-1370 created (now 5b308cc)

2019-04-10 Thread arp
This is an automated email from the ASF dual-hosted git repository. arp pushed a change to branch revert-715-HDDS-1370 in repository https://gitbox.apache.org/repos/asf/hadoop.git. at 5b308cc Revert "HDDS-1370. Command Execution in Datanode fails because of NPE (#715)" This branch

[hadoop] branch trunk updated: HDFS-14420. Fix typo in KeyShell console. Contributed by Hu Xiaodong.

2019-04-10 Thread gifuma
This is an automated email from the ASF dual-hosted git repository. gifuma pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 813cee1 HDFS-14420. Fix typo in KeyShell

[hadoop] branch trunk updated: HDDS-1370. Command Execution in Datanode fails because of NPE (#715)

2019-04-10 Thread bharat
This is an automated email from the ASF dual-hosted git repository. bharat pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 0e770a6 HDDS-1370. Command Execution in Datanode

[hadoop] branch trunk updated: HDDS-1397. Avoid the usage of signal handlers in datanodes of the MiniOzoneClusters.

2019-04-10 Thread elek
This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new dfb518b HDDS-1397. Avoid the usage of signal

[hadoop] branch trunk updated: HADOOP-16179. hadoop-common pom should not depend on kerb-simplekdc

2019-04-10 Thread todd
This is an automated email from the ASF dual-hosted git repository. todd pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 65deb1a HADOOP-16179. hadoop-common pom should not

[hadoop] branch trunk updated: HADOOP-16240. start-build-env.sh can consume all disk space during image creation. Contributed by Craig Condit.

2019-04-10 Thread aengineer
This is an automated email from the ASF dual-hosted git repository. aengineer pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new d8239f3 HADOOP-16240. start-build-env.sh can

[hadoop] branch branch-2.8 updated: HADOOP-11572. s3a delete() operation fails during a concurrent delete of child entries. Contributed by Steve Loughran.

2019-04-10 Thread kihwal
This is an automated email from the ASF dual-hosted git repository. kihwal pushed a commit to branch branch-2.8 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-2.8 by this push: new 5edcd82 HADOOP-11572. s3a delete()

[hadoop] branch branch-3.0 updated: YARN-9463. Add queueName info when failing with queue capacity sanity check. Contributed by Aihua Xu.

2019-04-10 Thread wwei
This is an automated email from the ASF dual-hosted git repository. wwei pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 5d85a34 YARN-9463. Add queueName info

[hadoop] branch branch-3.1 updated: YARN-9463. Add queueName info when failing with queue capacity sanity check. Contributed by Aihua Xu.

2019-04-10 Thread wwei
This is an automated email from the ASF dual-hosted git repository. wwei pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new c37065e YARN-9463. Add queueName info

[hadoop] branch branch-3.2 updated: YARN-9463. Add queueName info when failing with queue capacity sanity check. Contributed by Aihua Xu.

2019-04-10 Thread wwei
This is an automated email from the ASF dual-hosted git repository. wwei pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new db185de YARN-9463. Add queueName info

[hadoop] branch trunk updated: YARN-9463. Add queueName info when failing with queue capacity sanity check. Contributed by Aihua Xu.

2019-04-10 Thread wwei
This is an automated email from the ASF dual-hosted git repository. wwei pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 8c1bba3 YARN-9463. Add queueName info when failing

[hadoop] branch trunk updated: HDDS-1401. Static ContainerCache in Datanodes can result in overwrite of container db. Contributed by Mukul Kumar Singh. (#708)

2019-04-10 Thread nanda
This is an automated email from the ASF dual-hosted git repository. nanda pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new df01469 HDDS-1401. Static ContainerCache in

[hadoop] branch trunk updated: YARN-9433. Remove unused constants in YARN resource manager

2019-04-10 Thread aajisaka
This is an automated email from the ASF dual-hosted git repository. aajisaka pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/trunk by this push: new 32722d2 YARN-9433. Remove unused constants in