Bugfix: Protection against out-of-sequence timeslice reading in CbmSourceTs.
Merge request reports
Activity
added BugFix label
requested review from @v.friese
assigned to @f.uhlig
Dear @f.uhlig, @v.friese, @p.-a.loizeau,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label
- Resolved by Florian Uhlig
added 4 commits
-
0146ae07...44db5a9d - 3 commits from branch
computing:master
- ccb49818 - Added protection against out-of-sequence timeslice reading to...
-
0146ae07...44db5a9d - 3 commits from branch
Just as a warning: as far as I know
fFlesSource->get()
loads the TS in memory from whatever source is in use, so even if this allows you to skip the processing part of the chain, this may still take a while as the disk access remains (e.g. for really big TS on lustre or on laptop's HDDs).So maybe that should be printed out when this mode is detected before the first iteration of the loop/while, something like "Skipping N timeslices to reach desired start point (current XXXX, desired YYYY), this may take a while"
added 45 commits
-
ccb49818...83813639 - 44 commits from branch
computing:master
- fb72481b - Added protection against out-of-sequence timeslice reading to...
-
ccb49818...83813639 - 44 commits from branch
@p.-a.loizeau I added a warning message.
added 13 commits
-
fb72481b...8827e456 - 12 commits from branch
computing:master
- d72cf651 - Added protection against out-of-sequence timeslice reading to...
-
fb72481b...8827e456 - 12 commits from branch
added 16 commits
-
d72cf651...689e844e - 15 commits from branch
computing:master
- bfcd018f - Added protection against out-of-sequence timeslice reading to...
-
d72cf651...689e844e - 15 commits from branch
enabled an automatic merge when the pipeline for bfcd018f succeeds