You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Balazs Jeszenszky (JIRA)" <ji...@apache.org> on 2019/05/30 10:24:00 UTC

[jira] [Created] (IMPALA-8601) Validate redaction rules before checking against glog_v=3

Balazs Jeszenszky created IMPALA-8601:
-----------------------------------------

             Summary: Validate redaction rules before checking against glog_v=3
                 Key: IMPALA-8601
                 URL: https://issues.apache.org/jira/browse/IMPALA-8601
             Project: IMPALA
          Issue Type: Improvement
          Components: Backend
            Reporter: Balazs Jeszenszky


https://github.com/cloudera/Impala/blob/cdh6.2.0/be/src/common/init.cc#L224-L228 just checks if the file is empty or not. This results in startup failures for practically empty redaction rule files, like this one emitted by CM on an empty redaction rule configuration:
{code}
{
  "version": 1,
  "rules": []
}
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)