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

jobs: introduce jobspb.JobID #61128

Merged
merged 1 commit into from
Feb 26, 2021
Merged

Conversation

thoszhang
Copy link
Contributor

This commit introduces a jobspb.JobID int64 type and uses it in most
places where we were previously using an int64.

Closes #61121.

Release justification: Low-risk change to existing functionality.

Release note: None

@thoszhang thoszhang requested review from ajwerner and a team February 25, 2021 17:36
@thoszhang thoszhang requested review from a team as code owners February 25, 2021 17:36
@thoszhang thoszhang requested review from pbardea and removed request for a team February 25, 2021 17:36
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@thoszhang
Copy link
Contributor Author

I wasn't originally planning to do this right now, but I got too deep into it. There are probably still some tests that need to be fixed.

Copy link
Contributor

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

@thoszhang thoszhang force-pushed the job-id-type branch 4 times, most recently from 7456700 to 6101124 Compare February 25, 2021 20:30
@thoszhang
Copy link
Contributor Author

TFTR

bors r+

@craig
Copy link
Contributor

craig bot commented Feb 25, 2021

Merge conflict.

This commit introduces a `jobspb.JobID` int64 type and uses it in most
places where we were previously using an int64.

Release justification: Low-risk change to existing functionality.

Release note: None
@thoszhang
Copy link
Contributor Author

bors r+

@craig
Copy link
Contributor

craig bot commented Feb 26, 2021

Build succeeded:

@craig craig bot merged commit 8f612b4 into cockroachdb:master Feb 26, 2021
@thoszhang thoszhang deleted the job-id-type branch February 26, 2021 01:43
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.

jobs: introduce JobID type
3 participants