You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Heng Chen (JIRA)" <ji...@apache.org> on 2015/12/15 08:21:46 UTC

[jira] [Comment Edited] (HBASE-14955) OOME: cannot create native thread is back

    [ https://issues.apache.org/jira/browse/HBASE-14955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15057487#comment-15057487 ] 

Heng Chen edited comment on HBASE-14955 at 12/15/15 7:21 AM:
-------------------------------------------------------------

upload a patch,  after the patch,  if we want to remove MR cluster in testcase, we just add the code below before startup MiniHBaseCluster
{code}
    TEST_UTIL.setJobWithoutMRCluster();
{code}

PS: this is only for branch-1


was (Author: chenheng):
upload a patch,  after the patch,  if we want to remove MR cluster in testcase, we just add the code below before startup MiniHBaseCluster
{code}
    TEST_UTIL.setJobWithoutMRCluster();
{code}

> OOME: cannot create native thread is back
> -----------------------------------------
>
>                 Key: HBASE-14955
>                 URL: https://issues.apache.org/jira/browse/HBASE-14955
>             Project: HBase
>          Issue Type: Sub-task
>          Components: test
>    Affects Versions: test
>            Reporter: stack
>         Attachments: HBASE-14955-branch-1.patch
>
>
> This fail is OOME cannot create native thread.  Two MR jobs fail:
>  org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels.org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels46 ms1 org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan1.org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan142 ms1
> Was running 1.3 tests on H0.
> Could try and purge resources used by these tests.
> Making issue in meantime to keep an eye on it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)