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

[#9120] Backport: fix npe bug in mongo plugin #9121

Merged

Conversation

jaehong-kim
Copy link
Contributor

@jaehong-kim jaehong-kim added this to the 2.4.2 milestone Aug 11, 2022
@jaehong-kim jaehong-kim self-assigned this Aug 11, 2022
@codecov
Copy link

codecov bot commented Aug 11, 2022

Codecov Report

Merging #9121 (c4247c5) into 2.4.x (a0d9abb) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##              2.4.x    #9121      +/-   ##
============================================
- Coverage     40.20%   40.19%   -0.01%     
+ Complexity    11729    11725       -4     
============================================
  Files          3285     3285              
  Lines         89460    89461       +1     
  Branches      10016    10016              
============================================
- Hits          35967    35961       -6     
- Misses        50428    50434       +6     
- Partials       3065     3066       +1     
Impacted Files Coverage Δ
...interceptor/MongoClientConstructorInterceptor.java 0.00% <0.00%> (ø)
...pinpoint/rpc/ChannelWriteFailListenableFuture.java 42.85% <0.00%> (-28.58%) ⬇️
...vercorp/pinpoint/rpc/packet/ClientClosePacket.java 46.66% <0.00%> (-6.67%) ⬇️
...orp/pinpoint/profiler/sender/NioUDPDataSender.java 62.82% <0.00%> (-5.13%) ⬇️
...rc/main/java/com/navercorp/pinpoint/test/Item.java 68.51% <0.00%> (-3.71%) ⬇️
...java/com/navercorp/pinpoint/rpc/DefaultFuture.java 75.22% <0.00%> (-1.84%) ⬇️
...orp/pinpoint/rpc/server/DefaultPinpointServer.java 80.65% <0.00%> (-0.42%) ⬇️
...point/rpc/client/DefaultPinpointClientHandler.java 71.83% <0.00%> (+1.40%) ⬆️
...pc/server/LoggingServerMessageListenerFactory.java 90.47% <0.00%> (+9.52%) ⬆️

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

@jaehong-kim jaehong-kim merged commit 6806635 into pinpoint-apm:2.4.x Aug 11, 2022
@jaehong-kim jaehong-kim deleted the backport-fix-mongo-plugin-npe branch August 11, 2022 06:35
@emeroad emeroad linked an issue Sep 30, 2022 that may be closed by this pull request
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.

Backport: Fix NPE bug in mongo plugin
1 participant