You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "chaijunjie (Jira)" <ji...@apache.org> on 2022/08/11 04:07:00 UTC

[jira] [Comment Edited] (HBASE-23186) Close dfs output stream in fsck threads when master exit

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

chaijunjie edited comment on HBASE-23186 at 8/11/22 4:06 AM:
-------------------------------------------------------------

I find the same bug in HBase 2.2 in our env, if we have any idea to fix it?


was (Author: JIRAUSER286971):
I find the same bug in HBase 2.2, if we have any idea to fix it?

> Close dfs output stream in fsck threads when master exit
> --------------------------------------------------------
>
>                 Key: HBASE-23186
>                 URL: https://issues.apache.org/jira/browse/HBASE-23186
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>            Reporter: Xiaolin Ha
>            Assignee: Xiaolin Ha
>            Priority: Major
>
> HBASE-21072 imported to use HBaseFsck as default in hbase2.
> {code:java}
> if (this.conf.getBoolean("hbase.write.hbck1.lock.file", true)) {
>   HBaseFsck.checkAndMarkRunningHbck(this.conf,
>       HBaseFsck.createLockRetryCounterFactory(this.conf).create());
> }{code}
>  
> We should close the dfs output stream when master abort/stop.
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)