Description
In SessionFactoryImpl there is a list which tracks the created sessions. But nowhere in the code the sessions are removed from the list again. Also there is no use for those sessions as far as I can see (the class is not exported and the variable seems not to be used in the package).
The proposed fix to that particular problem would be to remove the list.
Attachments
Attachments
Issue Links
- is related to
-
KARAF-4067 Decanter collector creates a ssh connection at each call
- Resolved
- relates to
-
KARAF-4069 ConsoleSessionImpl does not close the session in function close()
- Closed