You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Abhishek Girish (JIRA)" <ji...@apache.org> on 2016/09/20 18:23:21 UTC

[jira] [Closed] (DRILL-4854) Incorrect logic in log directory checks in drill-config.sh

     [ https://issues.apache.org/jira/browse/DRILL-4854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Abhishek Girish closed DRILL-4854.
----------------------------------

> Incorrect logic in log directory checks in drill-config.sh
> ----------------------------------------------------------
>
>                 Key: DRILL-4854
>                 URL: https://issues.apache.org/jira/browse/DRILL-4854
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.8.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>            Priority: Minor
>             Fix For: 1.8.0
>
>
> The recent changes to the launch scripts introduced a subtle bug in the logic that verifies the log directory:
>   if [[ ! -d "$DRILL_LOG_DIR" && ! -w "$DRILL_LOG_DIR" ]]; then
>     ...
> if [[ ! -d "$DRILL_LOG_DIR" && ! -w "$DRILL_LOG_DIR" ]]; then
> In both cases, the operator should be or ("||").
> That is, if either the item is not a directory, or it is a directory but is not writable, then do the fall-back steps.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)