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

ramkrishna.s.vasudevan commented on HBASE-6420:
-----------------------------------------------

@Jimmy
{code}
 while(!this.isInterrupted() && !closeLogSyncer.get()) {
{code}
!this.isInterrupted() is it still needed now? Because from the patch i see we 
are not interrupting the thread.
                
> Gracefully shutdown logsyncer
> -----------------------------
>
>                 Key: HBASE-6420
>                 URL: https://issues.apache.org/jira/browse/HBASE-6420
>             Project: HBase
>          Issue Type: Bug
>          Components: wal
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>             Fix For: 0.96.0
>
>         Attachments: 6420-trunk.patch
>
>
> Currently, in closing a HLog, logSyncerThread is interrupted. logSyncer could 
> be in the middle to sync the writer.  We should avoid interrupting the sync.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to