Releases: htcondor/htcondor-ce
Releases · htcondor/htcondor-ce
Fixes for BDII and automated job removal
- 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
Grid-agnostic HTCondor-CE View and fix for periodic APEL uploads
This release contains the following new features:
- Add plug-in interface to HTCondor-CE View and separate out OSG-specific code and configuration (SOFTWARE-3963)
- Add configuration option (
COMPLETED_JOB_EXPIRATION
) for how many days (SOFTWARE-4108) completed jobs may stay in the queue
As well as the following bug fixes:
- Replace APEL uploader SchedD cron with init and systemd services (#323)
- Fix HTCondor-CE View SchedD query that caused "Info" tables to be blank
Fixes for APEL and BDII support
This release contains the following fixes:
- Replace APEL uploader SchedD cron with init and systemd services (#323)
- Identify broken job routes upon startup (#319)
- Add benchmarking parameters to the BDII provider via
HTCONDORCE_SPEC
in the configuration. See/etc/condor-ce/config.d/99-ce-bdii.conf
for examples (#311) - Fix reference to old BDII configuration values (#320)
Updated packaging for v4.3.0
This release adds the packaging updates required for v4.3.0
Introducing the HTCondor-CE registry app
This release includes the following new features and improvements:
- Add the CE registry web application to the central collector. The registry provides an interface to OSG site administrators of HTCondor-CEs to retrieve an HTCondor
IDTOKEN
for authenticating pilot job submissions (#298, #299) - Identify broken job routes upon startup (#319)
- Add benchmarking parameters to the BDII provider via
HTCONDORCE_SPEC
in the configuration. See/etc/condor-ce/config.d/99-ce-bdii.conf
for examples (#311)
This release also includes the following bug fixes:
Drop vestigial central collector whitelisting; authentication fixes for SSL advertising to the central collector
- Drop vestigial whitelist configuration generator for the central collector (SOFTWARE-1790)
- Fix unmapped GSI/SSL regexps and allow unmapped enttities to advertise to the central collector (SOFTWARE-3939)
Add support for reporting to central collectors via SSL; improve BDII provider GLUE2 format
- Add SSL support for reporting to central collectors (SOFTWARE-3939)
- GLUE2 validation improvements for the BDII provider (#308)
GLUE2 validation improvements for the BDII provider
Improve routed job environment configuration, simplify APEL configuration
New features include:
- Add non-OSG method for modifying the job environment (https://opensciencegrid.atlassian.net/browse/SOFTWARE-3871, #273)
- Simplify configuration of APEL scripts (#263)
Bug fixes include:
Improve routed job environment configuration, simplify APEL configuration
New features include:
- Add non-OSG method for modifying the job environment (https://opensciencegrid.atlassian.net/browse/SOFTWARE-3871)
- Simplify configuration of APEL scripts (#250)
Bug fixes include:
- Fix an issue where
condor_ce_q
required authentication (https://opensciencegrid.atlassian.net/browse/SOFTWARE-3860, #262) - Re-enable the ability for local users to submit jobs to the CE queue (https://opensciencegrid.atlassian.net/browse/SOFTWARE-3856, #257)
- Fix the ability to specify grid certificate locations for SSL authentication (#253)
- Refine the APEL record filter to ignore jobs that have not yet started (#271)
- Fix an issue where some jobs were capped at 72 minutes instead of 72 hours (#269)
- Add
systemctl daemon-reload
to packaging for initial installations (#252) - Improve robustness of BDII provider (#247, #254, #255)