From hdfs-dev-return-36133-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Sat Mar 23 14:33:21 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 76F82180657 for ; Sat, 23 Mar 2019 15:33:20 +0100 (CET) Received: (qmail 82573 invoked by uid 500); 23 Mar 2019 14:33:17 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 82529 invoked by uid 99); 23 Mar 2019 14:33:17 -0000 Received: from mail-relay.apache.org (HELO mailrelay1-lw-us.apache.org) (207.244.88.152) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Mar 2019 14:33:17 +0000 Received: from jenkins02.apache.org (jenkins02.apache.org [195.201.213.130]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTP id 25E5294B9; Sat, 23 Mar 2019 14:33:16 +0000 (UTC) Received: from jenkins02.apache.org (localhost.localdomain [127.0.0.1]) by jenkins02.apache.org (ASF Mail Server at jenkins02.apache.org) with ESMTP id 67FB433E0184; Sat, 23 Mar 2019 14:33:15 +0000 (UTC) Date: Sat, 23 Mar 2019 14:33:13 +0000 (UTC) From: Apache Jenkins Server To: common-dev@hadoop.apache.org, hdfs-dev@hadoop.apache.org, mapreduce-dev@hadoop.apache.org, yarn-dev@hadoop.apache.org Message-ID: <1909745226.6558.1553351595428.JavaMail.jenkins@jenkins02> In-Reply-To: <1130642508.6309.1553264753002.JavaMail.jenkins@jenkins02> References: <1130642508.6309.1553264753002.JavaMail.jenkins@jenkins02> Subject: Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_6557_1864637684.1553351594534" X-Jenkins-Job: hadoop-qbt-trunk-java8-linux-x86 X-Jenkins-Result: FAILURE ------=_Part_6557_1864637684.1553351594534 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/ [Mar 22, 2019 10:26:24 AM] (stevel) HADOOP-16196. Path Parameterize Comparable. [Mar 22, 2019 10:29:27 AM] (stevel) HADOOP-16181. HadoopExecutors shutdown Cleanup. [Mar 22, 2019 10:35:30 AM] (stevel) HADOOP-16147. Allow CopyListing sequence file keys and values to be more [Mar 22, 2019 11:28:34 AM] (templedf) YARN-9358. Add javadoc to new methods introduced in FSQueueMetrics with [Mar 22, 2019 11:42:00 AM] (stevel) HADOOP-16201: S3AFileSystem#innerMkdirs builds needless lists (#636) [Mar 22, 2019 6:29:56 PM] (arp) HDDS-1323. Ignore unit test TestFailureHandlingByClient. Contributed by [Mar 22, 2019 6:45:39 PM] (gifuma) YARN-9404. TestApplicationLifetimeMonitor#testApplicationLifetimeMonitor [Mar 22, 2019 9:36:29 PM] (github) HDDS-1205. Refactor ReplicationManager to handle QUASI_CLOSED [Mar 22, 2019 10:08:28 PM] (7813154+ajayydv) HDDS-1291. Set OmKeyArgs#refreshPipeline flag properly to avoid reading [Mar 22, 2019 10:15:01 PM] (bharat) HDDS-1302. Fix SCM CLI does not list container with id 1. [Mar 22, 2019 10:53:12 PM] (ajay) HDDS-1310. In datanode once a container becomes unhealthy, datanode [Mar 22, 2019 11:20:44 PM] (ajay) Revert "HDDS-1310. In datanode once a container becomes unhealthy, [Mar 22, 2019 11:44:12 PM] (bharat) HDDS-918. Expose SCMMXBean as a MetricsSource. Contributed by Siddharth -1 overall The following subsystems voted -1: asflicense findbugs hadolint pathlen unit xml 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: XML : Parsing Error(s): hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml hadoop-tools/hadoop-azure/src/config/checkstyle-suppressions.xml hadoop-tools/hadoop-azure/src/config/checkstyle.xml hadoop-tools/hadoop-resourceestimator/src/config/checkstyle.xml FindBugs : module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] Unread field:TimelineEventSubDoc.java:[line 56] Unread field:TimelineMetricSubDoc.java:[line 44] Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] Failed junit tests : hadoop.ha.TestZKFailoverController hadoop.hdfs.server.datanode.TestFsDatasetCache hadoop.hdfs.web.TestWebHdfsTimeouts cc: https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/diff-compile-cc-root.txt [4.0K] javac: https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/diff-compile-javac-root.txt [336K] checkstyle: https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/diff-checkstyle-root.txt [17M] hadolint: https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/diff-patch-hadolint.txt [4.0K] pathlen: https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/pathlen.txt [12K] pylint: https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/diff-patch-pylint.txt [100K] shellcheck: https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/diff-patch-shellcheck.txt [20K] shelldocs: https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/diff-patch-shelldocs.txt [12K] whitespace: https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/whitespace-eol.txt [9.6M] https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/whitespace-tabs.txt [1.1M] xml: https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/xml.txt [16K] findbugs: https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html [12K] https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/branch-findbugs-hadoop-hdds_server-scm.txt [12K] https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt [4.0K] javadoc: https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/diff-javadoc-javadoc-root.txt [752K] unit: https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt [164K] https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt [392K] https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt [84K] https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/patch-unit-hadoop-hdds_container-service.txt [24K] https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/patch-unit-hadoop-hdds_server-scm.txt [8.0K] https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt [4.0K] asflicense: https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1084/artifact/out/patch-asflicense-problems.txt [4.0K] Powered by Apache Yetus 0.8.0 http://yetus.apache.org ------=_Part_6557_1864637684.1553351594534 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org ------=_Part_6557_1864637684.1553351594534--