Abhishek Rawat has uploaded this change for review. ( 
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
---
M docker/install_os_packages.sh
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/11/19711/1
--
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: newchange
Gerrit-Change-Id: I91ffc1fe3e022ce7f7507b2bd79a3e2c3851956d
Gerrit-Change-Number: 19711
Gerrit-PatchSet: 1
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]>

Reply via email to