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

[#11481] Fix DirectByteBuffer leak in ActiveThreadCount #11483

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

emeroad
Copy link
Member

@emeroad emeroad commented Sep 9, 2024

No description provided.

@emeroad emeroad added this to the 3.0.1 milestone Sep 9, 2024
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

Attention: Patch coverage is 21.62162% with 29 lines in your changes missing coverage. Please review.

Project coverage is 37.10%. Comparing base (15af83a) to head (8f6d852).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
.../receiver/grpc/PinpointClientResponseObserver.java 31.57% 13 Missing ⚠️
...er/receiver/grpc/GrpcActiveThreadCountService.java 0.00% 11 Missing ⚠️
...r/receiver/grpc/ActiveThreadCountStreamSocket.java 0.00% 4 Missing ⚠️
...oint/profiler/receiver/grpc/GrpcStreamService.java 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #11483   +/-   ##
=========================================
  Coverage     37.09%   37.10%           
- Complexity    12185    12189    +4     
=========================================
  Files          4015     4015           
  Lines         98600    98617   +17     
  Branches      10420    10422    +2     
=========================================
+ Hits          36580    36587    +7     
- Misses        59038    59048   +10     
  Partials       2982     2982           

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

@emeroad emeroad linked an issue Sep 10, 2024 that may be closed by this pull request
@emeroad emeroad merged commit f22c776 into pinpoint-apm:master Sep 10, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix DirectByteBuffer leak in ActiveThreadCount
1 participant