Skip to content

Timestamps falls back in time while sequence numbers increases. #611

@emvarunp

Description

@emvarunp

Summary

We are observing a case where observations with monotonically increasing sequence numbers have timestamps that go backwards in time. Worth noting that IgnoreTimestamps is set to true on this agent, so assuming all timestamps are being generated by the agent rather than forwarded from an adapter.


Observed behavior

Sequence numbers increase without interruption, but timestamps jump backwards by hours at certain points in the stream. The attached screenshot shows this for a single data item (Execution).

Example from the attached data:

Sequence    Timestamp   Value
1222952232  14:43:04    ACTIVE
1222954278  10:18:18    STOPPED     ← goes back ~4h 25m
1222959352  11:06:57    READY
1222959353  11:06:58    STOPPED
1222960215  11:07:11    ACTIVE

Sequence is strictly increasing. Timestamps are not.


Environment

  • Agent version: 2.7.0.11
  • Schema version: 2.4
  • IgnoreTimestamps: true
  • DataItem type: Execution (category: EVENT)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions