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: checkptr error under -race option #73

Merged
merged 7 commits into from
Jan 6, 2023
Merged

fix: checkptr error under -race option #73

merged 7 commits into from
Jan 6, 2023

Conversation

xiangwanpeng
Copy link
Contributor

Which issue does this PR close?

Closes #72

Rationale for this change

This PR is to fix the checkptr fatal error thrown under the -race option, a similar error has appeared in etcd-io/bbolt#187 and has been fixed.

What changes are included in this PR?

I have replaced the boltdb implementation of metadata storage with etcd-io/bbolt because bbolt is a fork from boltdb, and its maintenance is more active than that of boltdb.

Are there any user-facing changes?

CI will no longer fail.

How does this change test

Unit tests have passed.

Copy link
Member

@archerny archerny left a comment

Choose a reason for hiding this comment

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

LGTM

@archerny archerny merged commit 4951329 into tatris-io:main Jan 6, 2023
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.

fatal error: checkptr: converted pointer straddles multiple allocations
2 participants