Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17174
Change subject: IMPALA-10600: Provide fewer details in logs ...................................................................... IMPALA-10600: Provide fewer details in logs The impalaD logs contain too much unnecessary information. This patch hides some fields of RPC requests. This patch also tries to prevent logging these fields in the future by: * using template metaprogramming to raise compile-time errors * updating critique-gerrit-review.py to look for the string 'ThriftDebugString' Change-Id: I8f522f458ca399b48d39a1e722421e6248948c6b --- M be/src/catalog/catalog-server.cc M be/src/service/impala-hs2-server.cc M be/src/util/thrift-debug-util.h M bin/jenkins/critique-gerrit-review.py 4 files changed, 186 insertions(+), 41 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/74/17174/7 -- To view, visit http://gerrit.cloudera.org:8080/17174 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I8f522f458ca399b48d39a1e722421e6248948c6b Gerrit-Change-Number: 17174 Gerrit-PatchSet: 7 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
