You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Martin Krüger (JIRA)" <ji...@apache.org> on 2015/10/15 13:48:05 UTC

[jira] [Created] (KARAF-4069) ConsoleSessionImpl does not close the session in function close()

Martin Krüger created KARAF-4069:
------------------------------------

             Summary: ConsoleSessionImpl does not close the session in function close()
                 Key: KARAF-4069
                 URL: https://issues.apache.org/jira/browse/KARAF-4069
             Project: Karaf
          Issue Type: Bug
          Components: karaf-shell
    Affects Versions: 4.0.2
            Reporter: Martin Krüger


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)