Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Add exit log
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhut committed Sep 6, 2018
1 parent b4bbbfa commit 1b825af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rest-server/src/templates/yarnContainerScript.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function debug_log()
function exit_handler()
{
rc=$?
echo "Exited with $rc"
local handler="Yarn container exit handler"
local if_cgroup_oom=""
debug_log "$handler" "EXIT signal received in yarn container, performing clean up action..."
Expand Down

0 comments on commit 1b825af

Please sign in to comment.