Lars Volker has uploaded a new change for review. http://gerrit.cloudera.org:8080/8050
Change subject: IMPALA-5923: Print binary ID as hex in ChildQuery::Cancel() ...................................................................... IMPALA-5923: Print binary ID as hex in ChildQuery::Cancel() ChildQuery::Cancel() prints a binary ID into the log which can show up as random characters. One fix is to print it as a hex string. I tested this by running test_cancellation::test_cancel_insert and making sure the ID is printed as hex. Change-Id: Ie1a9516d5c03524e2585255700bb84e8a301a7ee --- M be/src/service/child-query.cc M be/src/util/debug-util.cc 2 files changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/50/8050/1 -- To view, visit http://gerrit.cloudera.org:8080/8050 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie1a9516d5c03524e2585255700bb84e8a301a7ee Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Lars Volker <[email protected]>
