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

Fix for an undesired partition migration with stale leader epoch #4680

Merged
merged 4 commits into from
Apr 18, 2024

Commits on Apr 17, 2024

  1. Failing test

    emasab committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4e348b4 View commit details
    Browse the repository at this point in the history
  2. Fix for an undesired partition migration

    with stale leader epoch
    
    A partition migration could happen,
    using stale metadata, when the partition
    was undergoing a validation and
    being retried because of an error.
    Solved by doing a partition migration
    only with a non-stale leader epoch.
    Happening since 2.1.0
    emasab committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9e7901f View commit details
    Browse the repository at this point in the history
  3. Add issues

    emasab committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d56573d View commit details
    Browse the repository at this point in the history
  4. Typo

    emasab committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    04a8270 View commit details
    Browse the repository at this point in the history