Impala Public Jenkins has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/15717 )
Change subject: IMPALA-9644: Set core file size 0 in docker entrypoint script
......................................................................
IMPALA-9644: Set core file size 0 in docker
entrypoint script
Sets the core file size 0 in the 'daemon_entrypoint.sh'.
Testing (docker container):
- cat /proc/{pid_impalad}/limits returns core file size 0.
- forced core dump using 'kill -11' and got message
'Failed to write core dump. Core dumps have been disabled.'
Change-Id: Icec7cb64bf1226c5b2ca72d048e0aeb8b7dae86d
Reviewed-on: http://gerrit.cloudera.org:8080/15717
Reviewed-by: Tim Armstrong <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
M docker/daemon_entrypoint.sh
1 file changed, 3 insertions(+), 0 deletions(-)
Approvals:
Tim Armstrong: Looks good to me, approved
Impala Public Jenkins: Verified
--
To view, visit http://gerrit.cloudera.org:8080/15717
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Icec7cb64bf1226c5b2ca72d048e0aeb8b7dae86d
Gerrit-Change-Number: 15717
Gerrit-PatchSet: 2
Gerrit-Owner: Abhishek Rawat <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Tim Armstrong <[email protected]>