Hello Quanlong Huang, Daniel Becker, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19557
to look at the new patch set (#2).
Change subject: IMPALA-11948: Remove operation logging from
getCatalogServerMetrics
......................................................................
IMPALA-11948: Remove operation logging from getCatalogServerMetrics
IMPALA-11478 added operation-level logging to every catalog method in
JniCatalog, but getCatalogServerMetrics operation is called many times
by catalogd itself. Start and finish logs for this operation are useless,
therefore only the warnings about size and elapsed time should remain.
Tests:
- manually validated that warning-level logs are still generated
- manually validated that start/finish log entries are not generated
Change-Id: Ifd01e9f42ccc6a4adce41caf8884ea3c2c781452
---
M fe/src/main/java/org/apache/impala/common/JniUtil.java
M fe/src/main/java/org/apache/impala/service/JniCatalog.java
M fe/src/main/java/org/apache/impala/service/JniCatalogOp.java
3 files changed, 61 insertions(+), 17 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/57/19557/2
--
To view, visit http://gerrit.cloudera.org:8080/19557
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ifd01e9f42ccc6a4adce41caf8884ea3c2c781452
Gerrit-Change-Number: 19557
Gerrit-PatchSet: 2
Gerrit-Owner: Peter Rozsa <[email protected]>
Gerrit-Reviewer: Daniel Becker <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Peter Rozsa <[email protected]>
Gerrit-Reviewer: Quanlong Huang <[email protected]>