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

Disable splits in release 1.2 #4672

Merged
merged 1 commit into from
Jan 27, 2020
Merged

Disable splits in release 1.2 #4672

merged 1 commit into from
Jan 27, 2020

Conversation

martinmr
Copy link
Contributor

@martinmr martinmr commented Jan 25, 2020

This change is Reviewable

@martinmr martinmr requested a review from manishrjain as a code owner January 25, 2020 01:11
@martinmr martinmr requested a review from danielmai January 25, 2020 01:11
Copy link
Contributor

@danielmai danielmai 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 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @manishrjain)

@martinmr martinmr merged commit c1a7a2c into master Jan 27, 2020
@martinmr martinmr deleted the martinmr/disable-splits-12 branch January 27, 2020 18:26
martinmr added a commit that referenced this pull request Jan 27, 2020
martinmr added a commit that referenced this pull request Jan 28, 2020
danielmai added a commit that referenced this pull request Feb 6, 2020
danielmai added a commit that referenced this pull request Feb 6, 2020
* Revert "Disable splits in release 1.2 (#4672)"

This reverts commit 1846c68.

* Bug Fix: Handle multi-part lists properly in ReadPostingList (#4574)

This PR changes ReadPostingList to skip over the parts of a multi-part list so that
they are not accessed the next time ReadPostingList is called. A multi-part posting
list should only be accessed via the main key. Accessing the posting list via one of
the other keys was causing issues during rollup and adding spurious keys to the
database, which eventually caused reads to return nil in the Jepsen uid-set test.

* Add checks to verify expected number of list splits in list_test.go (#4609)

(cherry picked from commit 9ca59f8)

Co-authored-by: Martin Martinez Rivera <[email protected]>
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