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-19.1: storage: don't crash on new seqno error from rocks ingest #36739

Merged
merged 1 commit into from
Apr 11, 2019

Conversation

dt
Copy link
Member

@dt dt commented Apr 10, 2019

Backport 1/1 commits from #36688.

/cc @cockroachdb/release


storage: don't crash on new seqno error from rocks ingest
If rocks has already compacted our file away, the link count might not
be >1 but it could still reject repeated ingestion. We can just fall
back to the copy, and any real error will be surfaced when we try to
ingest it.

Release note: none.

If rocks has already compacted our file away, the link count might not
be >1 but it could still reject repeated ingestion. We can just fall
back to the copy, and any real error will be surfaced when we try to
ingest it.

Release note: none.
@dt dt requested review from bdarnell, ajkr, petermattis and a team April 10, 2019 23:12
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@ajkr ajkr left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @bdarnell and @petermattis)

@vivekmenezes vivekmenezes merged commit b652751 into cockroachdb:release-19.1 Apr 11, 2019
@dt dt deleted the backport19.1-36688 branch April 11, 2019 12:48
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.

4 participants