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

Change severity of StateDeltaTrackerException from error to warning #9657

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

pmossman
Copy link
Contributor

What

When the MessageTracker sees a state hash that it has already counted, it throws an exception because it can no longer reliably compute the number of committed records during the sync. This error has caused some confusion recently (see https://github.com/airbytehq/oncall/issues/110 and #9629) because it currently reads like a severe error. In reality, this error only impacts the metadata that we summarize at the end of the sync, and does not indicate an issue with the sync data itself.

How

This PR changes the severity of the log from error to warning, and adds additional text to clarify that only sync metadata is impacted.

@github-actions github-actions bot added area/platform issues related to the platform area/worker Related to worker labels Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform issues related to the platform area/worker Related to worker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants