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

[#9145] Optimizing memory usage of buffer pool for UDP receiver #9146

Merged
merged 1 commit into from
Aug 25, 2022

Conversation

emeroad
Copy link
Member

@emeroad emeroad commented Aug 25, 2022

No description provided.

@emeroad emeroad linked an issue Aug 25, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Aug 25, 2022

Codecov Report

Merging #9146 (50afda1) into master (e6d022b) will increase coverage by 0.00%.
The diff coverage is 52.94%.

@@            Coverage Diff            @@
##             master    #9146   +/-   ##
=========================================
  Coverage     39.60%   39.61%           
  Complexity    11691    11691           
=========================================
  Files          3355     3355           
  Lines         90504    90507    +3     
  Branches      10060    10060           
=========================================
+ Hits          35848    35850    +2     
- Misses        51610    51612    +2     
+ Partials       3046     3045    -1     
Impacted Files Coverage Δ
...tor/receiver/thrift/udp/BaseUDPHandlerFactory.java 56.00% <50.00%> (+0.44%) ⬆️
...p/pinpoint/collector/receiver/thrift/udp/Task.java 100.00% <100.00%> (ø)
...rp/pinpoint/rpc/packet/ControlHandshakePacket.java 44.82% <0.00%> (-24.14%) ⬇️
...rc/main/java/com/navercorp/pinpoint/test/Item.java 72.22% <0.00%> (-3.71%) ⬇️
...ollector/cluster/zookeeper/ZookeeperJobWorker.java 76.47% <0.00%> (-1.61%) ⬇️
...point/rpc/client/DefaultPinpointClientHandler.java 70.42% <0.00%> (-1.41%) ⬇️
...orp/pinpoint/rpc/server/DefaultPinpointServer.java 81.06% <0.00%> (-0.83%) ⬇️
...java/com/navercorp/pinpoint/rpc/DefaultFuture.java 76.14% <0.00%> (+1.83%) ⬆️
...tor/metric/datasource/DefaultDataSourceMetric.java 88.88% <0.00%> (+3.70%) ⬆️
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@emeroad emeroad merged commit f5c8b9a into pinpoint-apm:master Aug 25, 2022
@emeroad emeroad deleted the #9145_optimazation_buffer_pool branch August 26, 2022 03:14
@emeroad emeroad added this to the 2.5.0 milestone Dec 26, 2022
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.

Optimizing memory usage of buffer pool for UDP receiver
1 participant