Skip to content

Ingestion retrying an invalid FeatureRow endlessly #163

@pradithya

Description

@pradithya

Expected Behavior

Ingestion should discard invalid FeatureRow and log it into error log

Current Behavior

Invalid timestamp causing unhandled exception which will be retried by ingestion endlessly.

Steps to reproduce

Run ingestion and produce FeatureRow having invalid event timestamp (seconds is outside of range [-62,135,596,800, +253,402,300,799] or nanos is outside of range [0, +999,999,999].

Specifications

  • Version: master branch
  • Subsystem: Ingestion

Possible Solution

Add check during Validate FeatureRow

Metadata

Metadata

Assignees

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