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

kvserver: return process error on scatter #124514

Closed
wants to merge 1 commit into from

Conversation

kvoli
Copy link
Collaborator

@kvoli kvoli commented May 21, 2024

Prior to c9cf068, a replica would return any errors processing the range with scatter options via the replicate queue, to the caller. Reinstall this behavior, which informs the caller about any relevant errors.

Fixes: #124510
Release note (bug fix): ADMIN SCATTER would not return any processing errors to the client in v24.1.0. ADMIN SCATTER will now return errors encountered during processing, as was the case prior to v24.1.0.

Prior to c9cf068, a replica would
return any errors processing the range with scatter options via the
replicate queue, to the caller. Reinstall this behavior, which informs
the caller about any relevant errors.

Fixes: cockroachdb#124510
Release note (bug fix): ADMIN SCATTER would not return any
processing errors to the client in v24.1.0. ADMIN SCATTER will now
return errors encountered during processing, as was the case prior to
v24.1.0.
@kvoli kvoli self-assigned this May 21, 2024
Copy link

blathers-crl bot commented May 21, 2024

It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR?

🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@kvoli kvoli closed this May 21, 2024
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.

kvserver: scatter never returns replicate queue process error
2 participants