pinpoint icon indicating copy to clipboard operation
pinpoint copied to clipboard

[#8944] Handles javax.servlet.AsyncListener.onComplete if the process…

Open koo-taejin opened this issue 2 years ago • 1 comments

…ing thread already has a Trace

koo-taejin avatar Jun 20 '22 10:06 koo-taejin

Codecov Report

Merging #8946 (834f05a) into master (6208c7c) will decrease coverage by 0.00%. The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master    #8946      +/-   ##
============================================
- Coverage     39.92%   39.92%   -0.01%     
+ Complexity    11649    11646       -3     
============================================
  Files          3269     3269              
  Lines         89693    89711      +18     
  Branches       9977     9979       +2     
============================================
+ Hits          35810    35817       +7     
- Misses        50823    50834      +11     
  Partials       3060     3060              
Impacted Files Coverage Δ
...plugin/request/AsyncListenerInterceptorHelper.java 0.00% <0.00%> (ø)
...pinpoint/profiler/instrument/AccessorAnalyzer.java 51.61% <0.00%> (-9.68%) :arrow_down:
...vercorp/pinpoint/rpc/packet/ClientClosePacket.java 46.66% <0.00%> (-6.67%) :arrow_down:
...rc/main/java/com/navercorp/pinpoint/test/Item.java 68.51% <0.00%> (-3.71%) :arrow_down:
...om/navercorp/pinpoint/rpc/codec/PacketDecoder.java 51.66% <0.00%> (-1.67%) :arrow_down:
...orp/pinpoint/rpc/server/DefaultPinpointServer.java 80.65% <0.00%> (-0.42%) :arrow_down:
...r/context/storage/AsyncQueueingUriStatStorage.java 85.29% <0.00%> (+16.17%) :arrow_up:
...p/pinpoint/rpc/stream/StreamChannelRepository.java 78.94% <0.00%> (+21.05%) :arrow_up:

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 6208c7c...834f05a. Read the comment docs.

codecov[bot] avatar Jun 20 '22 10:06 codecov[bot]