[
https://issues.apache.org/jira/browse/HBASE-10306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866779#comment-13866779
]
Lars Hofhansl commented on HBASE-10306:
---------------------------------------
Is this part needed?
{code}
- FileUtil.fullyDelete(dir);
+ if(!FileUtil.fullyDelete(dir)) {
+ throw new IOException("Could not delete zk base directory: " + dir);
+ }
{code}
Would is negatively affect some tests?
> Backport HBASE-6820 to 0.94
> ---------------------------
>
> Key: HBASE-10306
> URL: https://issues.apache.org/jira/browse/HBASE-10306
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.94.3
> Reporter: chendihao
> Assignee: chendihao
> Priority: Minor
> Fix For: 0.94.3, 0.94.16
>
> Attachments: HBASE-10306-0.94-v1.patch
>
>
> Backport HBASE-6820: [WINDOWS] MiniZookeeperCluster should ensure that
> ZKDatabase is closed upon shutdown()
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)