[jboss-jira] [JBoss JIRA] (WFCORE-774) Memory leak in JBoss CLI
RH Bugzilla Integration (JIRA)
issues at jboss.org
Tue Jan 17 05:59:00 EST 2017
[ https://issues.jboss.org/browse/WFCORE-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13349315#comment-13349315 ]
RH Bugzilla Integration commented on WFCORE-774:
------------------------------------------------
Petr Penicka <ppenicka at redhat.com> changed the Status of [bug 1232736|https://bugzilla.redhat.com/show_bug.cgi?id=1232736] from CLOSED to VERIFIED
> Memory leak in JBoss CLI
> ------------------------
>
> Key: WFCORE-774
> URL: https://issues.jboss.org/browse/WFCORE-774
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Affects Versions: 1.0.0.CR6, 2.0.0.Alpha4
> Reporter: Josef Cacek
> Assignee: Tomas Hofman
> Fix For: 2.0.0.Alpha8
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list