Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: streamnative/oxia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.3
Choose a base ref
...
head repository: streamnative/oxia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.4
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Nov 8, 2024

  1. fix(server): use the correct err for internal server log (#563)

    ### Motivation
    
    use the correct error for the log.
    mattisonchao authored Nov 8, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    miri64 Martine Lenders
    Copy the full SHA
    7283e47 View commit details

Commits on Nov 10, 2024

  1. feat(coordinator): use internal address as unique identification for …

    …load balance (#565)
    
    ### Motivation
    
    Currently, we are using the server address as the key to do rebalance.
    That will be triggered if the user only changes the public address of
    the server.
    We can use the internal address as the unique identification for the
    user to allow the user to change the public address or other information
    without the node swapping.
    
    
    ### Modification
    
    - Introduce `ServerContext` struct as the map value.
    - Use the internal address as the filter key.
    mattisonchao authored Nov 10, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    miri64 Martine Lenders
    Copy the full SHA
    61f09cf View commit details
Loading