Sergii Tkachenko

Results 31 comments of Sergii Tkachenko

@markdroth Don't know how it should work - as you mentioned we don't support it in gRPC. Handing this over to @tyxia.

@Lincong The problem @ejona86 is referring to has to do with ThreadLocals. Ideally only types from the system classloader to avoid memory leaking, particularly in servlets. However, gRPC (and Netty)...

Thank you for reporting this! Seems like an interesting case. I'm planning to take care of the issue in NettyClientStream.writeFrameInternal, and check for any other places this issue may affect.

@ejona86 - need your opinion on this.

Related PR: https://github.com/grpc/grpc-java/pull/10977

@panchenko - saw your comment in an email, but not here for some reason. > I am curious: is there a technical problem with that change? I think we'd have...

Came out of #11018. May be full or partial solution for it.

To rule out HTTP request having DNS cached, could you please test the same flow, but once you create gRPC Channel, call [`ManagedChannel.getState(true)`](https://grpc.github.io/grpc-java/javadoc/io/grpc/ManagedChannel.html#getState(boolean)) to force gRPC channel to connect? We...