Skip to content

Pool connectionsOpen and connectionsInUse values on Network drops #1235

@dvpatel

Description

@dvpatel

Greeting,

I have general questions about pool properties for cases where connections are dropped below poolMin due to actions taken by network intermediaries, ie. firewall dropping idle connections.

For example, if my pool is configured for poolMin = 5, poolMax = 10 and default poolPingInterval, what will the output of pool.connectionsOpen and pool.connectionInUse be if pooled connections drop below the poolMin? I am seeing output in my application where pool.connectionsOpen drops to 0 and then back to 1 but never regaining poolMin. With this output, is my app really using only a single connection? And why isn't poolMin maintained for cases where network intermediaries is dropping connections?

I'm using Oracle client 19.X but am a bit behind with the npm module at 3.X.

Thank you for your time and support.
-DP

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions