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

Fixed wait-for-exclusive producer triggering of operation timeout #9600

Merged
merged 2 commits into from
Feb 18, 2021

Conversation

merlimat
Copy link
Contributor

Motivation

The timeout operation when waiting for exclusive producer is not being handled correctly. This leads to the client finally discarding the notification from the broker that it has become the new exclusive producer.

The test was masking this issue because it wasn't using the ad-hoc client instance with the reduced operation timeout.

@merlimat merlimat added the type/bug The PR fixed a bug or issue reported a bug label Feb 16, 2021
@merlimat merlimat added this to the 2.8.0 milestone Feb 16, 2021
@merlimat merlimat self-assigned this Feb 16, 2021
Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

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

LGTM

@merlimat merlimat merged commit 0f28a68 into apache:master Feb 18, 2021
@merlimat merlimat deleted the fix-wait-for-exclusive branch February 18, 2021 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants