Quanlong Huang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16093
Change subject: IMPALA-9213: Add query retry info to GetLog result ...................................................................... IMPALA-9213: Add query retry info to GetLog result Beeswax clients use get_log() to retrieve the warning/error message after the query finishes. HS2 clients use GetLog() for the same purpose. This patch adds the retry information into the returned result if the query is retried. So clients that print the log can show the retried query id. Tests: - Add tests in test_query_retries.py to verify client logs returned from GetLog(). - Run test_query_retries.py. Change-Id: I58cf94f91a0b92eb9a3088bee3894ac157a954dc --- M be/src/service/impala-beeswax-server.cc M be/src/service/impala-hs2-server.cc M tests/custom_cluster/test_query_retries.py 3 files changed, 58 insertions(+), 11 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/93/16093/1 -- To view, visit http://gerrit.cloudera.org:8080/16093 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I58cf94f91a0b92eb9a3088bee3894ac157a954dc Gerrit-Change-Number: 16093 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
