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

[v23.2.x] c/members_member: don't ignore update_broker_client future #15772

Merged

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #15738

Signed-off-by: Tyler Rockwood <rockwood@redpanda.com>
(cherry picked from commit 407185d)
A new clang tidy check I'm developing caught that we're not awaiting for
the future `f` to finish. I've converted it into a coroutine and
co_awaited this future, which I assume is the intended semantics.

Signed-off-by: Tyler Rockwood <rockwood@redpanda.com>
(cherry picked from commit da3d491)
@vbotbuildovich vbotbuildovich added this to the v23.2.x-next milestone Dec 19, 2023
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Dec 19, 2023
@piyushredpanda piyushredpanda modified the milestones: v23.2.x-next, v23.2.20 Dec 19, 2023
@mmaslankaprv mmaslankaprv marked this pull request as ready for review December 19, 2023 14:11
@mmaslankaprv mmaslankaprv self-requested a review December 19, 2023 14:11
@piyushredpanda piyushredpanda modified the milestones: v23.2.20, v23.2.21 Dec 19, 2023
@rockwotj
Copy link
Contributor

/dt

@rockwotj rockwotj self-requested a review December 20, 2023 04:19
@rockwotj rockwotj merged commit c6b0365 into redpanda-data:v23.2.x Dec 20, 2023
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants