From hdfs-issues-return-264525-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Tue May 28 23:11:03 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 73EA218060F for ; Wed, 29 May 2019 01:11:03 +0200 (CEST) Received: (qmail 64567 invoked by uid 500); 28 May 2019 23:11:02 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 64540 invoked by uid 99); 28 May 2019 23:11:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2019 23:11:02 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 85A3FE2CC1 for ; Tue, 28 May 2019 23:11:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id DA24B245A6 for ; Tue, 28 May 2019 23:11:00 +0000 (UTC) Date: Tue, 28 May 2019 23:11:00 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDDS-1341) TestContainerReplication#testContainerReplication fails intermittently MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDDS-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16850228#comment-16850228 ] Hudson commented on HDDS-1341: ------------------------------ SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16618 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/16618/]) HDDS-1341. TestContainerReplication#testContainerReplication fails (bharat: rev 79d14d0d421d20c2147990707238435e7808d73d) * (edit) hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/volume/HddsVolume.java * (edit) hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/TestContainerReplication.java * (edit) hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/replication/ReplicationSupervisor.java * (edit) hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/DatanodeStateMachine.java > TestContainerReplication#testContainerReplication fails intermittently > ---------------------------------------------------------------------- > > Key: HDDS-1341 > URL: https://issues.apache.org/jira/browse/HDDS-1341 > Project: Hadoop Distributed Data Store > Issue Type: Bug > Reporter: Lokesh Jain > Assignee: Elek, Marton > Priority: Major > Labels: pull-request-available > Fix For: 0.4.1 > > Time Spent: 1h > Remaining Estimate: 0h > > The test fails intermittently. The link to the test report can be found below. > https://builds.apache.org/job/PreCommit-HDDS-Build/2582/testReport/ > {code:java} > java.lang.AssertionError: Container is not replicated to the destination datanode > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertNotNull(Assert.java:621) > at org.apache.hadoop.ozone.container.TestContainerReplication.testContainerReplication(TestContainerReplication.java:139) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) > at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org