You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In what version(s) of Spring Integration are you seeing this issue?
6.3.1
Describe the bug
ClientSession associated with SftpSession is never closed. If the SFTP server is not setup to timeout these connections eventually no more connections can be made to the SFTP server.
Fixes: #9272
* close ClientSession when closing SftpSession
* fix whitespace issues
* stop the SshClient on bean destruction
* use convenient assertions
(cherry picked from commit a3fb68a)
Fixes: #9272
* close ClientSession when closing SftpSession
* fix whitespace issues
* stop the SshClient on bean destruction
* use convenient assertions
(cherry picked from commit a3fb68a)
In what version(s) of Spring Integration are you seeing this issue?
6.3.1
Describe the bug
ClientSession associated with SftpSession is never closed. If the SFTP server is not setup to timeout these connections eventually no more connections can be made to the SFTP server.
Also described here: https://stackoverflow.com/questions/78226325/spring-integration-open-a-new-ssh-connection-after-each-sftpexception
The text was updated successfully, but these errors were encountered: