Release 1.8.0
- Let check_arcce_monitor discard jobs after a given number of attempts to
fetch it.
- Let check_arcce_monitor clear jobs, avoiding issues with simultaneous
file access by check_arcce_submit.
- Improve the heuristics for when it's ok to clear a missing job.
- Tolerate transient disappearance of jobs from job arcstat output. This
also fixes a missed cleanup.
- Re-try cleaning each job and staged file up to 12 times distributed in
geometrically progressing intervals over a few months.
- The job-fetching code is mostly rewritten, avoiding redundant fetch
attempts and making the code more clear.
- Ignore non-zero exit from arcget if the output does not indicate an
error.
- Replicate of test files uploaded via LFC when multiple SEs are used.
- Support fail-over URIs for LDAP-derived variables.
- Add an option to archive all job files when a job fails.
- Implicitly compute interpolated variables in the configuration file.
This obsoletes the "variables" setting.
- For the random_line substitution: Fix exclude and add include.
- Use Genshi templates for generating job descriptions, allowing people to
modify job descriptions.
- Add support for gmlog. This fixes GGUS-100995.