Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1412 from joakim-hove/lsf-bhist-error
Browse files Browse the repository at this point in the history
Get driver specific data before calling blacklist.
  • Loading branch information
joakim-hove authored Feb 8, 2017
2 parents ac83fc2 + bc4c550 commit 5cad0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libjob_queue/src/job_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ static void * job_queue_run_DO_KILL_callback( void * arg ) {
}

static void job_queue_handle_DO_KILL_NODE_FAILURE(job_queue_type * queue, job_queue_node_type * node) {
queue_driver_blacklist_node( queue->driver, node );
queue_driver_blacklist_node( queue->driver, job_queue_node_get_driver_data(node) );
job_queue_change_node_status(queue, node, JOB_QUEUE_DO_KILL);
}

Expand Down

0 comments on commit 5cad0dc

Please sign in to comment.