forked from MatterMiners/tardis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
docs/source/changes/234.fixed_state_transition_for_stopped_workers.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
category: fixed | ||
summary: "Fixed state transition for stopped workers" | ||
description: | | ||
Fixes an unexpected behaviour for Drones in AvailableState in case the HTCondor daemon on nodes is shutdown | ||
automatically causing the machine status to be NotAvailable, while the resource status continues to be Running. In | ||
that case the drone state is re-set to IntegratingState. Since HTCondor is not restarted, the Drone remains in this | ||
state forever. | ||
pull requests: | ||
- 234 |