Skip to content

Conversation

@crystall-bitquill
Copy link
Contributor

Summary

Prune null connections in the connection tracker

Description

Some connections, after resources being released, remain in the connection tracker even though they are null. The existing methods that remove connections from queues do not check all the queues in the tracker and do not consider null connections, which allows them to linger. This PR adds a method to remove null connections from the tracker.

Additional Reviewers

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

@crystall-bitquill crystall-bitquill force-pushed the null-connections-in-tracker branch from fa311d2 to 9a77685 Compare May 24, 2023 19:16
@karenc-bq karenc-bq merged commit 879c2d5 into aws:main Jun 5, 2023
@karenc-bq karenc-bq deleted the null-connections-in-tracker branch June 5, 2023 17:56
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.

3 participants