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.31.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.31.1
Choose a head ref
  • 10 commits
  • 53 files changed
  • 5 contributors

Commits on Jul 29, 2020

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

Commits on Aug 5, 2020

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

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    7416577 View commit details
    Browse the repository at this point in the history
  2. netty: Provide an environment variable to toggle BDP monitoring

    A user has reported a GOAWAY with too_many_pings when using BDP. We
    aren't certain why it is happening, but want to provide a way to disable
    BDP while we continue investigating. b/162162973
    ejona86 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    9e58c52 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. xds: add header matching special cases for hiding/exposing some gRPC …

    …headers (v1.31.x backport) (#7224) (#7313)
    
    Expose "content-type" header (hard-coded) at header matching, pretend it's already there.
    voidzcy authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    491c9e2 View commit details
    Browse the repository at this point in the history
  2. xds: support load reporting all clusters option and fix actual report…

    … interval measurement (v1.31.x backport) (#7209) (#7315)
    
    - Add support for send_all_clusters field in LRS response. When it is set to true, just send load reports for clusters that the client is currently tracking (aka, is sending load to).
    
    - The actual load report interval (in each ClusterStats message, which contains the stats for each cluster:eds_service) should be tracked individually.
    voidzcy authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    0abff44 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. xds: manage load stats for all clusters in XdsClient (v1.31.x backpor…

    …t) (#7299) (#7317)
    
    Move the creation of LoadStatsStore (aka, the stats object) into XdsClient. The XdsClient is responsible for managing the lifetime of stats objects. Creations of LoadStatsStores are reference counted so that multiple EDS policies can retrieve the same stats object for load recording. Counters for recording loads per locality also need to be reference counted, as each EDS policy for the same cluster will receive endpoints for the same group of localities, they will use the same load counters for recording each locality's loads.
    voidzcy authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    417a8f7 View commit details
    Browse the repository at this point in the history
  2. README: link to v1.31.0 example directories

    Followup to #7267. The rest of the README page refers to v1.31.0, so it would seem reasonable to link to the example folders of v1.31.0 too -- rather than v1.30.0.
    
    @ejona86
    chalin authored and ejona86 committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    268a35c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8604814 View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.31.1

    ejona86 committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    396dca3 View commit details
    Browse the repository at this point in the history
Loading