Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/17174 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- 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(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I8f522f458ca399b48d39a1e722421e6248948c6b Gerrit-Change-Number: 17174 Gerrit-PatchSet: 9 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
