Skip to content

Commit edf4f9a

Browse files
authored
Update Readme.md to clarify disconnect behavior.
Clarify the disconnect behavior with Pool, and the error POOL_NOEXIST.
1 parent 99d6f78 commit edf4f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ Re-connecting a connection is done by establishing a new connection. Once
579579
terminated, an existing connection object cannot be re-connected by design.
580580

581581
With Pool, disconnected connections will be removed from the pool freeing up
582-
space for a new connection to be created on the next getConnection call.
582+
space for a new connection to be created on the next getConnection call. If all connections die, the cluster node will be removed. If a database is restarted or temporarily offline, a `POOL_NOEXIST` error may occur. This includes the auto-named cluster node. If `restoreNodeTimeout` > 0, the cluster goes into an `offline` state until a successful connection can be established.
583583

584584
## Performing queries
585585

0 commit comments

Comments
 (0)