Menu

#784 collector and recorder slightly out-of-sync

Version 4.0 RC1
assigned
None
none
tape
major
3.0
defect
2016-05-15
2013-10-04
No

Collectors and recorders do not quite work in a similar manner; recorders capture one more timestep than collectors. For example, recorder might put out:

2000-01-01 00:00:00, 1
2000-01-01 01:00:00, 2

while a similarly specified collector would only put out:

2000-01-01 00:00:00, 1

It appears that the times are correctly synchronized between the two. This may be due to earlier issues of whether these object calls should reside at the beginning of pre-sync, commit, or pre-commit.

Discussion

  • Jason Fuller

    Jason Fuller - 2014-06-24
    • Description has changed:

    Diff:

    
    
    • status: new --> unassigned
    • Resolution: --> none
    • Component: Tape --> tape
     
  • David P. Chassin

    • Owner: Jason Fuller --> David P. Chassin
    • Status: unassigned --> assigned
    • Milestone: Version 3.1 RC1 --> Unscheduled
     
  • David P. Chassin

    • Milestone: Unscheduled --> Version 4.0 RC1