Skip to content

roachpb: treat DeprecatedVerifyChecksumRequest as NoopRequest#9362

Merged
tamird merged 2 commits intocockroachdb:masterfrom
tamird:deprecated-request
Sep 14, 2016
Merged

roachpb: treat DeprecatedVerifyChecksumRequest as NoopRequest#9362
tamird merged 2 commits intocockroachdb:masterfrom
tamird:deprecated-request

Conversation

@tamird
Copy link
Copy Markdown
Contributor

@tamird tamird commented Sep 14, 2016

#9347

@mberhault @cockroachdb/stability


This change is Reviewable

@tamird tamird added the S-1-stability Severe stability issues that can be fixed by upgrading, but usually don’t resolve by restarting label Sep 14, 2016
@petermattis
Copy link
Copy Markdown
Collaborator

:lgtm:


Reviewed 2 of 2 files at r1.
Review status: 2 of 8 files reviewed at latest revision, all discussions resolved, some commit checks pending.


Comments from Reviewable

@tamird
Copy link
Copy Markdown
Contributor Author

tamird commented Sep 14, 2016

Updated to return a response with the right tag number and added a smoke test.

@tbg
Copy link
Copy Markdown
Member

tbg commented Sep 14, 2016

LGTM

@tamird tamird merged commit 3fff057 into cockroachdb:master Sep 14, 2016
@tamird tamird deleted the deprecated-request branch September 14, 2016 18:40
bdarnell added a commit to bdarnell/cockroach that referenced this pull request Dec 3, 2016
Restore the header fields to deprecated requests and responses instead
of embedding a NoopRequest (partially reverting cockroachdb#9362). NoopRequests do
not have keys, but never appear alone, ensuring that the batch as a
whole has at least one request with keys. Deprecated requests, however,
can appear alone and therefore must have keys to allow other invariants
to be validated.
bdarnell added a commit to bdarnell/cockroach that referenced this pull request Dec 4, 2016
Restore the header fields to deprecated requests and responses instead
of embedding a NoopRequest (partially reverting cockroachdb#9362). NoopRequests do
not have keys, but never appear alone, ensuring that the batch as a
whole has at least one request with keys. Deprecated requests, however,
can appear alone and therefore must have keys to allow other invariants
to be validated.
bdarnell added a commit to bdarnell/cockroach that referenced this pull request Dec 6, 2016
Restore the header fields to deprecated requests and responses instead
of embedding a NoopRequest (partially reverting cockroachdb#9362). NoopRequests do
not have keys, but never appear alone, ensuring that the batch as a
whole has at least one request with keys. Deprecated requests, however,
can appear alone and therefore must have keys to allow other invariants
to be validated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-1-stability Severe stability issues that can be fixed by upgrading, but usually don’t resolve by restarting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants