yssprasad

Results 12 comments of yssprasad

@erosb : That would be great. Thank you very much for offering quick help

Hello @violetagg : It is very hard for me to get the sample which can reproduce the issue. Is there anyway, i can narrow down the issue? I'm looking for...

Hello @violetagg Here are the logs for failed & successful request. Could you please guide me how to interpret the logs? We've removed connection pooling as well and creating new...

I also see following stack trace frequently in my logs. Hope this is not problematic ``` java.lang.Exception: ChannelOperation terminal stack at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:501) at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:821) at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:115) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)...

Hello @violetagg : Our system processes around 7 million transactions on a daily basis and one observation is, when two transactions are executed on same thread (thread id is same...

Added Blockhound and i was able to get following errors **but they are happening at different times than the issue timings** So, i don't think this is the cause ```...

> and in the thread dump, do you have blocked threads with name `reactor-netty-...`? No @violetagg . Nothing related to reactor netty

> I also see following stack trace frequently in my logs. Hope this is not problematic > > ``` > java.lang.Exception: ChannelOperation terminal stack > at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:501) > at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:821)...

Hello @violetagg : Adding to above, here is the full log of connection state in the application Lifetime of the connection is 40 seconds Please let me know if you...

Hello @violetagg : Here is the log with `.wiretap("reactor.netty", LogLevel.DEBUG, AdvancedByteBufFormat.TEXTUAL)` As I mentioned earlier, Request headers were sent but the **body was not sent** for the failed requests. Following...