Peter Rozsa has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19557
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 is 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, 55 insertions(+), 16 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/57/19557/1 -- 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: newchange Gerrit-Change-Id: Ifd01e9f42ccc6a4adce41caf8884ea3c2c781452 Gerrit-Change-Number: 19557 Gerrit-PatchSet: 1 Gerrit-Owner: Peter Rozsa <[email protected]>
