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

KAFKA-17367: Share coordinator impl. New merge batches algorithm. [3/N] #17149

Open
wants to merge 35 commits into
base: trunk
Choose a base branch
from

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    2128532 View commit details
    Browse the repository at this point in the history
  2. Improved test names.

    smjn committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5f377fb View commit details
    Browse the repository at this point in the history
  3. removed extraneous comment.

    smjn committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8fecb1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7042155 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Modified combine batches logic.

    smjn committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a299752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e1d9a5 View commit details
    Browse the repository at this point in the history
  3. fixed comment.

    smjn committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    080d422 View commit details
    Browse the repository at this point in the history
  4. Handle overlapping input.

    smjn committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bce0cb3 View commit details
    Browse the repository at this point in the history
  5. renamed method arg.

    smjn committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f112e0c View commit details
    Browse the repository at this point in the history
  6. fixed bug in merge logic.

    smjn committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    fca3dcb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e88e7d View commit details
    Browse the repository at this point in the history
  8. minor refactoring.

    smjn committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0c7aadf View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. merge logic overhaul.

    smjn committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e483bd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f3b7b View commit details
    Browse the repository at this point in the history
  3. added generator for tests.

    smjn committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fc548d2 View commit details
    Browse the repository at this point in the history
  4. further optimized merge.

    smjn committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9049ab6 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. minor perf tweaks.

    smjn committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1d1eb19 View commit details
    Browse the repository at this point in the history
  2. removed extraneous prune.

    smjn committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c892bb0 View commit details
    Browse the repository at this point in the history
  3. fixed comment.

    smjn committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8fb168e View commit details
    Browse the repository at this point in the history
  4. incorporated review comments.

    smjn committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6993671 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. incorporated further comments.

    smjn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d20624b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. incorporated comments.

    smjn committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6561d87 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    d747dd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60bda5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e5003c View commit details
    Browse the repository at this point in the history
  4. fixed documentation.

    smjn committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    088bbf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. incorporated review comments.

    smjn committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    32db0a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d2eaac View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. converted batch util to class.

    smjn committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9928084 View commit details
    Browse the repository at this point in the history
  2. renamed a few private methods.

    smjn committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    86d1237 View commit details
    Browse the repository at this point in the history
  3. added comprehensive javadoc.

    smjn committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5e98616 View commit details
    Browse the repository at this point in the history
  4. minor bug fix.

    smjn committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7a63481 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. minor refactoring.

    smjn committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    9d2e834 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c7436d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. incorporated comments.

    smjn committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6f1725f View commit details
    Browse the repository at this point in the history