Xuebin Su has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21581
Change subject: IMPALA-13115: Add query id to message of UNREACHABLE_IMPALADS ...................................................................... IMPALA-13115: Add query id to message of UNREACHABLE_IMPALADS This patch adds the query id to the message of error UNREACHABLE_IMPALADS so that user can easily figure out the affected queries. This patch also adds two empty __init__.py files in common/thrift so that the error code definition can be used in the tests without copy. Testing: - Added an assertion to the case of killing and restarting a worker in the custom cluster test to ensure that the error message is in both the query profile web page and the log got by the client. Change-Id: I72260687ad395f97972e65ffcb47846e9de75bfb --- M be/src/service/impala-server.cc A common/__init__.py A common/thrift/__init__.py M common/thrift/generate_error_codes.py M tests/custom_cluster/test_process_failures.py 5 files changed, 37 insertions(+), 24 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/81/21581/1 -- To view, visit http://gerrit.cloudera.org:8080/21581 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I72260687ad395f97972e65ffcb47846e9de75bfb Gerrit-Change-Number: 21581 Gerrit-PatchSet: 1 Gerrit-Owner: Xuebin Su <[email protected]>
