From issues-return-7363-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Thu Jun 6 13:00:02 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 D563E18062B for ; Thu, 6 Jun 2019 15:00:01 +0200 (CEST) Received: (qmail 63671 invoked by uid 500); 6 Jun 2019 13:00:01 -0000 Mailing-List: contact issues-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list issues@phoenix.apache.org Received: (qmail 63660 invoked by uid 99); 6 Jun 2019 13:00:01 -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; Thu, 06 Jun 2019 13:00:01 +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 6408CE2A0E for ; Thu, 6 Jun 2019 13:00:00 +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 210B6245A4 for ; Thu, 6 Jun 2019 13:00:00 +0000 (UTC) Date: Thu, 6 Jun 2019 13:00:00 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-5311) Integration tests leak tables when running on distributed cluster MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PHOENIX-5311?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 857625#comment-16857625 ]=20 Hadoop QA commented on PHOENIX-5311: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest a= ttachment=20 http://issues.apache.org/jira/secure/attachment/12971048/PHOENIX-5311.mas= ter.v1.patch against master branch at commit 27bc7140de826929fdad4c4027b609dc20b0dbe3. ATTACHMENT ID: 12971048 {color:green}+1 @author{color}. The patch does not contain any @author= tags. {color:green}+1 tests included{color}. The patch appears to include 3 = new or modified tests. {color:green}+1 javac{color}. The applied patch does not increase the = total number of javac compiler warnings. {color:red}-1 release audit{color}. The applied patch generated 2 rele= ase audit warnings (more than the master's current 0 warnings). {color:red}-1 lineLengths{color}. The patch introduces the following l= ines longer than 100: + "Deleting old tables on distributed cluster be= cause number of tables is likely greater than " + "Shutting down mini cluster because number of tables o= n this mini cluster is likely greater than " {color:red}-1 core tests{color}. The patch failed these unit tests: ./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end= .TenantSpecificViewIndexSaltedIT Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/2630//t= estReport/ Release audit warnings: https://builds.apache.org/job/PreCommit-PHOENIX-Bui= ld/2630//artifact/patchprocess/patchReleaseAuditWarnings.txt Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/2630/= /console This message is automatically generated. > Integration tests leak tables when running on distributed cluster > ----------------------------------------------------------------- > > Key: PHOENIX-5311 > URL: https://issues.apache.org/jira/browse/PHOENIX-5311 > Project: Phoenix > Issue Type: Bug > Reporter: Istv=C3=A1n T=C3=B3th > Priority: Major > Attachments: PHOENIX-5311.master.v1.patch > > > When integration test suite is run via=C2=A0End2EndTestDriver on a distri= buted cluster, most tests do not clean up their tables, leaving thousands o= f tables on the cluster, and exhausting RegionServer memory. > There are actually=C2=A0three problems: > * The BaseTest.freeResourcesIfBeyondThreshold() method is called after m= ost tests, and it restarts the MiniCluster, thus freeing resources, but it = has no effect when running on a distributed cluster. > * The TestDriver sets phoenix.schema.dropMetaData to false by default, s= o even if the Phoenix tables are dropped, the=C2=A0HBASE tables are not, so= the=C2=A0table=C2=A0leak remains.=C2=A0 > * The=C2=A0phoenix.schema.dropMetaData setting cannot be easily overridd= en because of=C2=A0PHOENIX-5310 > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)