XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.DR9
    • 7.0.0.DR2
    • CLI
    • None
    • Hide

      Simply create new `CommandContextImpl` instances:

      while (true) {
        CommandContextFactory.getInstance().newCommandContext();
      }
      
      Show
      Simply create new `CommandContextImpl` instances: while ( true ) { CommandContextFactory.getInstance().newCommandContext(); }

      The JBoss CLI contains a memory leak related to CLI Kerberos authentication.

      The org.jboss.as.cli.impl.CommandContextImpl class calls the initJaasConfig() in its constructor,
      which adds a new JaasConfigurationWrapper instance to javax.security.auth.login.Configuration.
      It's done for every new CommandContext instance, so it consumes more and more memory. There is no cleanup for the registered
      configurations.

      Moreover, the searches for appropriate
      login config take more and more time because they have to go through all the wrapped objects.

            olubyans@redhat.com Alexey Loubyansky
            josef.cacek@gmail.com Josef Cacek (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: