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

Akash Ashok commented on HBASE-4247:
------------------------------------

I just made the changes and ran tests. There's one issue. In 
HConnectionManagerImpl as I mentioned before this.closed is being set to true 
in the abort() method and I changed this to call close(stopProxy) method indeed 
instead of manipulating this.closed to true. But unfortunatly TestMergeTool 
started failing because of this change. So my question is that was this 
intended closed in the first place ??  

> Add isAborted method to the Abortable interface
> -----------------------------------------------
>
>                 Key: HBASE-4247
>                 URL: https://issues.apache.org/jira/browse/HBASE-4247
>             Project: HBase
>          Issue Type: Task
>            Reporter: Akash Ashok
>            Assignee: Akash Ashok
>            Priority: Minor
>
> Add a new method isAborted() to the Abortable interface 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to