Skip to content
Snippets Groups Projects
Commit 0726c5bc authored by Joao Afonso's avatar Joao Afonso
Browse files

Release 4.8.7-1 notes

parent f964fdf3
Branches release_4.8.7-1
Tags v4.8.7-1 v5.8.7-1
No related merge requests found
Pipeline #55555 failed
# v4.Next
# v4.8.7-1
### Features
- cta/CTA#93 - Refactor Frontend code to allow code sharing between SSI and gRPC implementations
- cta/CTA#213 - Improve error messages for `cta-eos-namespace-inject`
- cta/CTA#213 - Skip valid paths that exists with valid metadata
- cta/CTA#308 - Remove catalogue autogenerated files
- cta/CTA#294 - Improve error messages for 'Exec' in the gRPC client
- cta/CTA#245 - Implements cta-admin functions in cta-frontend-grpc
- cta/CTA#213 - Skip files with paths that have valid metadata
- cta/CTA#245 - Implements cta-admin functions in cta-frontend-grpc
- cta/CTA#294 - Improve error messages for 'Exec' in the gRPC client
- cta/CTA#302 - Make RMC maxRqstAttempts variable configurable
- cta/CTA#308 - Remove catalogue autogenerated files
- cta/CTA#318 - Limit the number of frontend-grpc request processing threads
- cta/CTA#321 - Add arguments to cta-change-storage-class to validate that the correct files are being changed
- cta/CTA#302 - Make RMC maxRqstAttempts variable configurable
### Bug Fixes
- cta/CTA#240 - Use correct fSeq after disk read error
- cta/CTA#305 - AllCatalogueSchema file not created when updating schema
- cta/CTA#309 - Ignore 'NoSuchObject' exceptions thrown by non-existing objects during retrieve job requeuing
- cta/CTA#310 - Trigger cleanup session if taped child process did not exit with success code
- cta/CTA#313 - Average bandwidth not being calculated correctly inside 'fetchMountInfo'
- cta/CTA#320 - CTA No Oracle is failing
- cta/CTA#322 - Queues with cleanup heartbeat above zero are not being picked for cleanup
- cta/CTA#328 - Make root user able to read encrypted files with cta-readtp
- cta/CTA#329 - Correctly set previous session state to enable cleaner session
- cta/CTA#330 - Fix no tape block movement regression
- cta/CTA#313 - Average bandwidth not being calculated correctly inside 'fetchMountInfo'
# v4.8.6-1
### Bug Fixes
- cta/CTA#322 - Queues with cleanup heartbeat above zero are not being picked for cleanup
- cta/CTA#325 - Fix logging for "no tape block movement" message
......
......@@ -588,6 +588,10 @@ echo $(jq --argjson CTA_MAJOR_VERSION $cta_major_version '. += {"cta_major_versi
%changelog
* Wed Mar 29 2023 Joao Afonso <joao.afonso@cern.ch> - 4.8.7-1
- Various fixes and improvements to CTA
- See ReleaseNotes.md for details
* Wed Mar 08 2023 Joao Afonso <joao.afonso@cern.ch> - 4.8.6-1
- Fixes queue cleanup bug in CTA
- See ReleaseNotes.md for details
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment