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: v1.49.0
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.49.1
Choose a head ref
  • 9 commits
  • 39 files changed
  • 5 contributors

Commits on Aug 23, 2022

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

Commits on Sep 6, 2022

  1. xDS interop: enable pod log collection in the buildscripts (#9495) (#…

    …9512)
    
    - Enables pod log collection in all PSM interop jobs implemented
      in grpc/grpc#30594.
    - Associate test suite runs with their own log file, so it's displayed
      on the "Target Log" tab
    - Updates security job to not stop after a failed suite, so that
      authz_test run even if security_test failed
    - Fix run_test not returning correct exit status, causing false
      positives in some cases. See grpc/grpc#30768
    sergiitk authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    46eb94d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. [core,api,auth: Choose executor based on need for thread affinity (#9504

    ) (#9524)
    
    * core,api,auth: Choose the callOptions executor when applying request metadata to credentials during newStream based upon whether AppEngineCredentials are being used as they require a specific thread to do the processing.
    
    Add an interface to differentiate whether the specific thread is needed.
    
    Fixes b/244209681
    larry-safran authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    d0848ef View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. xds: ringhash policy in TRANSIENT_FAILURE should not attempt connecti…

    …ng when already in connecting (#9535) (#9537)
    YifeiZhuang authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    e55bf31 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. core: Update outlier detection max ejection logic. (#9489) (#9550)

    Instead of strictly enforcing the max ejection percentage setting,
    allow one additional ejection past the maximum. This quarantees at least
    one ejection and matches Envoy proxy behavior.
    temawi authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    0e4e716 View commit details
    Browse the repository at this point in the history
  2. core: outlier detection to min host request volume (#9490) (#9551)

    When doing the failure percentage algorithm, ejections should be skipped
    if there are not enough addresses that meet the minimum volume
    requirement.
    temawi authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    0707aac View commit details
    Browse the repository at this point in the history
  3. core: outlier detection max ejection logic update (#9492) (#9552)

    Stop further ejection if the ejection percentage is lesser than or equal
    to the maximum ejection percentage. Previously this was only done when
    the current ejection percentage was lesser than the maximum.
    temawi authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8b9acff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1e9c2b View commit details
    Browse the repository at this point in the history
  5. Bump version to 1.49.1

    YifeiZhuang committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    eb32ed1 View commit details
    Browse the repository at this point in the history
Loading