Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IMPALA-11406: Fix incorrect duration log for authorization
IMPALA-8443 extends EventSequence.markEvent() to return the duration between the last and the current event. However, the duration is calculated using the start time, not the last time it's invoked, which causes misleading time in logs of "Authorization check took n ms". This fixes the bug and also adds a log for the analysis duration. Change-Id: I8b665f1b4ac86577711598ce9d845cf82fedbcd7 Reviewed-on: http://gerrit.cloudera.org:8080/18682 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
- Loading branch information