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

MRG: add error-exit in fastmultigather against rocksdb for failed gather #392

Merged
merged 2 commits into from
Jul 14, 2024

Conversation

ctb
Copy link
Collaborator

@ctb ctb commented Jul 13, 2024

This fixes an issue noted in #390 (comment), where if a RocksDB cannot load a sketch from external FSStorage, fastmultigather outputs an error message, but doesn't actually error exit.

With this PR, a clear error message is printed. However, we don't quit out of the fastmultigather early; that seemed like a harder fix :).

Copy link
Contributor

@bluegenes bluegenes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@ctb ctb merged commit b452170 into main Jul 14, 2024
1 check passed
@ctb ctb deleted the error_exit_multigather branch July 14, 2024 22:57
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 this pull request may close these issues.

2 participants