Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 938D2200BBB for ; Thu, 6 Oct 2016 00:21:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 923D0160AEA; Wed, 5 Oct 2016 22:21:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DB8B1160ADE for ; Thu, 6 Oct 2016 00:21:21 +0200 (CEST) Received: (qmail 40948 invoked by uid 500); 5 Oct 2016 22:21:20 -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 40919 invoked by uid 99); 5 Oct 2016 22:21:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2016 22:21:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A31D12C2A5F for ; Wed, 5 Oct 2016 22:21:20 +0000 (UTC) Date: Wed, 5 Oct 2016 22:21:20 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-10962) TestRequestHedgingProxyProvider is flaky MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 05 Oct 2016 22:21:22 -0000 [ https://issues.apache.org/jira/browse/HDFS-10962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15550121#comment-15550121 ] Hudson commented on HDFS-10962: ------------------------------- SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #10549 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/10549/]) HDFS-10962. TestRequestHedgingProxyProvider is flaky. (wang: rev e68c7b96c76b243da53ae539e7c760bf2c08f26e) * (edit) hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ha/RequestHedgingProxyProvider.java * (edit) hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestRequestHedgingProxyProvider.java > TestRequestHedgingProxyProvider is flaky > ---------------------------------------- > > Key: HDFS-10962 > URL: https://issues.apache.org/jira/browse/HDFS-10962 > Project: Hadoop HDFS > Issue Type: Bug > Components: test > Affects Versions: 2.6.4 > Reporter: Andrew Wang > Assignee: Andrew Wang > Fix For: 2.8.0, 3.0.0-alpha2 > > Attachments: HDFS-10962.001.patch, HDFS-10962.002.patch > > > This test fails occasionally with an error like this: > {noformat} > org.apache.hadoop.hdfs.server.namenode.ha.TestRequestHedgingProxyProvider.testHedgingWhenOneFails > Error Message > Wanted but not invoked: > namenodeProtocols.getStats(); > -> at org.apache.hadoop.hdfs.server.namenode.ha.TestRequestHedgingProxyProvider.testHedgingWhenOneFails(TestRequestHedgingProxyProvider.java:78) > Actually, there were zero interactions with this mock. > Stacktrace > org.mockito.exceptions.verification.WantedButNotInvoked: > Wanted but not invoked: > namenodeProtocols.getStats(); > -> at org.apache.hadoop.hdfs.server.namenode.ha.TestRequestHedgingProxyProvider.testHedgingWhenOneFails(TestRequestHedgingProxyProvider.java:78) > Actually, there were zero interactions with this mock. > at org.apache.hadoop.hdfs.server.namenode.ha.TestRequestHedgingProxyProvider.testHedgingWhenOneFails(TestRequestHedgingProxyProvider.java:78) > Standard Output > 2016-09-26 15:26:02,234 WARN hdfs.DFSUtil (DFSUtil.java:getAddressesForNameserviceId(689)) - Namenode for mycluster-26780990 remains unresolved for ID nn1. Check your hdfs-site.xml file to ensure namenodes are configured properly. > 2016-09-26 15:26:02,340 WARN hdfs.DFSUtil (DFSUtil.java:getAddressesForNameserviceId(689)) - Namenode for mycluster-26780990 remains unresolved for ID nn2. Check your hdfs-site.xml file to ensure namenodes are configured properly. > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org