Skip to content

fix: update aurora connection tracker and fix writer host comparison#1081

Merged
karenc-bq merged 4 commits intomainfrom
fix/aurora-connection-tracker
Jan 30, 2026
Merged

fix: update aurora connection tracker and fix writer host comparison#1081
karenc-bq merged 4 commits intomainfrom
fix/aurora-connection-tracker

Conversation

@karenc-bq
Copy link
Copy Markdown
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
Comment thread aws_advanced_python_wrapper/aurora_connection_tracker_plugin.py Outdated
_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
Copy Markdown
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).

Comment thread aws_advanced_python_wrapper/aurora_connection_tracker_plugin.py Outdated
@karenc-bq karenc-bq force-pushed the fix/aurora-connection-tracker branch from 183cdf3 to 9cb2ce0 Compare January 30, 2026 01:32
@karenc-bq karenc-bq merged commit 8eca0a0 into main Jan 30, 2026
8 checks passed
@karenc-bq karenc-bq deleted the fix/aurora-connection-tracker branch January 30, 2026 18:45
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