Alex Leong

Results 46 issues of Alex Leong

When the HTTP client receives a 204 response with no content-length header, it appears to add a content-length header to the response object. ### Expected behavior Content-length header should not...

### What is the issue? The Linkerd CLI takes a `--api-addr` flag which overrides the address used to connect to the Linkerd control plane. This is mostly for use in...

help wanted
area/cli
priority/triage
bug

### What is the issue? The linkerd-crds Helm chart version edge-1.1.1 was unintentionally republished during the edge-22.7.1 release to include changes from that release, namely the addition of the `HttpRoute`...

bug

linkerd should have some mechanism to fork incoming requests and send them to two separate backends with one of the responses being returned to the caller and the other response...

The Namerd thrift interface uses 2 caches: an active cache for observations that currently have pending requests on them and an inactive cache for observations that do not have any...

bug

Linkerd's H2 protocol uses the SingletonPool for connection pooling. This means that all requests for an address multiplex on the same connection. This works great until maxStreamsPerConnection is reached, at...

Linkerd can be run on the OpenJ9 JVM. What tools are available for debugging issues when running on OpenJ9? Does OpenJ9 export metrics or diagnostic data? What existing JDK tools...

Linkerd should support tunnel connections using the CONNECT method. This allows clients using https to proxy through Linkerd, for example using the https_proxy environment variable.

Add an admin endpoint that surfaces common issues that can lead to Linkerd performance or correctness issues. For example: * High amount of connection churn * High amount of GC...

There should be a filtered view of metrics.json which only displays a smaller number of metrics which are most commonly useful. Most of the time, the full detail provided by...