Donghui Xu has posted comments on this change. Change subject: IMPALA-4431: Add audit event log control mechanism to prevent disk overflow ......................................................................
Patch Set 11: (3 comments) I have modified the code according to your opinion. The minimum number of audit event log file should be 1 and 0 represents no limit. http://gerrit.cloudera.org:8080/#/c/4971/10/be/src/common/logging.cc File be/src/common/logging.cc: Line 181: if (max_log_files < 1) return; > Why do we not allow 1 here? Is there a particular reason why it wouldn't wo Done PS10, Line 182: Check audit event log files : // Build glob pattern for input e.g. /tmp/impala_audit_event_log_1.0-* : string fname = strings::Substitute( > Maybe some of this could go on fewer lines. Done Line 188: } > nit: only one newline here. Done -- To view, visit http://gerrit.cloudera.org:8080/4971 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I8c3229cbdb6275f969c15258c9ccab6efeb24368 Gerrit-PatchSet: 11 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Donghui Xu <[email protected]> Gerrit-Reviewer: Donghui Xu <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-HasComments: Yes
