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

release/v1.0: Vendor in Badger release/v1.6 branch for discard stats bug fix. #4212

Merged
merged 1 commit into from
Oct 24, 2019

Conversation

danielmai
Copy link
Contributor

@danielmai danielmai commented Oct 24, 2019

This vendors in Badger v1.6.0 with dgraph-io/badger#929 cherry-picked
into it (dgraph-io/badger#1098) to avoid any breaking changes to the
data format.

This fixes a bug that prevents Alpha from starting
up successfully. This happens in v1.0.16 and v1.0.17.

Error while creating badger KV posting store error: Unable to find log file. Please retry

The release/v1.0 branch uses the vendor directory for
dependencies. Badger was pulled in with the following command:

govendor fetch github.com/dgraph-io/badger/...@efb9d9d15d7f7baa656e04933058f006c33a8d0f

This change is Reviewable

This vendors in Badger v1.6.0 with dgraph-io/badger#929 cherry-picked
into it (dgraph-io/badger#1098) to avoid any breaking changes to the
data format.

Vendor in Badger to fix a bug that prevents Alpha from starting
up successfully. This happens in v1.0.16 and v1.0.17.

    Error while creating badger KV posting store error: Unable to find log file. Please retry

The release/v1.0 branch uses the vendor directory for
dependencies. Badger was pulled in with the following command:

    govendor fetch github.com/dgraph-io/badger/...@efb9d9d15d7f7baa656e04933058f006c33a8d0f
Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

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

✅ A review job has been created and sent to the PullRequest network.


Check the status or cancel PullRequest code review here.

Copy link
Contributor

@martinmr martinmr left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 28 of 28 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@danielmai danielmai merged commit f6f3b5a into release/v1.0 Oct 24, 2019
@danielmai danielmai deleted the danielmai/v1.0-vendor-badger-discardstats branch October 24, 2019 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants