Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Fixed consumer fetch max wait time due to Sarama potential bug #183

Merged
merged 1 commit into from
Jun 1, 2022

Conversation

ppatierno
Copy link
Member

@ppatierno ppatierno commented Jun 1, 2022

While testing RC2, we found that the end to end latency on the canary was increased.
After some investigation (thanks to @k-wall) it turned out that the following change in Sarama is the root cause: IBM/sarama#2227
It highlights that there could be a potential bug elsewhere in Sarama which has to be addressed.
Meanwhile, the canary can be updated by setting that consumer max time to the same 250 ms (as before in Sarama).

This PR fixes #184

Signed-off-by: Paolo Patierno <ppatierno@live.com>
@ppatierno ppatierno requested a review from a team June 1, 2022 13:31
@ppatierno ppatierno added this to the 0.3.0 milestone Jun 1, 2022
@ppatierno
Copy link
Member Author

To be cherry-picked on 0.3.0 release branch when merged.

@k-wall
Copy link
Contributor

k-wall commented Jun 1, 2022

lgtm

@ppatierno ppatierno modified the milestone: 0.3.0 Jun 1, 2022
@ppatierno ppatierno merged commit 4671a13 into strimzi:main Jun 1, 2022
@ppatierno ppatierno deleted the fix-maxwaittime-sarama branch June 1, 2022 14:15
ppatierno added a commit that referenced this pull request Jun 1, 2022
Signed-off-by: Paolo Patierno <ppatierno@live.com>
melchiormoulin pushed a commit to melchiormoulin/strimzi-canary that referenced this pull request Jul 3, 2022
…zi#183)

Signed-off-by: Paolo Patierno <ppatierno@live.com>
Signed-off-by: Melchior Moulin <melchior.moulin@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

End to end latency increased due to featch max wait time increased in Sarama
3 participants