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

GH-3186: Filter out successful commits from retry #3189

Merged
merged 3 commits into from
Apr 11, 2024

Conversation

mikael-carlstedt
Copy link
Contributor

Closes #3186

  • Don't retry failed commits due to rebalance if they are subsequently superseded by successful commits
  • Modify rebalance test cases to capture the scenario that triggers the bug

Closes spring-projects#3186

* Don't retry failed commits due to rebalance if they are subsequently superseded by successful commits
* Modify rebalance test cases to capture the scenario that triggers the bug
@sobychacko
Copy link
Contributor

@mikael-carlstedt Thanks for the PR. Could you add your name as an author to the modified classes?

Closes spring-projects#3186

* Don't retry failed commits due to rebalance if they are subsequently superseded by successful commits
* Modify rebalance test cases to capture the scenario that triggers the bug
Closes spring-projects#3186

* Don't retry failed commits due to rebalance if they are subsequently superseded by successful commits
* Modify rebalance test cases to capture the scenario that triggers the bug
@sobychacko sobychacko merged commit a7e7bf7 into spring-projects:main Apr 11, 2024
2 checks passed
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.

Duplicate record consumption due to offset decrease in last offset commit
2 participants