Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The crash kill script of JS-1551 has for every not terminated task a call to the kill script. This kill script is called with two new optional arguments -master-job-path= and -master-task-id=.
${SCHEDULER_HOME}/bin/jobscheduler_agent_kill_task.sh|.cmd -kill-agent-task-id <Agent Task ID> -master-task-id=<Master Task ID> -job=<job path>
This gives the kill script the opportunity to log masters job path and task ID.