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

kadm: do not reuse ApiVersions in many concurrent requests #604

Merged
merged 1 commit into from
Oct 22, 2023
Merged

Conversation

twmb
Copy link
Owner

@twmb twmb commented Oct 21, 2023

The client calls SetVersion internally per request, so doing this concurrently leads to races.

Closes #597.

The client calls SetVersion internally per request, so doing this
concurrently leads to races.
@twmb twmb mentioned this pull request Oct 21, 2023
@twmb twmb merged commit d156322 into master Oct 22, 2023
6 checks passed
@twmb twmb deleted the 597 branch October 22, 2023 03:02
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.

Data Race
1 participant