Skip to content

Conversation

@karenc-bq
Copy link
Contributor

@karenc-bq karenc-bq commented Jan 22, 2026

Description

Aurora Connection Tracker is outdated.
This PR ports over some improvements and fixes for the plugin.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@karenc-bq karenc-bq force-pushed the fix/aurora-connection-tracker branch 4 times, most recently from fcdd465 to 1e05ee3 Compare January 22, 2026 21:35
_opened_connections: ClassVar[Dict[str, WeakSet]] = {}
_rds_utils: ClassVar[RdsUtils] = RdsUtils()
_prune_thread: ClassVar[Optional[Thread]] = None
_shutdown_event: ClassVar[threading.Event] = threading.Event()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is never set so thread is never shut down. Maybe we should have this in the release_resources method in the wrapper.py and change this in a release_resources() method or something like that).

@karenc-bq karenc-bq force-pushed the fix/aurora-connection-tracker branch from 183cdf3 to 9cb2ce0 Compare January 30, 2026 01:32
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.

2 participants