Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19711 )
Change subject: IMPALA-12039: graceful shutdown doesn't work in redhat docker image ...................................................................... IMPALA-12039: graceful shutdown doesn't work in redhat docker image 'pgrep' was missing in redhat docker image and as a result graceful shutdown script (bin/graceful_shutdown_backends.sh) was terminating the impalad immediately without waiting for the 'shutdown_grace_period_s' grace period. Since, there wasn't enough time window for cluster membership changes to propagate to coordinator, it was scheduling query fragments on already deleted executors and queries were failing. Built an ubuntu 20 image and it had the 'pgrep' utility already installed. Testing: - Built redhat 8 image and manually tested graceful shutdown in a docker container. Change-Id: I91ffc1fe3e022ce7f7507b2bd79a3e2c3851956d Reviewed-on: http://gerrit.cloudera.org:8080/19711 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M docker/install_os_packages.sh 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/19711 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I91ffc1fe3e022ce7f7507b2bd79a3e2c3851956d Gerrit-Change-Number: 19711 Gerrit-PatchSet: 3 Gerrit-Owner: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]>
