-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNOW-1805253: Connection Pool #961
Comments
hi - thanks for reporting this. Before analyzing the issue deeper, could you please try using 1.15.0 version of the driver, if you have no objections against using the newest one ? second, we're deprecating support for node:16 in the very near future - actually this runtime is already EOL just for some reason we claimed support for it. It will change in the near future. Recommended to try on node:18 or later versions, and the latest driver version as mentioned. if the issue still reproduces for you , I'm afraid we cannot avoid collecting and sharing DEBUG level logs, or providing a full reproduction which when run on our side, reproduces the same issue you're seeing. Let us know how the testing went please. |
Hi @sfc-gh-dszmolka , |
the code looks fine at a quick glance, but depending on the environment you're running the application in, so instead of |
closing this one as there's been no activity for a while. |
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: