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

[Tiered Caching] [Bug Fix] Use concurrentMap instead of HashMap to fix Concurrent Modification Exception #14221

Merged
merged 20 commits into from
Jun 13, 2024

revert the conflict resolutions

a3b7625
Select commit
Loading
Failed to load commit list.
Merged

[Tiered Caching] [Bug Fix] Use concurrentMap instead of HashMap to fix Concurrent Modification Exception #14221

revert the conflict resolutions
a3b7625
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 13, 2024 in 0s

71.76% (target 70.00%)

View this Pull Request on Codecov

71.76% (target 70.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.76%. Comparing base (b15cb0c) to head (a3b7625).
Report is 416 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14221      +/-   ##
============================================
+ Coverage     71.42%   71.76%   +0.34%     
- Complexity    59978    62077    +2099     
============================================
  Files          4985     5117     +132     
  Lines        282275   291689    +9414     
  Branches      40946    42166    +1220     
============================================
+ Hits         201603   209333    +7730     
- Misses        63999    65126    +1127     
- Partials      16673    17230     +557     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.