Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ingestion retrying an invalid FeatureRow endlessly #163

Closed
pradithya opened this issue Mar 28, 2019 · 0 comments · Fixed by #166
Closed

Ingestion retrying an invalid FeatureRow endlessly #163

pradithya opened this issue Mar 28, 2019 · 0 comments · Fixed by #166
Assignees

Comments

@pradithya
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant