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

[Backport stable/1.2] fix(broker): retry deployment distribution until success #8545

Merged
2 commits merged into from
Jan 7, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 6, 2022

Description

Backport of #8526 to stable/1.2.

closes #8445 #8525

…e failed broker is up

This test reproduces the bug #8525

(cherry picked from commit d60fa48)
Previously the retry was only scheduled once. So if the retry did not get a response, it is never retried again. As a result a partition that did not receive the deployment in the first two attempts, will never receives it (unless a new leader is elected).

(cherry picked from commit 1912ef7)
Copy link
Contributor

@deepthidevaki deepthidevaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@ghost
Copy link

ghost commented Jan 7, 2022

Build succeeded:

@ghost ghost merged commit a4b4e72 into stable/1.2 Jan 7, 2022
@ghost ghost deleted the backport-8526-to-stable/1.2 branch January 7, 2022 06:04
This pull request was closed.
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.

2 participants