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

Fix don't swallow the error when creating column families failed #620

Merged
merged 2 commits into from
Jun 6, 2022
Merged

Fix don't swallow the error when creating column families failed #620

merged 2 commits into from
Jun 6, 2022

Conversation

git-hulk
Copy link
Member

@git-hulk git-hulk commented Jun 4, 2022

We expected to ignore the column families not opened error
opened error, but we ignored all errors without checking the
error type and message. This may cause other errors being ignored
as well.

This closes: #437

@git-hulk git-hulk requested review from ShooterIT and tisonkun June 4, 2022 07:10
We expected to ignore the column families not opened error
opened error, but we ignored all errors without checking the
error type and message. This may cause other errors being ignored
as well.
@git-hulk git-hulk requested a review from tisonkun June 4, 2022 16:44
Copy link
Member

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

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

LGTM

@git-hulk git-hulk merged commit 537ad45 into apache:unstable Jun 6, 2022
@git-hulk git-hulk mentioned this pull request Jun 6, 2022
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.

[BUG] Failed to open DB with missing CURRENT file
3 participants