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

Resolve partitionId overflow issue when number of segments exceeds Java Short.MAX_VALUE in single time period #15116

Closed
wants to merge 6 commits into from

Commits on Oct 10, 2023

  1. refactor to support partitionId in Integer

    Dun Lu committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fda24be View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. fix check-style error

    Dun Lu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    f46a528 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. cap at 65536 with more informative exception msg

    Dun Lu committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    3ea4a93 View commit details
    Browse the repository at this point in the history
  2. more accurate language

    Dun Lu committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    1211494 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    dc09a25 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. avoid fromKey > toKey instead of refactor to int

    Dun Lu committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    982c3f4 View commit details
    Browse the repository at this point in the history