tomaswolf commented on issue #859: URL: https://github.com/apache/mina-sshd/issues/859#issuecomment-3715798146
If you have a lot of these timer threads this indicates that you have a lot of `SshClient` instances that apparently never get closed. So even with the fix of #721 there is likely still a problem in your application; it'll just be less visible. In #474 the root cause was apparently some missing cleanup in spring-integration. Can you figure out where all these `SshClient` instances come from? -- 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]
