Michael Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21606
Change subject: IMPALA-13242: Consistently use PrintId to print TUniqueId ...................................................................... IMPALA-13242: Consistently use PrintId to print TUniqueId Some logging formats TUniqueId inconsistently by relying on the Thrift to_string/toString generated printers. This makes it difficult to track a specific query through logs. Add operator<<(ostream, TUniqueId) to simplify logging TUniqueId correctly, use PrintId instead of toString in Java, and add a verifier to test_banned_log_messages to ensure TUniqueId is not printed in logs. Change-Id: If01bf20a240debbbd4c0a22798045ea03f17b28e --- M be/src/util/debug-util.h M fe/src/main/java/org/apache/impala/service/Frontend.java M tests/verifiers/test_banned_log_messages.py 3 files changed, 13 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/06/21606/1 -- To view, visit http://gerrit.cloudera.org:8080/21606 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If01bf20a240debbbd4c0a22798045ea03f17b28e Gerrit-Change-Number: 21606 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Smith <[email protected]>
