FliegenKLATSCH opened a new issue, #458: URL: https://github.com/apache/mina-sshd/issues/458
### Version 2.11.0 ### Bug description `KeyExchangeMessageHandler:89` creates an unnamed SingleThreadExecutor, which is kept open for each session. In our use case we create connections to several thousand servers and keep them open. Would it be possible to close this pool more eagerly? If not or too complicated, a single instance pool, which ideally could be configured, would probably also work. ### Actual behavior Threads stay alive ### Expected behavior Pool is closed more eagerly ### Relevant log output ```Shell 2024-01-24 15:18:42,094 INFO session.ClientSessionImpl: flushQueue(ClientSessionImpl[...:22]): 3 pending packets to flush [pool-3231-thread-1] ``` ### Other information _No response_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
