You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hairong Kuang (JIRA)" <ji...@apache.org> on 2010/09/17 18:30:36 UTC

[jira] Created: (HBASE-3011) HMaster cannot exit gracefully when NameNode is unavailable

HMaster cannot exit gracefully when NameNode is unavailable
-----------------------------------------------------------

                 Key: HBASE-3011
                 URL: https://issues.apache.org/jira/browse/HBASE-3011
             Project: HBase
          Issue Type: Bug
          Components: master
            Reporter: Hairong Kuang
            Assignee: Hairong Kuang


When NameNode is not available and HMaster detects it, it tries to shut down itself. However,the main thread stuck at waiting for other scanner threads to exit, which does not happen.

The main problem is that the shutdown request flag is not set to be true so other threads do not know that they need to exit.

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