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(s2n-quic-dc): Import fixes + new metrics #2430

Merged
merged 3 commits into from
Jan 2, 2025

Conversation

Mark-Simulacrum
Copy link
Collaborator

Release Summary:

Description of changes:

Reviewed previously out of band (though re-review is probably a good idea to check the import was reasonable):

  • 4900d7d declares new metrics for access and cleaner counting
  • cea1893 threads those metrics in, and bundles some fixes for edge-ish cases where we can previously get stuck

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

This emits the metrics declared by the previous commit, and adjusts the
path secret map accessors to fix a bug:

This ensures that user-visible access to the ID map also populates the
peer map, which helps avoid getting stuck server-side where we can't
call handshake_with(...) but currently still need access by peer
address; we previously resolved the case where the entry is hidden by
requested_handshakes and this fixes where the entry is actually missing
due to conflict eviction.
@Mark-Simulacrum Mark-Simulacrum changed the title Import fixes + new metrics fix(s2n-quic-dc): Import fixes + new metrics Jan 2, 2025
@camshaft camshaft merged commit 239a8d9 into aws:main Jan 2, 2025
119 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.

2 participants