Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 423901860A for ; Thu, 3 Dec 2015 18:36:19 +0000 (UTC) Received: (qmail 51138 invoked by uid 500); 3 Dec 2015 18:36:11 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 51024 invoked by uid 500); 3 Dec 2015 18:36:11 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 50978 invoked by uid 99); 3 Dec 2015 18:36:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 18:36:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 28F682C1F70 for ; Thu, 3 Dec 2015 18:36:11 +0000 (UTC) Date: Thu, 3 Dec 2015 18:36:11 +0000 (UTC) From: "Arpit Agarwal (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HDFS-9501) TestBalancer#testBalancerWithPinnedBlocks fails in branch-2.7 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/HDFS-9501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15038270#comment-15038270 ] Arpit Agarwal edited comment on HDFS-9501 at 12/3/15 6:35 PM: -------------------------------------------------------------- Thanks a lot for debugging and fixing this [~brahmareddy]]. It looks like [~zhz] just committed this patch to branch-2.7 so we no longer need this fix. was (Author: arpitagarwal): Thanks a lot for debugging and fixing this [~brahma]. It looks like [~zhz] just committed this patch to branch-2.7 so we no longer need this fix. > TestBalancer#testBalancerWithPinnedBlocks fails in branch-2.7 > ------------------------------------------------------------- > > Key: HDFS-9501 > URL: https://issues.apache.org/jira/browse/HDFS-9501 > Project: Hadoop HDFS > Issue Type: Bug > Components: test > Reporter: Brahma Reddy Battula > Assignee: Brahma Reddy Battula > Attachments: HDFS-9501-branch-2.7.patch > > > As [~xyao] pointed in HDFS-9083..which is failing after HDFS-9083. > {noformat} > Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=768m; support was removed in 8.0 > Running org.apache.hadoop.hdfs.server.balancer.TestBalancer > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 12.888 sec <<< FAILURE! - in org.apache.hadoop.hdfs.server.balancer.TestBalancer > testBalancerWithPinnedBlocks(org.apache.hadoop.hdfs.server.balancer.TestBalancer) Time elapsed: 12.748 sec <<< FAILURE! > java.lang.AssertionError: expected:<-3> but was:<0> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:743) > at org.junit.Assert.assertEquals(Assert.java:118) > at org.junit.Assert.assertEquals(Assert.java:555) > at org.junit.Assert.assertEquals(Assert.java:542) > at org.apache.hadoop.hdfs.server.balancer.TestBalancer.testBalancerWithPinnedBlocks(TestBalancer.java:362) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)