]
Hisanobu Okuda updated TEIID-5830:
----------------------------------
Summary: "reload" command increases # of buffermanger instances (was:
"reload" command # of buffermanger instances)
"reload" command increases # of buffermanger instances
------------------------------------------------------
Key: TEIID-5830
URL:
https://issues.jboss.org/browse/TEIID-5830
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 8.12.18.6_4
Environment: - DV 6.4.0
Reporter: Hisanobu Okuda
Assignee: Steven Hawkins
Priority: Major
After running "reload" command in jboss-cli,
{code}
$ $JBOSS_HOME/bin/jboss-cli.sh -c
[standalone@localhost:9999 /] reload
{code}
The numbers of BufferManagerImpl and Cleaner are increased:
{code}
$ jmap -histo:live 22068 | grep BufferManagerImpl
1493: 2 336 org.teiid.common.buffer.impl.BufferManagerImpl
1625: 7 280
org.teiid.common.buffer.impl.BufferManagerImpl$Cleaner
2296: 2 128 org.teiid.common.buffer.impl.BufferManagerImpl$1
{code}