You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2009/06/21 09:40:07 UTC

[jira] Created: (HBASE-1559) IllegalThreadStateException during LocalHBaseCluster shutdown if more than one regionserver is started

IllegalThreadStateException during LocalHBaseCluster shutdown if more than one regionserver is started
------------------------------------------------------------------------------------------------------

                 Key: HBASE-1559
                 URL: https://issues.apache.org/jira/browse/HBASE-1559
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: Andrew Purtell
            Priority: Minor


IllegalThreadStateException during LocalHBaseCluster shutdown if more than one regionserver is started:

{noformat}
Thread [RegionServer:1] (Suspended (exception IllegalThreadStateException))
    FileSystem$ClientFinalizer(Thread).start() line: 595
    HRegionServer.runThread(Thread,long) line: 691
    HRegionServer.run() line: 675
    LocalHBaseCluster$RegionServerThread(Thread).run() line: 691
{noformat}

If started with only one region server, shut down is clean.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-1559) IllegalThreadStateException during LocalHBaseCluster shutdown if more than one regionserver is started

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722825#action_12722825 ] 

Andrew Purtell commented on HBASE-1559:
---------------------------------------

This only happens if the minicluster is not terminated gracefully with .shutdown(). 

> IllegalThreadStateException during LocalHBaseCluster shutdown if more than one regionserver is started
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-1559
>                 URL: https://issues.apache.org/jira/browse/HBASE-1559
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Andrew Purtell
>            Priority: Minor
>
> IllegalThreadStateException during LocalHBaseCluster shutdown if more than one regionserver is started:
> {noformat}
> Thread [RegionServer:1] (Suspended (exception IllegalThreadStateException))
>     FileSystem$ClientFinalizer(Thread).start() line: 595
>     HRegionServer.runThread(Thread,long) line: 691
>     HRegionServer.run() line: 675
>     LocalHBaseCluster$RegionServerThread(Thread).run() line: 691
> {noformat}
> If started with only one region server, shut down is clean.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.