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

[#9023] Reduce memory usage for AgentInfo query #9024

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

emeroad
Copy link
Member

@emeroad emeroad commented Jul 7, 2022

No description provided.

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

codecov bot commented Jul 7, 2022

Codecov Report

Merging #9024 (986ccd9) into master (9e99ecb) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master    #9024      +/-   ##
============================================
- Coverage     39.77%   39.76%   -0.02%     
+ Complexity    11814    11810       -4     
============================================
  Files          3346     3346              
  Lines         90866    90868       +2     
  Branches      10057    10060       +3     
============================================
- Hits          36143    36131      -12     
- Misses        51628    51642      +14     
  Partials       3095     3095              
Impacted Files Coverage Δ
...corp/pinpoint/web/dao/hbase/HbaseAgentInfoDao.java 0.00% <0.00%> (ø)
...orp/pinpoint/web/service/AgentInfoServiceImpl.java 0.00% <0.00%> (ø)
.../java/com/navercorp/pinpoint/web/vo/AgentInfo.java 53.08% <0.00%> (+7.34%) ⬆️
...p/pinpoint/rpc/client/WriteFailFutureListener.java 56.25% <0.00%> (-25.00%) ⬇️
...p/pinpoint/rpc/stream/StreamChannelRepository.java 57.89% <0.00%> (-21.06%) ⬇️
...m/navercorp/pinpoint/rpc/client/ConnectFuture.java 70.83% <0.00%> (-8.34%) ⬇️
...vercorp/pinpoint/rpc/packet/ClientClosePacket.java 46.66% <0.00%> (-6.67%) ⬇️
...rc/main/java/com/navercorp/pinpoint/test/Item.java 72.22% <0.00%> (-3.71%) ⬇️
...orp/pinpoint/rpc/server/DefaultPinpointServer.java 79.83% <0.00%> (-2.06%) ⬇️
...point/rpc/client/DefaultPinpointClientHandler.java 70.42% <0.00%> (-1.41%) ⬇️
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e99ecb...986ccd9. Read the comment docs.

@emeroad emeroad merged commit 4e4ddc5 into pinpoint-apm:master Jul 8, 2022
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.

Reduce the memory usage of AgentInfo queries
1 participant