Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8242 )
Change subject: IMPALA-6030: Don't start coordinator specific thread pools if a node isn't a coordinator node ...................................................................... IMPALA-6030: Don't start coordinator specific thread pools if a node isn't a coordinator node Since we introduced the FLAGS_is_coordinator, we've forgotten to disable the coordinator specific thread pools on nodes that have only the executor role. This patch fixes that. Change-Id: I1cd046dbe5f10fa51fcc37338e48b94843891b62 Reviewed-on: http://gerrit.cloudera.org:8080/8242 Reviewed-by: Dan Hecht <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/runtime/exec-env.cc M be/src/runtime/exec-env.h 2 files changed, 16 insertions(+), 6 deletions(-) Approvals: Dan Hecht: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/8242 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1cd046dbe5f10fa51fcc37338e48b94843891b62 Gerrit-Change-Number: 8242 Gerrit-PatchSet: 4 Gerrit-Owner: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Sailesh Mukil <[email protected]>
