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

feat: log errors on panic in sort_dedupe_persist #25678

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Conversation

hiltontj
Copy link
Contributor

This adds some error handling and logging around the method that sorts, deduplicates, and persists parquet data during the snapshot process

The errors will need to be handled in follow-on work, but this is for helping debug fatal errors during the process.

Closes #25677

See also #25676

This adds some error handling and logging around the method that sorts,
deduplicates, and persists parquet data during the snapshot process

The errors will need to be handled in follow-on work, but this is for
helping debug fatal errors during the process.
@hiltontj hiltontj added the v3 label Dec 18, 2024
@hiltontj hiltontj self-assigned this Dec 18, 2024
@hiltontj hiltontj merged commit 93222f7 into main Dec 18, 2024
13 checks passed
@hiltontj hiltontj deleted the hiltontj/buf-snap-errs branch December 18, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Log errors during sort/deduplication/persist of parquet files
2 participants