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: Remove usage of non-thread safe HashSet in AwsSdk pipeline wrappers. (#2855) #2857

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

tippmar-nr
Copy link
Member

@tippmar-nr tippmar-nr commented Oct 28, 2024

Use ConcurrentHashSet<T> instead of HashSet<T> in AWSSdk wrapper to resolve a threading issue.

Resolves #2855. Replaces #2856.

Co-authored-by: Gideon @gjunge

@tippmar-nr tippmar-nr requested a review from a team as a code owner October 28, 2024 14:45
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.40%. Comparing base (e77683b) to head (87cace0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2857   +/-   ##
=======================================
  Coverage   81.39%   81.40%           
=======================================
  Files         464      464           
  Lines       29504    29504           
  Branches     3262     3262           
=======================================
+ Hits        24016    24018    +2     
+ Misses       4694     4693    -1     
+ Partials      794      793    -1     
Flag Coverage Δ
Agent 82.30% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

Copy link
Member

@nr-ahemsath nr-ahemsath left a comment

Choose a reason for hiding this comment

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

LGTM

@tippmar-nr tippmar-nr merged commit ae1d422 into main Oct 28, 2024
94 checks passed
@tippmar-nr tippmar-nr deleted the fix/awssdk-threading-issue branch October 28, 2024 15:43
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.

AwsSdkPipelineWrapper: Asynchronous task blocked on a synchronous call
4 participants