Description
In the class ConsoleSessionImpl does not close the session originated from the class CommandProcessorImpl (from SessionFactoryImpl.create(...)). Resulting from that the CommandProcessorImpl keeps all open sessions in a WeakHashMap which will grow over time too.
On the other hand the HeadlessSessionImpl does close the session in its close function.
Attachments
Issue Links
- is related to
-
KARAF-4068 Memory leak in SessionFactoryImpl class
- Closed