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

roachpb: add TODO to remove needsRefresh from InitPutRequest #30041

Merged
merged 1 commit into from
Sep 11, 2018

Conversation

nvanbenschoten
Copy link
Member

As of #27302, a successful InitPut always leaves an intent. Because of this,
we can remove its needsRefresh flag. However, we can't do so until v2.2.

Release note: None

As of cockroachdb#27302, InitPut always leaves an intent. Because of this, we
can remove its `needsRefresh` flag. However, we can't do so until
v2.2.

Release note: None
@nvanbenschoten nvanbenschoten requested review from spencerkimball and a team September 10, 2018 22:23
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@spencerkimball spencerkimball left a comment

Choose a reason for hiding this comment

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

Seems that you should also create an issue to tackle this TODO and self assign.

@nvanbenschoten
Copy link
Member Author

Done. #30077.

bors r+

craig bot pushed a commit that referenced this pull request Sep 11, 2018
30041: roachpb: add TODO to remove needsRefresh from InitPutRequest r=nvanbenschoten a=nvanbenschoten

As of #27302, a successful `InitPut` always leaves an intent. Because of this,
we can remove its `needsRefresh` flag. However, we can't do so until v2.2.

Release note: None

Co-authored-by: Nathan VanBenschoten <[email protected]>
@craig
Copy link
Contributor

craig bot commented Sep 11, 2018

Build succeeded

@craig craig bot merged commit e79800b into cockroachdb:master Sep 11, 2018
@nvanbenschoten nvanbenschoten deleted the nvanbenschoten/noInitPut branch September 12, 2018 21:53
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