tomaswolf commented on issue #409:
URL: https://github.com/apache/mina-sshd/issues/409#issuecomment-1694731771

   Interesting: https://bugs.openjdk.org/browse/JDK-7056546 (from 2011, 
reported against Java 1.7):
   
   > This bug is a bit of a corner case that is specific to Windows and 
specific to cases where a channel group is constructed with a custom thread 
pool. [...] in this test case the last remaining channel is closed just prior 
to doing the shutdown. This creates a race where the task to invoke the 
completion handler isn't submitted before the thread pool is shutdown. The bug 
is not critical to 7 and we will examine solutions for a future release.
   
   Well, that bug is still in state "open". Sounds very much what we are seeing 
here: we have a single channel (the acceptor) and close it before the group 
shutdown, and the problem exists only on Windows.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to