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.77.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 14 files changed
  • 2 contributors

Commits on Nov 3, 2025

  1. xds: Avoid default bootstrap when global override in XdsNameResolver

    This fixes a regression with an internal API from 27d1508 where
    overridding the global bootstrap didn't impact parsing the default
    bootstrap. So if no global bootstrap was available XdsNameResolver would
    fail to start even though an override was in place in
    SharedXdsClientPoolProvider. Instead of dealing with the override in
    SharedXdsClientPoolProvider, do it in GrpcBootstrapperImpl so
    XdsNameResolver is ignorant of the source of the default bootstrap.
    
    We want all of this to go away in favor of XDS_CLIENT_SUPPLIER
    injection, but there needs to be some overlap for migration.
    
    cl/826085025
    ejona86 committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    9cc31e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. xds: Detect negative ref count for xds client

    If the refcount goes negative, then the next getObject() will return
    null. This was noticed during code inspection when investigating a
    NullPointerException in b/454396128, although it is unclear if this is
    actually happening.
    ejona86 committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    21696cd View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. rls: Add route lookup reason to request whether it is due to a cache …

    …miss or stale cache entry (#12442)
    
    b/348690462
    kannanjgithub authored and ejona86 committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    795ce02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e8af56 View commit details
    Browse the repository at this point in the history
Loading