]
Jean Francois Denise commented on WFLY-12522:
---------------------------------------------
Assigning to [~flavia.rainone].
Memory Leak: RemoteConnectionHandler objects are created but not
being freed when jboss-cli commands are executed
-----------------------------------------------------------------------------------------------------------------
Key: WFLY-12522
URL:
https://issues.jboss.org/browse/WFLY-12522
Project: WildFly
Issue Type: Bug
Components: CLI, Remoting, Web (Undertow)
Affects Versions: 16.0.0.Final, 17.0.0.Final, 17.0.1.Final
Reporter: super 6349
Assignee: Flavia Rainone
Priority: Major
When the user executes jboss-cli commands on a fresh installation of wildfly,
RemoteConnectionHandler objects are created but never released.
We identified this problem when we configured a readiness probe on openshift using
jboss-cli (repeating every 15 seconds) and the memory started to increase along the days.
The application was in development and nobody was accessing it, but the memory increased
nonetheless.