[
https://issues.apache.org/jira/browse/PHOENIX-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13925290#comment-13925290
]
James Taylor commented on PHOENIX-94:
-------------------------------------
Also, I suspect this is a test-only HBase issue. I strongly suspect it's
related to using this code to start our mini cluster:
{code}
util = new IntegrationTestingUtility(config);
util.initializeCluster(this.NUM_SLAVES_BASE);
{code}
Instead of what we did before:
{code}
util = new HBaseTestingUtility(config);
util.startMiniCluster();
{code}
I'll try going back to this if we're not running a distributed cluster.
> Memory leak in running unit tests on Mac perhaps mini-cluster related
> ---------------------------------------------------------------------
>
> Key: PHOENIX-94
> URL: https://issues.apache.org/jira/browse/PHOENIX-94
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: James Taylor
> Fix For: 3.0.0
>
>
> For some reason, when I run the unit test suite on the Mac, the tests start
> getting slower and slower and don't complete unless I bump the memory from
> 2250m to 4000m. This doesn't occur on my Linux machine. I'm starting to
> suspect there's a memory leak in the HBase Mini-cluster, as we spin them up
> an down.
--
This message was sent by Atlassian JIRA
(v6.2#6252)