We run Mirth connect on linux and when mirth is running in our TEST environment the CLOSE_WAIT number keeps climbing and climbing everyday. I know that mirth connect is the culprit because when I shut it down this number goes back to 0 zero.
Seen by this linux command...
$/sbin/lsof | grep '>itx' | grep CLOSE_WAIT | wc -l
239370
I have added the ability to use the new Oracle DB connection pool with...
:POOLED at the end of the URL and the new oracle driver...
oracle.jdbc.pool.OracleDataSource from the ojdbc8.jar file replacing the ojdbc7 that gets installed with mirth connect. I also added multi-threading to several channels.
I tried to address any and all changes that were needed for these new features, but I discovered this CLOSE_WAIT leak still exist.
Any help or ideas on how to find what is causing this issue would be greatly appreciated?
Mirth Connect Server 3.6.1
Built on July 13, 2018
Java version: 1.8.0_181
Seen by this linux command...
$/sbin/lsof | grep '>itx' | grep CLOSE_WAIT | wc -l
239370
I have added the ability to use the new Oracle DB connection pool with...
:POOLED at the end of the URL and the new oracle driver...
oracle.jdbc.pool.OracleDataSource from the ojdbc8.jar file replacing the ojdbc7 that gets installed with mirth connect. I also added multi-threading to several channels.
I tried to address any and all changes that were needed for these new features, but I discovered this CLOSE_WAIT leak still exist.
Any help or ideas on how to find what is causing this issue would be greatly appreciated?

Mirth Connect Server 3.6.1
Built on July 13, 2018
Java version: 1.8.0_181
Comment