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)