Skip to content

fix: Don't return closed connections to pool#64

Merged
xe-nvdk merged 1 commit into
mainfrom
release/25.11.2
Nov 24, 2025
Merged

fix: Don't return closed connections to pool#64
xe-nvdk merged 1 commit into
mainfrom
release/25.11.2

Conversation

@xe-nvdk
Copy link
Copy Markdown
Member

@xe-nvdk xe-nvdk commented Nov 24, 2025

Simplified approach: if connection cleanup fails (connection is closed), don't return it to the pool. This prevents cascading "Connection already closed!" errors on subsequent queries.

Note: This will cause the pool to shrink over time if connections are being closed unexpectedly. Need to investigate why connections are being closed in the first place.

🤖 Generated with Claude Code

Simplified approach: if connection cleanup fails (connection is
closed), don't return it to the pool. This prevents cascading
"Connection already closed!" errors on subsequent queries.

Note: This will cause the pool to shrink over time if connections
are being closed unexpectedly. Need to investigate why connections
are being closed in the first place.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@xe-nvdk xe-nvdk merged commit f0cbcde into main Nov 24, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant