Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[19.03 backport] Bump grpc to v1.23.1 #2373

Merged
merged 2 commits into from
Mar 3, 2020

Commits on Mar 3, 2020

  1. vendor: update grpc to v1.23.0

    Signed-off-by: Tibor Vass <tibor@docker.com>
    (cherry picked from commit 70a4eb2)
    Signed-off-by: Tibor Vass <tibor@docker.com>
    Tibor Vass committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    a51e9e6 View commit details
    Browse the repository at this point in the history
  2. vendor: bump google.golang.org/grpc v1.23.1

    full diff: grpc/grpc-go@v1.23.0...v1.23.1
    
    - grpc/grpc-go#3018 server: set and advertise max frame size of 16KB
    - grpc/grpc-go#3017 grpclb: fix deadlock in grpclb connection cache
        - Before the fix, if the timer to remove a SubConn fires at the
          same time NewSubConn cancels the timer, it caused a mutex leak
          and deadlock.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 013151f)
    Signed-off-by: Tibor Vass <tibor@docker.com>
    thaJeztah authored and Tibor Vass committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    0e40b91 View commit details
    Browse the repository at this point in the history