[
https://issues.apache.org/jira/browse/ZOOKEEPER-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14308368#comment-14308368
]
Manikandan Narayanaswamy commented on ZOOKEEPER-2115:
-----------------------------------------------------
Exiting with code 1, if attempt to create either of dataDir or dataLogDir fails.
> Adding additional checks in zkServer-initialize.sh
> --------------------------------------------------
>
> Key: ZOOKEEPER-2115
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2115
> Project: ZooKeeper
> Issue Type: Bug
> Components: scripts
> Affects Versions: 3.5.0
> Reporter: Manikandan Narayanaswamy
> Priority: Trivial
> Fix For: 3.6.0
>
> Attachments: ZOOKEEPER-2115.patch
>
>
> while testing single user mode that the initialize command succeeds even
> though it didn't in case of permission errors on the data directory:
> {code}
> ....
> + exec /usr/lib/zookeeper/bin/zkServer-initialize.sh --myid=1
> mkdir: cannot create directory `/var/lib/zookeeper/version-2': Permission
> denied
> mkdir: cannot create directory `/var/lib/zookeeper/version-2': Permission
> denied
> /usr/lib/zookeeper/bin/zkServer-initialize.sh: line 112:
> /var/lib/zookeeper/myid: Permission denied
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)