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.42.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.42.1
Choose a head ref
  • 9 commits
  • 36 files changed
  • 5 contributors

Commits on Nov 4, 2021

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

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    6c5ad59 View commit details
    Browse the repository at this point in the history
  2. kokoro: Increase xds-k8s timeout to 3 hours

    The addition of the authz tests in 0d34572 is causing the tests to
    exceed their timeout. By itself, the authz test takes about an hour in
    this environment. Before the authz tests, xds-k8s was taking an hour
    and a half.
    ejona86 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    e056859 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. netty: Add system property to disable Connection header check

    A user has a proxy that is sending "Connection: close", which is against
    the HTTP/2 spec, but will take time to fix.
    
    Fixes #8674
    ejona86 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f1e4898 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. xds: remove filter chain uuid name generator (#8663) (#8688)

    Generating a uuid in filterChain breaks the de-duplication detection which causes XdsServer to cycle connections, so removing it.
    An empty name is now allowed. The name is currently only used for debug purpose.
    YifeiZhuang authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c818289 View commit details
    Browse the repository at this point in the history
  2. xds: fix xdsClient resource not exist for invalid resource, fix xdsSe…

    …rverWrapper start on resource not exist (1.42.x backport) (#8690)
    
    * xds: remove filter chain uuid name generator (#8663)
    
    Generating a uuid in filterChain breaks the de-duplication detection which causes XdsServer to cycle connections, so removing it.
    An empty name is now allowed. The name is currently only used for debug purpose.
    
    * xds: fix xdsClient resource not exist for invalid resource, fix xdsServerWrapper start on resource not exist (#8660)
    
    Fix bugs:
    1. Invalid resource at xdsClient, the watcher should have been delivered an error instead of resource not found.
    2. If the resource is properly determined to not exist, it shouldn't cause start() to fail. From A36 xDS for Servers:
    "XdsServer's start must not fail due to transient xDS issues, like missing xDS configuration from the xDS server."
    YifeiZhuang authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    a25472e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96068a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09dad1e View commit details
    Browse the repository at this point in the history
  5. Bump version to 1.42.1

    YifeiZhuang committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    408ffe8 View commit details
    Browse the repository at this point in the history
Loading