You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/08/01 15:37:21 UTC

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/

[Jul 31, 2017 8:00:10 AM] (aajisaka) HADOOP-14677. mvn clean compile fails. Contributed by Andras Bokor.
[Jul 31, 2017 6:33:55 PM] (arp) HDFS-12082. BlockInvalidateLimit value is incorrectly set after namenode
[Jul 31, 2017 9:09:16 PM] (junping_du) Revert "MAPREDUCE-5875. Make Counter limits consistent across JobClient,
[Jul 31, 2017 10:07:22 PM] (wang) HADOOP-14420. generateReports property is not applicable for
[Jul 31, 2017 10:09:34 PM] (wang) HADOOP-14644. Increase max heap size of Maven javadoc plugin.
[Aug 1, 2017 12:02:44 AM] (arp) HDFS-12154. Incorrect javadoc description in
[Aug 1, 2017 1:53:32 AM] (aajisaka) YARN-6873. Moving logging APIs over to slf4j in
[Aug 1, 2017 3:03:43 AM] (aw) HADOOP-14343. Wrong pid file name in error message when starting secure
[Aug 1, 2017 3:12:40 AM] (lei) HADOOP-14397. Pull up the builder pattern to FileSystem and add
[Aug 1, 2017 3:15:03 AM] (aajisaka) Revert "YARN-6873. Moving logging APIs over to slf4j in
[Aug 1, 2017 5:56:42 AM] (aajisaka) MAPREDUCE-6921. TestUmbilicalProtocolWithJobToken#testJobTokenRpc fails.
[Aug 1, 2017 6:15:43 AM] (aajisaka) HADOOP-14245. Use Mockito.when instead of Mockito.stub. Contributed by




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNUpgradeUtil$1.visitFile(Path, BasicFileAttributes) due to return value of called method Dereferenced at NNUpgradeUtil.java:org.apache.hadoop.hdfs.server.namenode.NNUpgradeUtil$1.visitFile(Path, BasicFileAttributes) due to return value of called method Dereferenced at NNUpgradeUtil.java:[line 133] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFSStriped 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailureWithRandomECPolicy 
       hadoop.yarn.server.resourcemanager.security.TestDelegationTokenRenewer 
       hadoop.yarn.server.TestContainerManagerSecurity 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.client.api.impl.TestAMRMProxy 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 

    Timed out junit tests :

       org.apache.hadoop.hdfs.server.blockmanagement.TestBlockStatsMXBean 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/diff-compile-javac-root.txt  [308K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/whitespace-eol.txt  [12M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [340K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [52K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/481/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/

[Aug 7, 2017 7:45:46 AM] (sunilg) YARN-6951. Fix debug log when Resource Handler chain is enabled.
[Aug 7, 2017 9:47:33 AM] (aajisaka) HDFS-12198. Document missing namenode metrics that were added recently.
[Aug 7, 2017 9:56:00 AM] (aajisaka) YARN-6873. Moving logging APIs over to slf4j in
[Aug 7, 2017 10:25:40 AM] (aajisaka) YARN-6957. Moving logging APIs over to slf4j in
[Aug 7, 2017 11:30:10 AM] (kai.zheng) HDFS-12306. Add audit log for some erasure coding operations.
[Aug 7, 2017 5:25:52 PM] (xiao) HADOOP-14727. Socket not closed properly when reading Configurations
[Aug 7, 2017 6:32:21 PM] (wangda) YARN-4161. Capacity Scheduler : Assign single or multiple containers per
[Aug 7, 2017 10:05:10 PM] (arp) HDFS-12264. DataNode uses a deprecated method IoUtils#cleanup.
[Aug 7, 2017 11:58:29 PM] (subru) YARN-6955. Handle concurrent register AM requests in
[Aug 8, 2017 1:59:25 AM] (Arun Suresh) YARN-6920. Fix resource leak that happens during container
[Aug 8, 2017 4:31:28 AM] (cdouglas) HADOOP-14730. Support protobuf FileStatus in AdlFileSystem.




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy 
       hadoop.hdfs.TestRollingUpgrade 
       hadoop.hdfs.server.namenode.TestNameNodeMetadataConsistency 
       hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFSStriped 
       hadoop.fs.http.client.TestHttpFSFWithSWebhdfsFileSystem 
       hadoop.yarn.server.nodemanager.containermanager.TestContainerManager 
       hadoop.yarn.server.resourcemanager.security.TestDelegationTokenRenewer 
       hadoop.yarn.server.TestDiskFailures 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestSubmitApplicationWithRMHA 
       org.apache.hadoop.yarn.server.resourcemanager.TestKillApplicationWithRMHA 
       org.apache.hadoop.yarn.client.api.impl.TestOpportunisticContainerAllocation 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-compile-javac-root.txt  [312K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [308K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs-httpfs.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/

[Aug 7, 2017 7:45:46 AM] (sunilg) YARN-6951. Fix debug log when Resource Handler chain is enabled.
[Aug 7, 2017 9:47:33 AM] (aajisaka) HDFS-12198. Document missing namenode metrics that were added recently.
[Aug 7, 2017 9:56:00 AM] (aajisaka) YARN-6873. Moving logging APIs over to slf4j in
[Aug 7, 2017 10:25:40 AM] (aajisaka) YARN-6957. Moving logging APIs over to slf4j in
[Aug 7, 2017 11:30:10 AM] (kai.zheng) HDFS-12306. Add audit log for some erasure coding operations.
[Aug 7, 2017 5:25:52 PM] (xiao) HADOOP-14727. Socket not closed properly when reading Configurations
[Aug 7, 2017 6:32:21 PM] (wangda) YARN-4161. Capacity Scheduler : Assign single or multiple containers per
[Aug 7, 2017 10:05:10 PM] (arp) HDFS-12264. DataNode uses a deprecated method IoUtils#cleanup.
[Aug 7, 2017 11:58:29 PM] (subru) YARN-6955. Handle concurrent register AM requests in
[Aug 8, 2017 1:59:25 AM] (Arun Suresh) YARN-6920. Fix resource leak that happens during container
[Aug 8, 2017 4:31:28 AM] (cdouglas) HADOOP-14730. Support protobuf FileStatus in AdlFileSystem.




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy 
       hadoop.hdfs.TestRollingUpgrade 
       hadoop.hdfs.server.namenode.TestNameNodeMetadataConsistency 
       hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFSStriped 
       hadoop.fs.http.client.TestHttpFSFWithSWebhdfsFileSystem 
       hadoop.yarn.server.nodemanager.containermanager.TestContainerManager 
       hadoop.yarn.server.resourcemanager.security.TestDelegationTokenRenewer 
       hadoop.yarn.server.TestDiskFailures 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestSubmitApplicationWithRMHA 
       org.apache.hadoop.yarn.server.resourcemanager.TestKillApplicationWithRMHA 
       org.apache.hadoop.yarn.client.api.impl.TestOpportunisticContainerAllocation 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-compile-javac-root.txt  [312K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [308K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs-httpfs.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/

[Aug 7, 2017 7:45:46 AM] (sunilg) YARN-6951. Fix debug log when Resource Handler chain is enabled.
[Aug 7, 2017 9:47:33 AM] (aajisaka) HDFS-12198. Document missing namenode metrics that were added recently.
[Aug 7, 2017 9:56:00 AM] (aajisaka) YARN-6873. Moving logging APIs over to slf4j in
[Aug 7, 2017 10:25:40 AM] (aajisaka) YARN-6957. Moving logging APIs over to slf4j in
[Aug 7, 2017 11:30:10 AM] (kai.zheng) HDFS-12306. Add audit log for some erasure coding operations.
[Aug 7, 2017 5:25:52 PM] (xiao) HADOOP-14727. Socket not closed properly when reading Configurations
[Aug 7, 2017 6:32:21 PM] (wangda) YARN-4161. Capacity Scheduler : Assign single or multiple containers per
[Aug 7, 2017 10:05:10 PM] (arp) HDFS-12264. DataNode uses a deprecated method IoUtils#cleanup.
[Aug 7, 2017 11:58:29 PM] (subru) YARN-6955. Handle concurrent register AM requests in
[Aug 8, 2017 1:59:25 AM] (Arun Suresh) YARN-6920. Fix resource leak that happens during container
[Aug 8, 2017 4:31:28 AM] (cdouglas) HADOOP-14730. Support protobuf FileStatus in AdlFileSystem.




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy 
       hadoop.hdfs.TestRollingUpgrade 
       hadoop.hdfs.server.namenode.TestNameNodeMetadataConsistency 
       hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFSStriped 
       hadoop.fs.http.client.TestHttpFSFWithSWebhdfsFileSystem 
       hadoop.yarn.server.nodemanager.containermanager.TestContainerManager 
       hadoop.yarn.server.resourcemanager.security.TestDelegationTokenRenewer 
       hadoop.yarn.server.TestDiskFailures 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestSubmitApplicationWithRMHA 
       org.apache.hadoop.yarn.server.resourcemanager.TestKillApplicationWithRMHA 
       org.apache.hadoop.yarn.client.api.impl.TestOpportunisticContainerAllocation 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-compile-javac-root.txt  [312K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [308K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs-httpfs.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/

[Aug 7, 2017 7:45:46 AM] (sunilg) YARN-6951. Fix debug log when Resource Handler chain is enabled.
[Aug 7, 2017 9:47:33 AM] (aajisaka) HDFS-12198. Document missing namenode metrics that were added recently.
[Aug 7, 2017 9:56:00 AM] (aajisaka) YARN-6873. Moving logging APIs over to slf4j in
[Aug 7, 2017 10:25:40 AM] (aajisaka) YARN-6957. Moving logging APIs over to slf4j in
[Aug 7, 2017 11:30:10 AM] (kai.zheng) HDFS-12306. Add audit log for some erasure coding operations.
[Aug 7, 2017 5:25:52 PM] (xiao) HADOOP-14727. Socket not closed properly when reading Configurations
[Aug 7, 2017 6:32:21 PM] (wangda) YARN-4161. Capacity Scheduler : Assign single or multiple containers per
[Aug 7, 2017 10:05:10 PM] (arp) HDFS-12264. DataNode uses a deprecated method IoUtils#cleanup.
[Aug 7, 2017 11:58:29 PM] (subru) YARN-6955. Handle concurrent register AM requests in
[Aug 8, 2017 1:59:25 AM] (Arun Suresh) YARN-6920. Fix resource leak that happens during container
[Aug 8, 2017 4:31:28 AM] (cdouglas) HADOOP-14730. Support protobuf FileStatus in AdlFileSystem.




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy 
       hadoop.hdfs.TestRollingUpgrade 
       hadoop.hdfs.server.namenode.TestNameNodeMetadataConsistency 
       hadoop.hdfs.server.blockmanagement.TestBlockTokenWithDFSStriped 
       hadoop.fs.http.client.TestHttpFSFWithSWebhdfsFileSystem 
       hadoop.yarn.server.nodemanager.containermanager.TestContainerManager 
       hadoop.yarn.server.resourcemanager.security.TestDelegationTokenRenewer 
       hadoop.yarn.server.TestDiskFailures 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestSubmitApplicationWithRMHA 
       org.apache.hadoop.yarn.server.resourcemanager.TestKillApplicationWithRMHA 
       org.apache.hadoop.yarn.client.api.impl.TestOpportunisticContainerAllocation 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-compile-javac-root.txt  [312K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [308K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs-httpfs.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/486/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/

[Aug 6, 2017 7:19:23 PM] (stevel) HADOOP-14722. Azure: BlockBlobInputStream position incorrect after seek.




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure150 
       hadoop.hdfs.server.namenode.TestCacheDirectives 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFSAppStarvation 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.fs.adl.TestGetFileStatus 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestRMStoreCommands 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-compile-javac-root.txt  [324K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [248K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt  [16K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/

[Aug 6, 2017 7:19:23 PM] (stevel) HADOOP-14722. Azure: BlockBlobInputStream position incorrect after seek.




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure150 
       hadoop.hdfs.server.namenode.TestCacheDirectives 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFSAppStarvation 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.fs.adl.TestGetFileStatus 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestRMStoreCommands 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-compile-javac-root.txt  [324K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [248K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt  [16K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/

[Aug 6, 2017 7:19:23 PM] (stevel) HADOOP-14722. Azure: BlockBlobInputStream position incorrect after seek.




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure150 
       hadoop.hdfs.server.namenode.TestCacheDirectives 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFSAppStarvation 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.fs.adl.TestGetFileStatus 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestRMStoreCommands 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-compile-javac-root.txt  [324K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [248K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt  [16K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/

[Aug 6, 2017 7:19:23 PM] (stevel) HADOOP-14722. Azure: BlockBlobInputStream position incorrect after seek.




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure150 
       hadoop.hdfs.server.namenode.TestCacheDirectives 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFSAppStarvation 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.fs.adl.TestGetFileStatus 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestRMStoreCommands 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-compile-javac-root.txt  [324K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [248K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/485/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt  [16K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/

[Aug 4, 2017 4:40:45 PM] (jzhuge) HADOOP-14471. Upgrade Jetty to latest 9.3 version. Contributed by John
[Aug 4, 2017 5:40:52 PM] (arp) HADOOP-13963. /bin/bash is hard coded in some of the scripts.
[Aug 4, 2017 6:21:58 PM] (lei) HDFS-12251. Add document for StreamCapabilities. (Lei (Eddy) Xu)
[Aug 4, 2017 7:51:33 PM] (arp) HDFS-12224. Add tests to TestJournalNodeSync for sync after JN downtime.
[Aug 4, 2017 11:03:56 PM] (junping_du) YARN-6811. [ATS1.5] All history logs should be kept under its own User
[Aug 4, 2017 11:46:59 PM] (arp) HADOOP-14685. Exclude some test jars from hadoop-client-minicluster jar.




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.security.TestRaceWhenRelogin 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure080 
       hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy 
       hadoop.hdfs.TestRollingUpgrade 
       hadoop.hdfs.server.namenode.TestNameNodeMetadataConsistency 
       hadoop.hdfs.server.datanode.TestDataNodeErasureCodingMetrics 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.yarn.server.router.webapp.TestRouterWebServicesREST 
       hadoop.fs.adl.TestGetFileStatus 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestSubmitApplicationWithRMHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-compile-javac-root.txt  [324K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [312K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt  [416K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt  [16K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/

[Aug 4, 2017 4:40:45 PM] (jzhuge) HADOOP-14471. Upgrade Jetty to latest 9.3 version. Contributed by John
[Aug 4, 2017 5:40:52 PM] (arp) HADOOP-13963. /bin/bash is hard coded in some of the scripts.
[Aug 4, 2017 6:21:58 PM] (lei) HDFS-12251. Add document for StreamCapabilities. (Lei (Eddy) Xu)
[Aug 4, 2017 7:51:33 PM] (arp) HDFS-12224. Add tests to TestJournalNodeSync for sync after JN downtime.
[Aug 4, 2017 11:03:56 PM] (junping_du) YARN-6811. [ATS1.5] All history logs should be kept under its own User
[Aug 4, 2017 11:46:59 PM] (arp) HADOOP-14685. Exclude some test jars from hadoop-client-minicluster jar.




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.security.TestRaceWhenRelogin 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure080 
       hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy 
       hadoop.hdfs.TestRollingUpgrade 
       hadoop.hdfs.server.namenode.TestNameNodeMetadataConsistency 
       hadoop.hdfs.server.datanode.TestDataNodeErasureCodingMetrics 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.yarn.server.router.webapp.TestRouterWebServicesREST 
       hadoop.fs.adl.TestGetFileStatus 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestSubmitApplicationWithRMHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-compile-javac-root.txt  [324K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [312K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt  [416K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt  [16K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/

[Aug 4, 2017 4:40:45 PM] (jzhuge) HADOOP-14471. Upgrade Jetty to latest 9.3 version. Contributed by John
[Aug 4, 2017 5:40:52 PM] (arp) HADOOP-13963. /bin/bash is hard coded in some of the scripts.
[Aug 4, 2017 6:21:58 PM] (lei) HDFS-12251. Add document for StreamCapabilities. (Lei (Eddy) Xu)
[Aug 4, 2017 7:51:33 PM] (arp) HDFS-12224. Add tests to TestJournalNodeSync for sync after JN downtime.
[Aug 4, 2017 11:03:56 PM] (junping_du) YARN-6811. [ATS1.5] All history logs should be kept under its own User
[Aug 4, 2017 11:46:59 PM] (arp) HADOOP-14685. Exclude some test jars from hadoop-client-minicluster jar.




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.security.TestRaceWhenRelogin 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure080 
       hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy 
       hadoop.hdfs.TestRollingUpgrade 
       hadoop.hdfs.server.namenode.TestNameNodeMetadataConsistency 
       hadoop.hdfs.server.datanode.TestDataNodeErasureCodingMetrics 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.yarn.server.router.webapp.TestRouterWebServicesREST 
       hadoop.fs.adl.TestGetFileStatus 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestSubmitApplicationWithRMHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-compile-javac-root.txt  [324K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [312K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt  [416K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt  [16K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/

[Aug 4, 2017 4:40:45 PM] (jzhuge) HADOOP-14471. Upgrade Jetty to latest 9.3 version. Contributed by John
[Aug 4, 2017 5:40:52 PM] (arp) HADOOP-13963. /bin/bash is hard coded in some of the scripts.
[Aug 4, 2017 6:21:58 PM] (lei) HDFS-12251. Add document for StreamCapabilities. (Lei (Eddy) Xu)
[Aug 4, 2017 7:51:33 PM] (arp) HDFS-12224. Add tests to TestJournalNodeSync for sync after JN downtime.
[Aug 4, 2017 11:03:56 PM] (junping_du) YARN-6811. [ATS1.5] All history logs should be kept under its own User
[Aug 4, 2017 11:46:59 PM] (arp) HADOOP-14685. Exclude some test jars from hadoop-client-minicluster jar.




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.security.TestRaceWhenRelogin 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure080 
       hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy 
       hadoop.hdfs.TestRollingUpgrade 
       hadoop.hdfs.server.namenode.TestNameNodeMetadataConsistency 
       hadoop.hdfs.server.datanode.TestDataNodeErasureCodingMetrics 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.yarn.server.router.webapp.TestRouterWebServicesREST 
       hadoop.fs.adl.TestGetFileStatus 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestSubmitApplicationWithRMHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-compile-javac-root.txt  [324K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [312K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-router.txt  [416K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/484/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt  [16K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/

[Aug 2, 2017 7:03:25 AM] (jianhe) YARN-6872. [Addendum patch] Ensure apps could run given NodeLabels are
[Aug 2, 2017 11:48:06 AM] (stevel) HADOOP-14709. Fix checkstyle warnings in ContractTestUtils. Contributed
[Aug 2, 2017 3:59:33 PM] (epayne) YARN-6846. Nodemanager can fail to fully delete application local
[Aug 2, 2017 4:25:19 PM] (yufei) YARN-6895. [FairScheduler] Preemption reservation may cause regular
[Aug 2, 2017 5:53:22 PM] (epayne) YARN-5349.
[Aug 2, 2017 6:25:05 PM] (mackrorysd) HADOOP-13595. Rework hadoop_usage to be broken up by
[Aug 2, 2017 7:12:48 PM] (cdouglas) HDFS-6984. Serialize FileStatus via protobuf.
[Aug 2, 2017 9:22:46 PM] (manojpec) HDFS-9388. Decommission related code to support Maintenance State for
[Aug 3, 2017 1:57:10 PM] (sunilg) YARN-6678. Handle IllegalStateException in Async Scheduling mode of
[Aug 3, 2017 4:52:35 PM] (haibochen) YARN-6674 Add memory cgroup settings for opportunistic containers. 
[Aug 3, 2017 4:56:51 PM] (haibochen) YARN-6673 Add cpu cgroup configurations for opportunistic containers.
[Aug 3, 2017 6:33:37 PM] (yufei) YARN-6832. Tests use assertTrue(....equals(...)) instead of
[Aug 3, 2017 6:44:34 PM] (yufei) MAPREDUCE-6914. Tests use assertTrue(....equals(...)) instead of
[Aug 3, 2017 9:18:03 PM] (subru) YARN-6932. Fix TestFederationRMFailoverProxyProvider test case failure.
[Aug 3, 2017 10:44:51 PM] (wang) HDFS-12131. Add some of the FSNamesystem JMX values as metrics.
[Aug 4, 2017 4:15:40 AM] (Arun Suresh) YARN-5977. ContainerManagementProtocol changes to support change of
[Aug 4, 2017 5:35:57 AM] (aajisaka) HADOOP-14706. Adding a helper method to determine whether a log is Log4j
[Aug 4, 2017 10:09:08 AM] (stevel) HADOOP-14126. Remove jackson, joda and other transient aws SDK




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.ipc.TestIPC 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailureWithRandomECPolicy 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure080 
       hadoop.yarn.server.resourcemanager.security.TestDelegationTokenRenewer 
       hadoop.yarn.client.api.impl.TestAMRMProxy 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.fs.adl.TestGetFileStatus 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestRMStoreCommands 
       org.apache.hadoop.yarn.server.resourcemanager.recovery.TestZKRMStateStore 
       org.apache.hadoop.yarn.server.resourcemanager.TestKillApplicationWithRMHA 
       org.apache.hadoop.yarn.server.resourcemanager.TestRMHAForNodeLabels 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-compile-javac-root.txt  [324K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [248K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [52K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt  [16K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/

[Aug 2, 2017 7:03:25 AM] (jianhe) YARN-6872. [Addendum patch] Ensure apps could run given NodeLabels are
[Aug 2, 2017 11:48:06 AM] (stevel) HADOOP-14709. Fix checkstyle warnings in ContractTestUtils. Contributed
[Aug 2, 2017 3:59:33 PM] (epayne) YARN-6846. Nodemanager can fail to fully delete application local
[Aug 2, 2017 4:25:19 PM] (yufei) YARN-6895. [FairScheduler] Preemption reservation may cause regular
[Aug 2, 2017 5:53:22 PM] (epayne) YARN-5349.
[Aug 2, 2017 6:25:05 PM] (mackrorysd) HADOOP-13595. Rework hadoop_usage to be broken up by
[Aug 2, 2017 7:12:48 PM] (cdouglas) HDFS-6984. Serialize FileStatus via protobuf.
[Aug 2, 2017 9:22:46 PM] (manojpec) HDFS-9388. Decommission related code to support Maintenance State for
[Aug 3, 2017 1:57:10 PM] (sunilg) YARN-6678. Handle IllegalStateException in Async Scheduling mode of
[Aug 3, 2017 4:52:35 PM] (haibochen) YARN-6674 Add memory cgroup settings for opportunistic containers. 
[Aug 3, 2017 4:56:51 PM] (haibochen) YARN-6673 Add cpu cgroup configurations for opportunistic containers.
[Aug 3, 2017 6:33:37 PM] (yufei) YARN-6832. Tests use assertTrue(....equals(...)) instead of
[Aug 3, 2017 6:44:34 PM] (yufei) MAPREDUCE-6914. Tests use assertTrue(....equals(...)) instead of
[Aug 3, 2017 9:18:03 PM] (subru) YARN-6932. Fix TestFederationRMFailoverProxyProvider test case failure.
[Aug 3, 2017 10:44:51 PM] (wang) HDFS-12131. Add some of the FSNamesystem JMX values as metrics.
[Aug 4, 2017 4:15:40 AM] (Arun Suresh) YARN-5977. ContainerManagementProtocol changes to support change of
[Aug 4, 2017 5:35:57 AM] (aajisaka) HADOOP-14706. Adding a helper method to determine whether a log is Log4j
[Aug 4, 2017 10:09:08 AM] (stevel) HADOOP-14126. Remove jackson, joda and other transient aws SDK




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.ipc.TestIPC 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailureWithRandomECPolicy 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure080 
       hadoop.yarn.server.resourcemanager.security.TestDelegationTokenRenewer 
       hadoop.yarn.client.api.impl.TestAMRMProxy 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.fs.adl.TestGetFileStatus 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestRMStoreCommands 
       org.apache.hadoop.yarn.server.resourcemanager.recovery.TestZKRMStateStore 
       org.apache.hadoop.yarn.server.resourcemanager.TestKillApplicationWithRMHA 
       org.apache.hadoop.yarn.server.resourcemanager.TestRMHAForNodeLabels 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-compile-javac-root.txt  [324K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [248K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [52K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt  [16K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/

[Aug 2, 2017 7:03:25 AM] (jianhe) YARN-6872. [Addendum patch] Ensure apps could run given NodeLabels are
[Aug 2, 2017 11:48:06 AM] (stevel) HADOOP-14709. Fix checkstyle warnings in ContractTestUtils. Contributed
[Aug 2, 2017 3:59:33 PM] (epayne) YARN-6846. Nodemanager can fail to fully delete application local
[Aug 2, 2017 4:25:19 PM] (yufei) YARN-6895. [FairScheduler] Preemption reservation may cause regular
[Aug 2, 2017 5:53:22 PM] (epayne) YARN-5349.
[Aug 2, 2017 6:25:05 PM] (mackrorysd) HADOOP-13595. Rework hadoop_usage to be broken up by
[Aug 2, 2017 7:12:48 PM] (cdouglas) HDFS-6984. Serialize FileStatus via protobuf.
[Aug 2, 2017 9:22:46 PM] (manojpec) HDFS-9388. Decommission related code to support Maintenance State for
[Aug 3, 2017 1:57:10 PM] (sunilg) YARN-6678. Handle IllegalStateException in Async Scheduling mode of
[Aug 3, 2017 4:52:35 PM] (haibochen) YARN-6674 Add memory cgroup settings for opportunistic containers. 
[Aug 3, 2017 4:56:51 PM] (haibochen) YARN-6673 Add cpu cgroup configurations for opportunistic containers.
[Aug 3, 2017 6:33:37 PM] (yufei) YARN-6832. Tests use assertTrue(....equals(...)) instead of
[Aug 3, 2017 6:44:34 PM] (yufei) MAPREDUCE-6914. Tests use assertTrue(....equals(...)) instead of
[Aug 3, 2017 9:18:03 PM] (subru) YARN-6932. Fix TestFederationRMFailoverProxyProvider test case failure.
[Aug 3, 2017 10:44:51 PM] (wang) HDFS-12131. Add some of the FSNamesystem JMX values as metrics.
[Aug 4, 2017 4:15:40 AM] (Arun Suresh) YARN-5977. ContainerManagementProtocol changes to support change of
[Aug 4, 2017 5:35:57 AM] (aajisaka) HADOOP-14706. Adding a helper method to determine whether a log is Log4j
[Aug 4, 2017 10:09:08 AM] (stevel) HADOOP-14126. Remove jackson, joda and other transient aws SDK




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.ipc.TestIPC 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailureWithRandomECPolicy 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure080 
       hadoop.yarn.server.resourcemanager.security.TestDelegationTokenRenewer 
       hadoop.yarn.client.api.impl.TestAMRMProxy 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.fs.adl.TestGetFileStatus 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestRMStoreCommands 
       org.apache.hadoop.yarn.server.resourcemanager.recovery.TestZKRMStateStore 
       org.apache.hadoop.yarn.server.resourcemanager.TestKillApplicationWithRMHA 
       org.apache.hadoop.yarn.server.resourcemanager.TestRMHAForNodeLabels 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-compile-javac-root.txt  [324K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [248K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [52K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt  [16K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/

[Aug 2, 2017 7:03:25 AM] (jianhe) YARN-6872. [Addendum patch] Ensure apps could run given NodeLabels are
[Aug 2, 2017 11:48:06 AM] (stevel) HADOOP-14709. Fix checkstyle warnings in ContractTestUtils. Contributed
[Aug 2, 2017 3:59:33 PM] (epayne) YARN-6846. Nodemanager can fail to fully delete application local
[Aug 2, 2017 4:25:19 PM] (yufei) YARN-6895. [FairScheduler] Preemption reservation may cause regular
[Aug 2, 2017 5:53:22 PM] (epayne) YARN-5349.
[Aug 2, 2017 6:25:05 PM] (mackrorysd) HADOOP-13595. Rework hadoop_usage to be broken up by
[Aug 2, 2017 7:12:48 PM] (cdouglas) HDFS-6984. Serialize FileStatus via protobuf.
[Aug 2, 2017 9:22:46 PM] (manojpec) HDFS-9388. Decommission related code to support Maintenance State for
[Aug 3, 2017 1:57:10 PM] (sunilg) YARN-6678. Handle IllegalStateException in Async Scheduling mode of
[Aug 3, 2017 4:52:35 PM] (haibochen) YARN-6674 Add memory cgroup settings for opportunistic containers. 
[Aug 3, 2017 4:56:51 PM] (haibochen) YARN-6673 Add cpu cgroup configurations for opportunistic containers.
[Aug 3, 2017 6:33:37 PM] (yufei) YARN-6832. Tests use assertTrue(....equals(...)) instead of
[Aug 3, 2017 6:44:34 PM] (yufei) MAPREDUCE-6914. Tests use assertTrue(....equals(...)) instead of
[Aug 3, 2017 9:18:03 PM] (subru) YARN-6932. Fix TestFederationRMFailoverProxyProvider test case failure.
[Aug 3, 2017 10:44:51 PM] (wang) HDFS-12131. Add some of the FSNamesystem JMX values as metrics.
[Aug 4, 2017 4:15:40 AM] (Arun Suresh) YARN-5977. ContainerManagementProtocol changes to support change of
[Aug 4, 2017 5:35:57 AM] (aajisaka) HADOOP-14706. Adding a helper method to determine whether a log is Log4j
[Aug 4, 2017 10:09:08 AM] (stevel) HADOOP-14126. Remove jackson, joda and other transient aws SDK




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.ipc.TestIPC 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailureWithRandomECPolicy 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure080 
       hadoop.yarn.server.resourcemanager.security.TestDelegationTokenRenewer 
       hadoop.yarn.client.api.impl.TestAMRMProxy 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.fs.adl.TestGetFileStatus 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestRMStoreCommands 
       org.apache.hadoop.yarn.server.resourcemanager.recovery.TestZKRMStateStore 
       org.apache.hadoop.yarn.server.resourcemanager.TestKillApplicationWithRMHA 
       org.apache.hadoop.yarn.server.resourcemanager.TestRMHAForNodeLabels 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-compile-javac-root.txt  [324K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/whitespace-eol.txt  [11M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [248K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [52K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/483/artifact/out/patch-unit-hadoop-tools_hadoop-azure-datalake.txt  [16K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/

[Aug 1, 2017 4:56:33 PM] (jianhe) YARN-6872. Ensure apps could run given NodeLabels are disabled post RM
[Aug 1, 2017 8:31:44 PM] (arp) HDFS-14676. Wrong default value for fs.df.interval. Contributed by
[Aug 1, 2017 8:34:25 PM] (mackrorysd) HDFS-12151. Hadoop 2 clients cannot writeBlock to Hadoop 3 DataNodes.
[Aug 1, 2017 8:36:28 PM] (stevel) HADOOP-14660 wasb: improve throughput by 34% when account limit
[Aug 1, 2017 10:13:29 PM] (wang) HADOOP-14701. Configuration can log misleading warnings about an attempt
[Aug 1, 2017 11:00:53 PM] (lei) HADOOP-14495. Add set options interface to FSDataOutputStreamBuilder.
[Aug 1, 2017 11:28:20 PM] (manojpec) HDFS-12217. HDFS snapshots doesn't capture all open files when one of
[Aug 2, 2017 12:13:02 AM] (junping_du) HADOOP-14683. FileStatus.compareTo binary compatible issue. Contributed
[Aug 2, 2017 12:28:17 AM] (Carlo Curino) YARN-5300. Exclude generated federation protobuf sources from YARN
[Aug 2, 2017 12:28:17 AM] (Carlo Curino) YARN-3662. Federation Membership State Store internal APIs.
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-5406. In-memory based implementation of the
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-5390. Federation Subcluster Resolver. Contributed by Ellen Hui.
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-5307. Federation Application State Store internal APIs
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-3664. Federation PolicyStore internal APIs
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5408. Compose Federation membership/application/policy APIs into an
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5407. In-memory based implementation of the
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5519. Add SubClusterId in AddApplicationHomeSubClusterResponse for
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-3672. Create Facade for Federation State and Policy Store.
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5467. InputValidator for the FederationStateStore internal APIs.
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-3673. Create a FailoverProxy for Federation services. Contributed
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-3671. Integrate Federation services with ResourceManager.
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-5612. Return SubClusterId in
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-5601. Make the RM epoch base value configurable. Contributed by
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-5323. Policies APIs for Federation Router and AMRMProxy policies.
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5324. Stateless Federation router policies implementation. (Carlo
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5325. Stateless ARMRMProxy policies implementation. (Carlo Curino
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5391. PolicyManager to tie together Router/AMRM Federation
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5634. Simplify initialization/use of RouterPolicy via a
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5676. Add a HashBasedRouterPolicy, and small policies and test
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-5905. Update the RM webapp host that is reported as part of
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-5872. Add AlwayReject policies for router and amrmproxy. (Carlo
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-6093. Minor bugs with AMRMtoken renewal and state store
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-5410. Bootstrap Router server module. (Giovanni Matteo Fumarola via
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-6190. Validation and synchronization fixes in
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-6247. Share a single instance of SubClusterResolver instead of
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-6370. Properly handle rack requests for non-active subclusters in
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-5602. Utils for Federation State and Policy Store. (Giovanni Matteo
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-6203: Occasional test failure in TestWeightedRandomRouterPolicy
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-3663. Federation State and Policy Store (DBMS implementation).
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-5411. Create a proxy chain for ApplicationClientProtocol in the
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-5413. Create a proxy chain for ResourceManager Admin API in the
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-5531. UnmanagedAM pool manager for federating application across
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) Bumping up hadoop-yarn-server-router module to 3.0.0-alpha4 post rebase.
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) YARN-6666. Fix unit test failure in TestRouterClientRMService. (Botong
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) YARN-6484. Documenting the YARN Federation feature. (Carlo Curino via
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) YARN-3666. Federation Intercepting and propagating AM- home RM
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6511. Federation: transparently spanning application across
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6691. Update YARN daemon startup/shutdown scripts to include Router
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6724. Add ability to blacklist sub-clusters when invoking Routing
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-3659. Federation: routing client invocations transparently to
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6807. Adding required missing configs to Federation configuration
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) YARN-6815. FederationStateStoreFacade return behavior should be
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) YARN-6821. Move FederationStateStore SQL DDL files from test resource to
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) Bumping up yarn-server-router (new) module pom to beta1 and fixing
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) Bumping up hadoop-yarn-server-router module to 3.0.0-beta1 post rebase.
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-6866. Minor clean-up and fixes in anticipation of YARN-2915 merge
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-5412. Create a proxy chain for ResourceManager REST API in the
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-6902. Update Microsoft JDBC Driver for SQL Server version in
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-6853. Add MySql Scripts for FederationStateStore. (Contributed by
[Aug 2, 2017 1:34:07 AM] (wheat9) HDFS-12107. FsDatasetImpl#removeVolumes floods the logs when removing
[Aug 2, 2017 6:06:25 AM] (iwasakims) HADOOP-14702. Fix formatting issue and regression caused by conversion




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNUpgradeUtil$1.visitFile(Path, BasicFileAttributes) due to return value of called method Dereferenced at NNUpgradeUtil.java:org.apache.hadoop.hdfs.server.namenode.NNUpgradeUtil$1.visitFile(Path, BasicFileAttributes) due to return value of called method Dereferenced at NNUpgradeUtil.java:[line 133] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.security.TestKDiag 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure080 
       hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure150 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure120 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.client.TestFederationRMFailoverProxyProvider 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.yarn.sls.nodemanager.TestNMSimulator 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestSubmitApplicationWithRMHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-compile-javac-root.txt  [308K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/whitespace-eol.txt  [12M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [244K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [8.0K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/

[Aug 1, 2017 4:56:33 PM] (jianhe) YARN-6872. Ensure apps could run given NodeLabels are disabled post RM
[Aug 1, 2017 8:31:44 PM] (arp) HDFS-14676. Wrong default value for fs.df.interval. Contributed by
[Aug 1, 2017 8:34:25 PM] (mackrorysd) HDFS-12151. Hadoop 2 clients cannot writeBlock to Hadoop 3 DataNodes.
[Aug 1, 2017 8:36:28 PM] (stevel) HADOOP-14660 wasb: improve throughput by 34% when account limit
[Aug 1, 2017 10:13:29 PM] (wang) HADOOP-14701. Configuration can log misleading warnings about an attempt
[Aug 1, 2017 11:00:53 PM] (lei) HADOOP-14495. Add set options interface to FSDataOutputStreamBuilder.
[Aug 1, 2017 11:28:20 PM] (manojpec) HDFS-12217. HDFS snapshots doesn't capture all open files when one of
[Aug 2, 2017 12:13:02 AM] (junping_du) HADOOP-14683. FileStatus.compareTo binary compatible issue. Contributed
[Aug 2, 2017 12:28:17 AM] (Carlo Curino) YARN-5300. Exclude generated federation protobuf sources from YARN
[Aug 2, 2017 12:28:17 AM] (Carlo Curino) YARN-3662. Federation Membership State Store internal APIs.
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-5406. In-memory based implementation of the
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-5390. Federation Subcluster Resolver. Contributed by Ellen Hui.
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-5307. Federation Application State Store internal APIs
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-3664. Federation PolicyStore internal APIs
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5408. Compose Federation membership/application/policy APIs into an
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5407. In-memory based implementation of the
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5519. Add SubClusterId in AddApplicationHomeSubClusterResponse for
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-3672. Create Facade for Federation State and Policy Store.
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5467. InputValidator for the FederationStateStore internal APIs.
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-3673. Create a FailoverProxy for Federation services. Contributed
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-3671. Integrate Federation services with ResourceManager.
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-5612. Return SubClusterId in
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-5601. Make the RM epoch base value configurable. Contributed by
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-5323. Policies APIs for Federation Router and AMRMProxy policies.
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5324. Stateless Federation router policies implementation. (Carlo
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5325. Stateless ARMRMProxy policies implementation. (Carlo Curino
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5391. PolicyManager to tie together Router/AMRM Federation
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5634. Simplify initialization/use of RouterPolicy via a
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5676. Add a HashBasedRouterPolicy, and small policies and test
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-5905. Update the RM webapp host that is reported as part of
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-5872. Add AlwayReject policies for router and amrmproxy. (Carlo
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-6093. Minor bugs with AMRMtoken renewal and state store
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-5410. Bootstrap Router server module. (Giovanni Matteo Fumarola via
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-6190. Validation and synchronization fixes in
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-6247. Share a single instance of SubClusterResolver instead of
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-6370. Properly handle rack requests for non-active subclusters in
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-5602. Utils for Federation State and Policy Store. (Giovanni Matteo
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-6203: Occasional test failure in TestWeightedRandomRouterPolicy
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-3663. Federation State and Policy Store (DBMS implementation).
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-5411. Create a proxy chain for ApplicationClientProtocol in the
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-5413. Create a proxy chain for ResourceManager Admin API in the
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-5531. UnmanagedAM pool manager for federating application across
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) Bumping up hadoop-yarn-server-router module to 3.0.0-alpha4 post rebase.
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) YARN-6666. Fix unit test failure in TestRouterClientRMService. (Botong
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) YARN-6484. Documenting the YARN Federation feature. (Carlo Curino via
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) YARN-3666. Federation Intercepting and propagating AM- home RM
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6511. Federation: transparently spanning application across
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6691. Update YARN daemon startup/shutdown scripts to include Router
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6724. Add ability to blacklist sub-clusters when invoking Routing
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-3659. Federation: routing client invocations transparently to
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6807. Adding required missing configs to Federation configuration
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) YARN-6815. FederationStateStoreFacade return behavior should be
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) YARN-6821. Move FederationStateStore SQL DDL files from test resource to
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) Bumping up yarn-server-router (new) module pom to beta1 and fixing
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) Bumping up hadoop-yarn-server-router module to 3.0.0-beta1 post rebase.
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-6866. Minor clean-up and fixes in anticipation of YARN-2915 merge
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-5412. Create a proxy chain for ResourceManager REST API in the
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-6902. Update Microsoft JDBC Driver for SQL Server version in
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-6853. Add MySql Scripts for FederationStateStore. (Contributed by
[Aug 2, 2017 1:34:07 AM] (wheat9) HDFS-12107. FsDatasetImpl#removeVolumes floods the logs when removing
[Aug 2, 2017 6:06:25 AM] (iwasakims) HADOOP-14702. Fix formatting issue and regression caused by conversion




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNUpgradeUtil$1.visitFile(Path, BasicFileAttributes) due to return value of called method Dereferenced at NNUpgradeUtil.java:org.apache.hadoop.hdfs.server.namenode.NNUpgradeUtil$1.visitFile(Path, BasicFileAttributes) due to return value of called method Dereferenced at NNUpgradeUtil.java:[line 133] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.security.TestKDiag 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure080 
       hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure150 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure120 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.client.TestFederationRMFailoverProxyProvider 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.yarn.sls.nodemanager.TestNMSimulator 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestSubmitApplicationWithRMHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-compile-javac-root.txt  [308K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/whitespace-eol.txt  [12M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [244K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [8.0K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/

[Aug 1, 2017 4:56:33 PM] (jianhe) YARN-6872. Ensure apps could run given NodeLabels are disabled post RM
[Aug 1, 2017 8:31:44 PM] (arp) HDFS-14676. Wrong default value for fs.df.interval. Contributed by
[Aug 1, 2017 8:34:25 PM] (mackrorysd) HDFS-12151. Hadoop 2 clients cannot writeBlock to Hadoop 3 DataNodes.
[Aug 1, 2017 8:36:28 PM] (stevel) HADOOP-14660 wasb: improve throughput by 34% when account limit
[Aug 1, 2017 10:13:29 PM] (wang) HADOOP-14701. Configuration can log misleading warnings about an attempt
[Aug 1, 2017 11:00:53 PM] (lei) HADOOP-14495. Add set options interface to FSDataOutputStreamBuilder.
[Aug 1, 2017 11:28:20 PM] (manojpec) HDFS-12217. HDFS snapshots doesn't capture all open files when one of
[Aug 2, 2017 12:13:02 AM] (junping_du) HADOOP-14683. FileStatus.compareTo binary compatible issue. Contributed
[Aug 2, 2017 12:28:17 AM] (Carlo Curino) YARN-5300. Exclude generated federation protobuf sources from YARN
[Aug 2, 2017 12:28:17 AM] (Carlo Curino) YARN-3662. Federation Membership State Store internal APIs.
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-5406. In-memory based implementation of the
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-5390. Federation Subcluster Resolver. Contributed by Ellen Hui.
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-5307. Federation Application State Store internal APIs
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-3664. Federation PolicyStore internal APIs
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5408. Compose Federation membership/application/policy APIs into an
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5407. In-memory based implementation of the
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5519. Add SubClusterId in AddApplicationHomeSubClusterResponse for
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-3672. Create Facade for Federation State and Policy Store.
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5467. InputValidator for the FederationStateStore internal APIs.
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-3673. Create a FailoverProxy for Federation services. Contributed
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-3671. Integrate Federation services with ResourceManager.
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-5612. Return SubClusterId in
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-5601. Make the RM epoch base value configurable. Contributed by
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-5323. Policies APIs for Federation Router and AMRMProxy policies.
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5324. Stateless Federation router policies implementation. (Carlo
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5325. Stateless ARMRMProxy policies implementation. (Carlo Curino
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5391. PolicyManager to tie together Router/AMRM Federation
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5634. Simplify initialization/use of RouterPolicy via a
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5676. Add a HashBasedRouterPolicy, and small policies and test
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-5905. Update the RM webapp host that is reported as part of
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-5872. Add AlwayReject policies for router and amrmproxy. (Carlo
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-6093. Minor bugs with AMRMtoken renewal and state store
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-5410. Bootstrap Router server module. (Giovanni Matteo Fumarola via
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-6190. Validation and synchronization fixes in
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-6247. Share a single instance of SubClusterResolver instead of
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-6370. Properly handle rack requests for non-active subclusters in
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-5602. Utils for Federation State and Policy Store. (Giovanni Matteo
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-6203: Occasional test failure in TestWeightedRandomRouterPolicy
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-3663. Federation State and Policy Store (DBMS implementation).
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-5411. Create a proxy chain for ApplicationClientProtocol in the
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-5413. Create a proxy chain for ResourceManager Admin API in the
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-5531. UnmanagedAM pool manager for federating application across
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) Bumping up hadoop-yarn-server-router module to 3.0.0-alpha4 post rebase.
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) YARN-6666. Fix unit test failure in TestRouterClientRMService. (Botong
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) YARN-6484. Documenting the YARN Federation feature. (Carlo Curino via
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) YARN-3666. Federation Intercepting and propagating AM- home RM
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6511. Federation: transparently spanning application across
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6691. Update YARN daemon startup/shutdown scripts to include Router
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6724. Add ability to blacklist sub-clusters when invoking Routing
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-3659. Federation: routing client invocations transparently to
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6807. Adding required missing configs to Federation configuration
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) YARN-6815. FederationStateStoreFacade return behavior should be
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) YARN-6821. Move FederationStateStore SQL DDL files from test resource to
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) Bumping up yarn-server-router (new) module pom to beta1 and fixing
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) Bumping up hadoop-yarn-server-router module to 3.0.0-beta1 post rebase.
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-6866. Minor clean-up and fixes in anticipation of YARN-2915 merge
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-5412. Create a proxy chain for ResourceManager REST API in the
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-6902. Update Microsoft JDBC Driver for SQL Server version in
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-6853. Add MySql Scripts for FederationStateStore. (Contributed by
[Aug 2, 2017 1:34:07 AM] (wheat9) HDFS-12107. FsDatasetImpl#removeVolumes floods the logs when removing
[Aug 2, 2017 6:06:25 AM] (iwasakims) HADOOP-14702. Fix formatting issue and regression caused by conversion




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNUpgradeUtil$1.visitFile(Path, BasicFileAttributes) due to return value of called method Dereferenced at NNUpgradeUtil.java:org.apache.hadoop.hdfs.server.namenode.NNUpgradeUtil$1.visitFile(Path, BasicFileAttributes) due to return value of called method Dereferenced at NNUpgradeUtil.java:[line 133] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.security.TestKDiag 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure080 
       hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure150 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure120 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.client.TestFederationRMFailoverProxyProvider 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.yarn.sls.nodemanager.TestNMSimulator 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestSubmitApplicationWithRMHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-compile-javac-root.txt  [308K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/whitespace-eol.txt  [12M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [244K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [8.0K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/

[Aug 1, 2017 4:56:33 PM] (jianhe) YARN-6872. Ensure apps could run given NodeLabels are disabled post RM
[Aug 1, 2017 8:31:44 PM] (arp) HDFS-14676. Wrong default value for fs.df.interval. Contributed by
[Aug 1, 2017 8:34:25 PM] (mackrorysd) HDFS-12151. Hadoop 2 clients cannot writeBlock to Hadoop 3 DataNodes.
[Aug 1, 2017 8:36:28 PM] (stevel) HADOOP-14660 wasb: improve throughput by 34% when account limit
[Aug 1, 2017 10:13:29 PM] (wang) HADOOP-14701. Configuration can log misleading warnings about an attempt
[Aug 1, 2017 11:00:53 PM] (lei) HADOOP-14495. Add set options interface to FSDataOutputStreamBuilder.
[Aug 1, 2017 11:28:20 PM] (manojpec) HDFS-12217. HDFS snapshots doesn't capture all open files when one of
[Aug 2, 2017 12:13:02 AM] (junping_du) HADOOP-14683. FileStatus.compareTo binary compatible issue. Contributed
[Aug 2, 2017 12:28:17 AM] (Carlo Curino) YARN-5300. Exclude generated federation protobuf sources from YARN
[Aug 2, 2017 12:28:17 AM] (Carlo Curino) YARN-3662. Federation Membership State Store internal APIs.
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-5406. In-memory based implementation of the
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-5390. Federation Subcluster Resolver. Contributed by Ellen Hui.
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-5307. Federation Application State Store internal APIs
[Aug 2, 2017 12:28:18 AM] (Carlo Curino) YARN-3664. Federation PolicyStore internal APIs
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5408. Compose Federation membership/application/policy APIs into an
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5407. In-memory based implementation of the
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5519. Add SubClusterId in AddApplicationHomeSubClusterResponse for
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-3672. Create Facade for Federation State and Policy Store.
[Aug 2, 2017 12:28:19 AM] (Carlo Curino) YARN-5467. InputValidator for the FederationStateStore internal APIs.
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-3673. Create a FailoverProxy for Federation services. Contributed
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-3671. Integrate Federation services with ResourceManager.
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-5612. Return SubClusterId in
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-5601. Make the RM epoch base value configurable. Contributed by
[Aug 2, 2017 12:28:20 AM] (Carlo Curino) YARN-5323. Policies APIs for Federation Router and AMRMProxy policies.
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5324. Stateless Federation router policies implementation. (Carlo
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5325. Stateless ARMRMProxy policies implementation. (Carlo Curino
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5391. PolicyManager to tie together Router/AMRM Federation
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5634. Simplify initialization/use of RouterPolicy via a
[Aug 2, 2017 12:28:21 AM] (Carlo Curino) YARN-5676. Add a HashBasedRouterPolicy, and small policies and test
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-5905. Update the RM webapp host that is reported as part of
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-5872. Add AlwayReject policies for router and amrmproxy. (Carlo
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-6093. Minor bugs with AMRMtoken renewal and state store
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-5410. Bootstrap Router server module. (Giovanni Matteo Fumarola via
[Aug 2, 2017 12:28:22 AM] (Carlo Curino) YARN-6190. Validation and synchronization fixes in
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-6247. Share a single instance of SubClusterResolver instead of
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-6370. Properly handle rack requests for non-active subclusters in
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-5602. Utils for Federation State and Policy Store. (Giovanni Matteo
[Aug 2, 2017 12:28:23 AM] (Carlo Curino) YARN-6203: Occasional test failure in TestWeightedRandomRouterPolicy
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-3663. Federation State and Policy Store (DBMS implementation).
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-5411. Create a proxy chain for ApplicationClientProtocol in the
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-5413. Create a proxy chain for ResourceManager Admin API in the
[Aug 2, 2017 12:28:24 AM] (Carlo Curino) YARN-5531. UnmanagedAM pool manager for federating application across
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) Bumping up hadoop-yarn-server-router module to 3.0.0-alpha4 post rebase.
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) YARN-6666. Fix unit test failure in TestRouterClientRMService. (Botong
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) YARN-6484. Documenting the YARN Federation feature. (Carlo Curino via
[Aug 2, 2017 12:28:25 AM] (Carlo Curino) YARN-3666. Federation Intercepting and propagating AM- home RM
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6511. Federation: transparently spanning application across
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6691. Update YARN daemon startup/shutdown scripts to include Router
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6724. Add ability to blacklist sub-clusters when invoking Routing
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-3659. Federation: routing client invocations transparently to
[Aug 2, 2017 12:28:26 AM] (Carlo Curino) YARN-6807. Adding required missing configs to Federation configuration
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) YARN-6815. FederationStateStoreFacade return behavior should be
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) YARN-6821. Move FederationStateStore SQL DDL files from test resource to
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) Bumping up yarn-server-router (new) module pom to beta1 and fixing
[Aug 2, 2017 12:28:27 AM] (Carlo Curino) Bumping up hadoop-yarn-server-router module to 3.0.0-beta1 post rebase.
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-6866. Minor clean-up and fixes in anticipation of YARN-2915 merge
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-5412. Create a proxy chain for ResourceManager REST API in the
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-6902. Update Microsoft JDBC Driver for SQL Server version in
[Aug 2, 2017 12:28:28 AM] (Carlo Curino) YARN-6853. Add MySql Scripts for FederationStateStore. (Contributed by
[Aug 2, 2017 1:34:07 AM] (wheat9) HDFS-12107. FsDatasetImpl#removeVolumes floods the logs when removing
[Aug 2, 2017 6:06:25 AM] (iwasakims) HADOOP-14702. Fix formatting issue and regression caused by conversion




-1 overall


The following subsystems voted -1:
    findbugs unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs-client 
       Possible exposure of partially initialized object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:object in org.apache.hadoop.hdfs.DFSClient.initThreadsNumForStripedReads(int) At DFSClient.java:[line 2906] 
       org.apache.hadoop.hdfs.server.protocol.SlowDiskReports.equals(Object) makes inefficient use of keySet iterator instead of entrySet iterator At SlowDiskReports.java:keySet iterator instead of entrySet iterator At SlowDiskReports.java:[line 105] 

    FindBugs :

       module:hadoop-hdfs-project/hadoop-hdfs 
       Possible null pointer dereference in org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:org.apache.hadoop.hdfs.qjournal.server.JournalNode.getJournalsStatus() due to return value of called method Dereferenced at JournalNode.java:[line 302] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setClusterId(String) unconditionally sets the field clusterId At HdfsServerConstants.java:clusterId At HdfsServerConstants.java:[line 193] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForce(int) unconditionally sets the field force At HdfsServerConstants.java:force At HdfsServerConstants.java:[line 217] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setForceFormat(boolean) unconditionally sets the field isForceFormat At HdfsServerConstants.java:isForceFormat At HdfsServerConstants.java:[line 229] 
       org.apache.hadoop.hdfs.server.common.HdfsServerConstants$StartupOption.setInteractiveFormat(boolean) unconditionally sets the field isInteractiveFormat At HdfsServerConstants.java:isInteractiveFormat At HdfsServerConstants.java:[line 237] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:org.apache.hadoop.hdfs.server.datanode.DataStorage.linkBlocksHelper(File, File, int, HardLink, boolean, File, List) due to return value of called method Dereferenced at DataStorage.java:[line 1339] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:org.apache.hadoop.hdfs.server.namenode.NNStorageRetentionManager.purgeOldLegacyOIVImages(String, long) due to return value of called method Dereferenced at NNStorageRetentionManager.java:[line 258] 
       Possible null pointer dereference in org.apache.hadoop.hdfs.server.namenode.NNUpgradeUtil$1.visitFile(Path, BasicFileAttributes) due to return value of called method Dereferenced at NNUpgradeUtil.java:org.apache.hadoop.hdfs.server.namenode.NNUpgradeUtil$1.visitFile(Path, BasicFileAttributes) due to return value of called method Dereferenced at NNUpgradeUtil.java:[line 133] 
       Useless condition:argv.length >= 1 at this point At DFSAdmin.java:[line 2100] 
       Useless condition:numBlocks == -1 at this point At ImageLoaderCurrent.java:[line 727] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Useless object stored in variable removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:removedNullContainers of method org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeOrTrackCompletedContainersFromContext(List) At NodeStatusUpdaterImpl.java:[line 642] 
       org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.removeVeryOldStoppedContainersFromCache() makes inefficient use of keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:keySet iterator instead of entrySet iterator At NodeStatusUpdaterImpl.java:[line 719] 
       Hard coded reference to an absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:absolute pathname in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime.DockerLinuxContainerRuntime.launchContainer(ContainerRuntimeContext) At DockerLinuxContainerRuntime.java:[line 490] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.ContainerLocalizer.createStatus() makes inefficient use of keySet iterator instead of entrySet iterator At ContainerLocalizer.java:keySet iterator instead of entrySet iterator At ContainerLocalizer.java:[line 357] 
       org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMetrics.usageMetrics is a mutable collection which should be package protected At ContainerMetrics.java:which should be package protected At ContainerMetrics.java:[line 134] 

    Failed junit tests :

       hadoop.security.TestKDiag 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure080 
       hadoop.hdfs.TestDFSStripedInputStreamWithRandomECPolicy 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure150 
       hadoop.hdfs.TestDFSStripedOutputStreamWithFailure120 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.client.TestFederationRMFailoverProxyProvider 
       hadoop.yarn.client.api.impl.TestNMClient 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
       hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
       hadoop.yarn.sls.nodemanager.TestNMSimulator 

    Timed out junit tests :

       org.apache.hadoop.yarn.server.resourcemanager.TestSubmitApplicationWithRMHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-compile-javac-root.txt  [308K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-checkstyle-root.txt  [17M]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-patch-pylint.txt  [20K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-patch-shelldocs.txt  [12K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/whitespace-eol.txt  [12M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/whitespace-tabs.txt  [1.2M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-client-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/branch-findbugs-hadoop-hdfs-project_hadoop-hdfs-warnings.html  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/diff-javadoc-javadoc-root.txt  [1.9M]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [244K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-hbase-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/482/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [8.0K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org