DS_FORCE_ABORT_AT_WARN_LIMIT

Set the DS_FORCE_ABORT_AT_WARN_LIMIT environment variable to specify the number of warning messages produced by a parallel job that forces the termination status of the job to be set to ABORTED.

If a parallel job produces enough warning messages to trigger the warning limit, an attempt is made to stop the job. If the job is successfully halted, the job termination status is set to ABORTED and the job must be reset before it can be run again. If the parallel job runs to completion before it can be stopped, the job status is set to FINISHED with WARNINGS because all of the input rows are processed and there is no need for a reset.

Set DS_FORCE_ABORT_AT_WARN_LIMIT to 1 to enable this feature. Setting this environment variable does not prevent jobs in this state from running to completion before they are stopped.