Skip to content
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

fix pool metrics for tainted connections #489

Merged

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented Jan 14, 2025

In case of a tainted connection, the metrics were not ended properly. This commit fixes that while retaining idempotency of PooledRedisConnection.close().

Fixes #488

In case of a tainted connection, the metrics were not ended properly.
This commit fixes that while retaining idempotency of `PooledRedisConnection.close()`.
@Ladicek Ladicek added this to the 5.0.0 milestone Jan 14, 2025
@Ladicek Ladicek merged commit 0d9dbdf into vert-x3:master Jan 15, 2025
4 checks passed
@Ladicek Ladicek deleted the fix-pool-metrics-for-tainted-connections branch January 15, 2025 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Leak on redis active/idle pool metrics
2 participants