Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22070 )
Change subject: IMPALA-13448: Log cause when failing to flush lineage events, audit events or profiles ...................................................................... IMPALA-13448: Log cause when failing to flush lineage events, audit events or profiles When impala fails to flush lineage events, audit events or profiles, only the log file name is logged: "Could not open log file: filename". Now we will log "Could not open log file: filename, reason". e.g: "Could not open log file: filename, cause: Permission denied" Testing: - added custom cluster tests in test_logging.py Change-Id: I5b281d807e47aad98fc256af4e0c2a9dd417c7ac Reviewed-on: http://gerrit.cloudera.org:8080/22070 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/util/simple-logger.cc M tests/custom_cluster/test_logging.py 2 files changed, 57 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22070 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5b281d807e47aad98fc256af4e0c2a9dd417c7ac Gerrit-Change-Number: 22070 Gerrit-PatchSet: 10 Gerrit-Owner: jiangwei <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
