release-20.1: vendor: Bump pebble to 6c5e6ce917e124c3d8b50387b998686dc3766dae#50282
Merged
itsbilal merged 1 commit intocockroachdb:release-20.1from Jun 16, 2020
Merged
Conversation
Member
Changes pulled in: - 25e83e93536da50490a4ff90400053f2ae3217e1 db: wake all waiters on cleaner.cond on state transitions - 6681936b9aa427e7c4f5a8405d634392e0a37aa8 internal/record: Handle ErrUnexpectedEOFs like invalid records Release note (bug fix): Fix a bug where restarting cockroach with the pebble storage engine after a crash during write-ahead logging could, in some rare cases, return an "unexpected EOF" error.
fa36b10 to
17b6348
Compare
Contributor
Author
|
TFTR! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes pulled in:
Release note (bug fix): Fix a bug where restarting cockroach with
the pebble storage engine after a crash during write-ahead logging
could, in some rare cases, return an "unexpected EOF" error.