SNOW-1805253: Connection Pool #961
Labels
status-information_needed
Additional information is required from the reporter
status-triage
Issue is under initial triage
What version of NodeJS driver are you using?
1.10.0
What operating system and processor architecture are you using?
Amazon Linux 2023
What version of NodeJS are you using?
(
node --version
andnpm --version
)16.13.0
What are the component versions in the environment (
npm list
)?What did you do?
I’ve been working on setting up a connection pool for Snowflake in Node.js (v16) to optimize query handling and manage
resources efficiently. Below is the approach I took, including a custom pool configuration with the Snowflake SDK version 1.10.0.
What did you expect to see?
With this setup, I’m occasionally seeing issues where queries hang without completion . If I recreate the pool, it works again.
This suggests there may be a problem with connection handling in the pool after prolonged use or high concurrency.
Can you collect debug logs?
No
The text was updated successfully, but these errors were encountered: