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-20.2: vendor: bump Pebble to e9a2c44e0bf1 #54185

Merged

Conversation

jbowens
Copy link
Collaborator

@jbowens jbowens commented Sep 10, 2020

e9a2c44e db: close previous WAL before linking next WAL

Fixes #54142.

Release note (bug fix): Fixes a bug whereby a crash during WAL rotation
could cause Cockroach to error on restart reporting corruption.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@jbowens jbowens changed the title vendor: bump Pebble to e9a2c44e0bf1 release-20.2: vendor: bump Pebble to e9a2c44e0bf1 Sep 10, 2020
Copy link
Member

@itsbilal itsbilal 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 3 of 3 files at r1.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @jbowens)


go.mod, line 154 at r1 (raw file):

	golang.org/x/perf v0.0.0-20180704124530-6e6d33e29852
	golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
	golang.org/x/sys v0.0.0-20200909081042-eff7692f9009

I think you'll have to revert these changes again. I've started to manually revert all the hunks other than the Pebble one after running go get -u, or else the build doesn't succeed.

@jbowens
Copy link
Collaborator Author

jbowens commented Sep 10, 2020

I think you'll have to revert these changes again. I've started to manually revert all the hunks other than the Pebble one after running go get -u, or else the build doesn't succeed.

Yeah, I'll do that again for this PR. I filed #54193 for fixing the incompatibility with the current version of golang.org/x/sys.

@jbowens jbowens force-pushed the jackson/pebble-e9a2c44e0bf1 branch 2 times, most recently from 859ee08 to 293be24 Compare September 10, 2020 17:01
```
e9a2c44e db: close previous WAL before linking next WAL
```

Release note (bug fix): Fixes a bug whereby a crash during WAL rotation
could cause Cockroach to error on restart reporting corruption.
@jbowens jbowens merged commit dd493c7 into cockroachdb:release-20.2 Sep 10, 2020
@jbowens jbowens deleted the jackson/pebble-e9a2c44e0bf1 branch September 10, 2020 21:52
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.

3 participants