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: grpc/grpc-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: grpc/grpc-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.79.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 39 files changed
  • 2 contributors

Commits on Jan 30, 2026

  1. xds: Normalize weights before combining endpoint and locality weights

    Previously, the number of endpoints in a locality would skew how much
    traffic was sent to that locality. Also, if endpoints in localities had
    wildly different weights, that would impact cross-locality weighting.
    
    For example, consider:
      LocalityA weight=1 endpointWeights=[100, 100, 100, 100]
      LocalityB weight=1 endpointWeights=[1]
    
    The endpoint in LocalityB should have an endpoint weight that is half
    the total sum of endpoint weights, in order to receive half the traffic.
    But the multiple endpoints in LocalityA would cause it to get 4x the
    traffic and the endpoint weights in LocalityA causes them to get 100x
    the traffic.
    
    See gRFC A113
    ejona86 committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    f6d140f View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Configuration menu
    Copy the full SHA
    f93ecb0 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.79.0

    kannanjgithub committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    381593f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f20b27a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

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