Dennis Adjei-Baah

Results 10 comments of Dennis Adjei-Baah

👋 @chrismikehogan, Thanks for filing this. FWIW, there is a config parameter called `clearContext` that can be set at the router level of the config. It's a server side configuration...

Ah, that's right, it also gets applied to inbound requests as well so that wouldn't work.

Thinking about this a little bit more, do you think it would be better to mimic what Linkerd does to the `l5d-err` header? So instead of sending back the entire...

@thedebugger I've begun working on this and it looks the k8s namer has some reach logging statements that are available. For example, The log lines below show Linkerd with a...

@cheriot, got it. I wonder if you could infer which downstream Linkerd Namerd is sending discovery information by running tracing logging in the `h2` module. At this log level, Namerd...

Thanks for filing this issue @hsmade and thanks for the detail repro steps! We will take a look.

Hi @christophetd thanks for getting linkerd-tcp working, We love PRs and would be happy to get one that fixes the issues you have been running into!

I dug into this a little bit more and it appears that this is a bug in Netty's `HTTPObjectAggregrator` [here](https://github.com/netty/netty/blob/91201fb338b29727b18de734f0bdbb2a07458f45/codec-http/src/main/java/io/netty/handler/codec/http/HttpObjectAggregator.java#L230-L242l). It looks like when netty parses a full http message...

According to Oracle's Networking Properties [doc](https://docs.oracle.com/javase/8/docs/technotes/guides/net/properties.html#nct), the default is `-1` which means cache forever. I would imagine you could set the property on the JVM like `-Dnetworkaddress.cache.ttl` or something like...

Thanks for bumping this! We will publish docker images for these real soon.