Embedded Tomcat 9.0.43 : WINDOW_UPDATE not sent when receiving http2 requests over unknown url

2021-03-09 Thread Arshiya Shariff
Hi All, We are using embedded tomcat version 9.0.43 in our application to transport http/2 packets between 2 systems (h2c connection). All parameters used are the tomcat defaults. We are facing the below issue : 1. Tomcat is not sending WINDOW_UPDATE when a request(payload > 65K) is landed

GOAWAY sent on 404 with large payload in http2

2021-03-09 Thread Doug Whitfield
Hi folks, It is unclear if this is a Tomcat issue, a protocol issue, or something else. I would like some help figuring out if it is a Tomcat issue and then resolving the issue if it is. We have seen this issue in Tomcat 9.0.38 through 9.0.43. For a handful of requests, Tomcat sends GOAWAY

CloseNowException: This stream is not writable

2021-03-09 Thread DevNull
Apache Tomcat Version 9.0.43 Hello In an application showing hundreds of thumbnail images at the same time, about a hundred thumbnails are loaded but the rest are not. Some posts claim it may be due to the http2 connection closing due to too much overhead. I've tried to set

Re: Using threadlocals on async requests

2021-03-09 Thread Christopher Schultz
Thiago, On 3/9/21 08:17, Thiago Veronezi wrote: I have a java agent that has its own transaction feature and it does it by using Threadlocals. The agent transactions feature seems to work ok with Tomcat async requests. Does anyone know it's fine to use threadlocals on async requests? It's

Fwd: Call for Presentations for ApacheCon 2021 now open

2021-03-09 Thread Christopher Schultz
All, FYI I'd love to see some new presentations this year. For anyone who has been considering doing a talk for ApacheCon, now might be a good tie since the conference will (again) be virtual this year. No need to take (a lot of) time off work, or advocate with your employer for travel

Using threadlocals on async requests

2021-03-09 Thread Thiago Veronezi
Hi community, I have a java agent that has its own transaction feature and it does it by using Threadlocals. The agent transactions feature seems to work ok with Tomcat async requests. Does anyone know it's fine to use threadlocals on async requests? Thanks! Thiago.