v7.20.2-rc.0
Pre-release
Pre-release
·
1865 commits
to main
since this release
Pelican v7.20.2-rc.0
This release fixes a bug that prevented some services from starting when global logging levels were set to Warn, applies a security fix to Caches/Origins and tunes the Director's adaptive sorting algorithm.
Bugs Fixed
- [Director]: Made small changes to the Director's adaptive sort algorithm to help stabilize load distribution around closer caches in #2716
- [Cache/Origin]: Changed the way authfile entries are sorted to prevent applying access policies from public namespaces to private namespaces when the public namespace is a prefix of the private (e.g. /foo is public and /foo-auth is private) in #2705
- [Cache/Origin]: Fixed a bug that prevented Caches and Origins from starting when Pelican's global logging level was set to
Warnin #2712
Full Changelog: https://github.com/PelicanPlatform/pelican/compare/v7.20.1…v7.20.2-rc.0