Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17209 )
Change subject: IMPALA-10594: Handle failed coordinators in admissiond ...................................................................... IMPALA-10594: Handle failed coordinators in admissiond This patch adds a statestore callback for the admissiond that monitors for coordinators that have been removed from the cluster membership and releases all of the resources for queries running on those coordinators. Testing: - Added a custom cluster test that kills a coordinator and verifies that resources for queries running on it are eventually released. Change-Id: I883f323bb765680ef24b3c3f51fb209dea15f0b0 Reviewed-on: http://gerrit.cloudera.org:8080/17209 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/scheduling/admission-control-service.cc M be/src/scheduling/admission-control-service.h M be/src/scheduling/admission-controller.cc M be/src/scheduling/admission-controller.h M be/src/scheduling/admissiond-env.cc M tests/custom_cluster/test_admission_controller.py 6 files changed, 125 insertions(+), 9 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/17209 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I883f323bb765680ef24b3c3f51fb209dea15f0b0 Gerrit-Change-Number: 17209 Gerrit-PatchSet: 4 Gerrit-Owner: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
