[
https://issues.apache.org/jira/browse/PHOENIX-5311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16857625#comment-16857625
]
Hadoop QA commented on PHOENIX-5311:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12971048/PHOENIX-5311.master.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 release
audit warnings (more than the master's current 0 warnings).
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ "Deleting old tables on distributed cluster
because number of tables is likely greater than "
+ "Shutting down mini cluster because number of tables on
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//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/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án Tóth
> Priority: Major
> Attachments: PHOENIX-5311.master.v1.patch
>
>
> When integration test suite is run via End2EndTestDriver on a distributed
> cluster, most tests do not clean up their tables, leaving thousands of tables
> on the cluster, and exhausting RegionServer memory.
> There are actually three problems:
> * The BaseTest.freeResourcesIfBeyondThreshold() method is called after most
> 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, so
> even if the Phoenix tables are dropped, the HBASE tables are not, so the
> table leak remains.
> * The phoenix.schema.dropMetaData setting cannot be easily overridden
> because of PHOENIX-5310
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)