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

[#11498] Replace AtomicReference with AtomicReferenceFieldUpdater #11499

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

emeroad
Copy link
Member

@emeroad emeroad commented Sep 13, 2024

No description provided.

@emeroad emeroad added this to the 3.0.1 milestone Sep 13, 2024
@emeroad emeroad linked an issue Sep 13, 2024 that may be closed by this pull request
Copy link

codecov bot commented Sep 13, 2024

Codecov Report

Attention: Patch coverage is 82.14286% with 5 lines in your changes missing coverage. Please review.

Project coverage is 37.10%. Comparing base (4699b99) to head (110274d).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...ver/cluster/zookeeper/util/CommonStateContext.java 81.81% 1 Missing and 1 partial ⚠️
...p/pinpoint/channel/reactor/DeferredDisposable.java 85.71% 1 Missing ⚠️
...llector/receiver/grpc/GrpcClientStreamChannel.java 83.33% 0 Missing and 1 partial ⚠️
...altime/collector/service/state/IntervalRunner.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #11499      +/-   ##
============================================
- Coverage     37.11%   37.10%   -0.01%     
- Complexity    12190    12191       +1     
============================================
  Files          4014     4014              
  Lines         98623    98630       +7     
  Branches      10423    10423              
============================================
+ Hits          36599    36600       +1     
- Misses        59042    59047       +5     
- Partials       2982     2983       +1     

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

@emeroad emeroad merged commit fc086c7 into pinpoint-apm:master Sep 13, 2024
3 checks passed
@emeroad emeroad deleted the #11498_updater branch September 13, 2024 08:01
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.

Replace AtomicReference with AtomicReferenceFieldUpdater
1 participant