You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2017/11/20 18:02:00 UTC

[jira] [Created] (KUDU-2221) Improve server startup error message when glog files have the wrong ACLs

Jean-Daniel Cryans created KUDU-2221:
----------------------------------------

             Summary: Improve server startup error message when glog files have the wrong ACLs
                 Key: KUDU-2221
                 URL: https://issues.apache.org/jira/browse/KUDU-2221
             Project: Kudu
          Issue Type: Improvement
          Components: server
    Affects Versions: 1.4.0
            Reporter: Jean-Daniel Cryans


On a server where the glog files were played with as "root", the master refused to start due to:

{noformat}
master_main.cc:68] Check failed: _s.ok() Bad status: IO error: Unable to delete excess log files: glob failure: 2
{noformat}

The existing log files belonged to root instead of kudu, chown'ing fixed the issue, but this message could be made easier to parse.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)