Hisanobu Okuda created TEIID-5830:
-------------------------------------
Summary: "reload" command # 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
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}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)