sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.17k forks source link

Fix the problem of triple header losing information #1289

Closed EvenLjj closed 1 year ago

EvenLjj commented 1 year ago

Fix the problem of triple header losing information

codecov[bot] commented 1 year ago

Codecov Report

Merging #1289 (da9a41b) into master (1e386ed) will increase coverage by 0.05%. The diff coverage is 66.66%.

@@             Coverage Diff              @@
##             master    #1289      +/-   ##
============================================
+ Coverage     72.01%   72.06%   +0.05%     
- Complexity      783      784       +1     
============================================
  Files           414      414              
  Lines         17565    17568       +3     
  Branches       2740     2741       +1     
============================================
+ Hits          12650    12661      +11     
+ Misses         3521     3516       -5     
+ Partials       1394     1391       -3     
Impacted Files Coverage Δ
...ofa/rpc/tracer/sofatracer/TripleTracerAdapter.java 63.57% <66.66%> (+2.25%) :arrow_up:
...n/java/com/alipay/sofa/rpc/common/SofaConfigs.java 84.90% <0.00%> (-1.89%) :arrow_down:
...om/alipay/sofa/rpc/server/triple/TripleServer.java 74.86% <0.00%> (-1.07%) :arrow_down:
...va/com/alipay/sofa/rpc/client/AbstractCluster.java 71.54% <0.00%> (+0.26%) :arrow_up:
...lipay/sofa/rpc/message/AbstractResponseFuture.java 57.01% <0.00%> (+0.87%) :arrow_up:
.../alipay/sofa/rpc/metrics/lookout/RpcLookoutId.java 88.88% <0.00%> (+1.58%) :arrow_up:
...n/java/com/alipay/sofa/rpc/log/TimeWaitLogger.java 84.00% <0.00%> (+4.00%) :arrow_up:
...ansport/bolt/ReuseBoltClientConnectionManager.java 72.46% <0.00%> (+7.24%) :arrow_up:

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