Skip to content
Snippets Groups Projects
Commit 7cfb033a authored by Moe Jette's avatar Moe Jette
Browse files

Don't clear the idle_node_bitmap just because a node is not responding.

parent 046b0681
No related branches found
No related tags found
No related merge requests found
......@@ -1209,7 +1209,6 @@ void node_not_resp (char *name, time_t msg_time)
last_node_update = time (NULL);
error ("Node %s not responding", name);
bit_clear (avail_node_bitmap, i);
bit_clear (idle_node_bitmap, i);
node_ptr->node_state |= NODE_STATE_NO_RESPOND;
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment