[Bug 65757] Async WriteListener#onWritePossible never called

2022-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 --- Comment #10 from Samuel Cox --- Thanks! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.

[Bug 65757] Async WriteListener#onWritePossible never called

2022-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 65757] Async WriteListener#onWritePossible never called

2021-12-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 --- Comment #8 from Remy Maucherat --- (In reply to Mark Thomas from comment #7) > (In reply to Remy Maucherat from comment #5) > > Once reviewed and validated (if needed), a fix like this one is almost > > always applied to all branches. > >

[Bug 65757] Async WriteListener#onWritePossible never called

2021-12-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 --- Comment #7 from Mark Thomas --- (In reply to Remy Maucherat from comment #5) > Once reviewed and validated (if needed), a fix like this one is almost > always applied to all branches. LGTM. My only thought is how many of the other contain

[Bug 65757] Async WriteListener#onWritePossible never called

2021-12-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 --- Comment #6 from Samuel Cox --- Hey Remy. Thanks. No pressure or anything, just curious if you have _any_ idea on when this could be released. Based on your release notes, it looks like you tend to cut a release every month. Do you see b

[Bug 65757] Async WriteListener#onWritePossible never called

2021-12-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 --- Comment #5 from Remy Maucherat --- Once reviewed and validated (if needed), a fix like this one is almost always applied to all branches. -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 65757] Async WriteListener#onWritePossible never called

2021-12-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 --- Comment #4 from Samuel Cox --- Hi Remy, I am currently working on a workaround in our code, but I don't want to continue that if a fix is near. Honestly, I was curious if you could do something like you are proposing here, but I simply do

[Bug 65757] Async WriteListener#onWritePossible never called

2021-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 --- Comment #3 from Remy Maucherat --- Created attachment 38138 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38138&action=edit Patch The idea is to try to identify the original processing thread better. Unless I missed something, thi

[Bug 65757] Async WriteListener#onWritePossible never called

2021-12-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 --- Comment #2 from Remy Maucherat --- This is caused by the fact that the logic identifies this as a container thread, which is not enough in that edge case. Basically there is a need to dispatch if the thread is not the original request threa

[Bug 65757] Async WriteListener#onWritePossible never called

2021-12-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65757 --- Comment #1 from Samuel Cox --- Violeta's test can be found at https://github.com/apache/tomcat/blob/714236af3458f030ec598660fa5fa886cd63dbd0/test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java#L934 -- You are receiving this mail