On 03/06/2019 14:15, Rémy Maucherat wrote: > On Mon, Jun 3, 2019 at 1:21 PM Mark Thomas <ma...@apache.org > <mailto:ma...@apache.org>> wrote: > > Hi, > > It is the start of another month so I intend to tag 9.0.x and 8.5.x > shortly. Or at least I did until I found a handful of HTTP/2 related > failures when I ran the unit tests on Windows for 9.0.x. > > > Bad news :( I haven't run into it.
Indeed. > +1 for the tags. > > > I think I have found at least one more edge case around the > Stream/Connection allocation handling. Fixing it is going to mean going > back to a synchronizing on a single object (Stream) so the current > notify Stream/Connection code is going to need some re-work. > > I have a potential patch but I haven't finished testing it yet. It also > needs proper debug logging, i18n etc. If all goes well, I should be able > to commit the fix and then tag later today. I'll post an update if > things don't go well. Things seem to be improving. Linux and OSX are OK but NIO2 on Windows is still failing some tests but fewer than before. I'm currently re-running the unit tests with debug logging enabled to shed some light on what is going wrong. As far as I can tell the issue(s) are still around handling of WINDOW_UPDATE frames when the Connection/Stream flow control window is exhausted. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org