You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Abhishek Kumar (JIRA)" <ji...@apache.org> on 2015/06/29 13:44:05 UTC

[jira] [Created] (HBASE-13986) HMaster instance always returns false for isAborted() check.

Abhishek Kumar created HBASE-13986:
--------------------------------------

             Summary: HMaster instance always returns false for isAborted() check.
                 Key: HBASE-13986
                 URL: https://issues.apache.org/jira/browse/HBASE-13986
             Project: HBase
          Issue Type: Bug
            Reporter: Abhishek Kumar
            Assignee: Abhishek Kumar
            Priority: Minor


It seems that HMaster never set abortRequested flag to true as done by HRegionServer in its abort() method.We can see isAborted method being used in few places for HMaster instance (like in HMasterCommandLine.startMaster) where code flow being determined based on the result of isAborted() call.



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