Marcel Kornacker has submitted this change and it was merged. Change subject: IMPALA-3988: Only use first 96 bits of query id ......................................................................
IMPALA-3988: Only use first 96 bits of query id This adds utility functions in uid-util.h to create query and instance ids and convert between them. It also adapts SimpleScheduler to utilize those functions when creating the instance id (TPlanFragmentInstanceCtx.fragment_instance_id). Change-Id: Ia56a03ed9a1d7e77c72b66a01cd48c5b6bf3624f Reviewed-on: http://gerrit.cloudera.org:8080/4065 Reviewed-by: Marcel Kornacker <[email protected]> Tested-by: Marcel Kornacker <[email protected]> --- M be/src/scheduling/simple-scheduler.cc M be/src/service/impala-server.cc M be/src/util/CMakeLists.txt A be/src/util/uid-util-test.cc M be/src/util/uid-util.h M common/thrift/ImpalaInternalService.thrift 6 files changed, 96 insertions(+), 10 deletions(-) Approvals: Marcel Kornacker: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/4065 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia56a03ed9a1d7e77c72b66a01cd48c5b6bf3624f Gerrit-PatchSet: 10 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Marcel Kornacker <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-Reviewer: Michael Ho Gerrit-Reviewer: Michael Ho <[email protected]>
