Skip to content

v7.4.1

Choose a tag to compare

@github-actions github-actions released this 24 Jan 20:47
· 5972 commits to main since this release

Changelog

  • Fix the issue where Pelican won't exit main process if error group goroutine returns error, unless an error returns in the main goroutine
  • Fix the panic at the director when a cache advertise itself to the director, as we didn't have the case for cache when doing version compatibility check
  • Improve logging at program exit to be consistent.
  • Improve cache error group, remove duplicated exit handler that root.go already had.