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

Upstream/v2.210.4 #128

Open
wants to merge 2 commits into
base: upstream/v2/210.2
Choose a base branch
from
Open

Commits on Nov 16, 2023

  1. v2.210.3 (linkerd#2522)

    * Include server address in server error logs (linkerd#2500)
    * inbound: Fix gRPC response classification (linkerd#2496)
    * Bump ahash to v0.8.5 (linkerd#2498)
    * Allow BSD-2-Clause
    
    ---------
    
    Co-authored-by: Oliver Gould <[email protected]>
    adleong and olix0r authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7d8a46b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Update DEFAULT_OUTBOUND_TCP_QUEUE_CAPACITY to 10K (linkerd#2521)

    DEFAULT_OUTBOUND_TCP_QUEUE_CAPACITY was incorrectly set to 10 so that
    bursts of TCP connections could see EOF errors.
    
    This change increases the value to match the HTTP queue capacity.
    olix0r authored and hawkw committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5a910be View commit details
    Browse the repository at this point in the history