-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without excluding removed jobs, this hold expression can result in a race condition where jobs are removed and immediately put back on hold so that they remain in the queue and oscillate between these two states
- Loading branch information
Showing
3 changed files
with
6 additions
and
4 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
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
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 |
---|---|---|
|
@@ -554,6 +554,8 @@ install -m 0755 -d -p $RPM_BUILD_ROOT/%{_sysconfdir}/condor-ce/bosco_override | |
* Tue Jun 23 2020 Brian Lin <[email protected]> - 3.4.3-1 | ||
- Fix a stacktrace with the BDII provider when `HTCONDORCE_SPEC` isn't | ||
defined in the local HTCondor configuration | ||
- Fixed a race condition that could result in removed jobs being put | ||
on hold | ||
|
||
* Mon Jun 15 2020 Brian Lin <[email protected]> - 3.4.2-1 | ||
- Replace APEL uploader SchedD cron with init and systemd services | ||
|