-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dcache-qos: fix scanner operation completion logic
Motivation: When system scan operations run, the operation map fails to understand when they have all completed. This is due to a faulty way of computing the highest index of the targets processed. Modification: Fix the issue by implementing a `hasNext` method which is properly global rather than checking indices on individual operations (which is flawed because it assumes they run in serial order). The patch also corrects/improves several logging statements. Result: Scans are properly marked as having completed and the end timestamps as reported by `info` are correct. Target: master Request: 9.2 Patch: https://rb.dcache.org/r/14097 Requires-notes: yes (for 9.2) Acked-by: Tigran
- Loading branch information
Showing
3 changed files
with
84 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters