twitter / finagle

A fault tolerant, protocol-agnostic RPC system
https://twitter.github.io/finagle
Apache License 2.0
8.78k stars 1.45k forks source link

finagle-core: Replace expired url #915

Closed 24kpure closed 3 years ago

24kpure commented 3 years ago

Problem A link is expired PeakEwma.scala.

Solution Replace it

fix #914

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

codecov-commenter commented 3 years ago

Codecov Report

Merging #915 (432431f) into develop (6fefbe5) will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #915      +/-   ##
===========================================
- Coverage    65.92%   65.91%   -0.02%     
===========================================
  Files          918      918              
  Lines        31089    31089              
  Branches      2063     2055       -8     
===========================================
- Hits         20496    20492       -4     
- Misses       10593    10597       +4     
Impacted Files Coverage Δ
...la/com/twitter/finagle/loadbalancer/PeakEwma.scala 93.93% <ø> (ø)
...tter/finagle/dispatch/SerialClientDispatcher.scala 83.33% <0.00%> (-16.67%) :arrow_down:
...r/finagle/pushsession/PushChannelHandleProxy.scala 83.33% <0.00%> (-8.34%) :arrow_down:
...witter/finagle/mux/pushsession/MessageWriter.scala 70.37% <0.00%> (-7.41%) :arrow_down:
...tter/finagle/stats/NonReentrantReadWriteLock.scala 86.66% <0.00%> (-6.67%) :arrow_down:
...tter/finagle/redis/protocol/commands/Streams.scala 98.76% <0.00%> (+1.23%) :arrow_up:
...inagle/http2/transport/server/H2ServerFilter.scala 84.61% <0.00%> (+1.92%) :arrow_up:
.../com/twitter/finagle/tracing/BroadcastTracer.scala 64.58% <0.00%> (+2.08%) :arrow_up:
...gle/http2/transport/client/ClientServiceImpl.scala 90.90% <0.00%> (+9.09%) :arrow_up:
...n/scala/com/twitter/finagle/http2/Exceptions.scala 50.00% <0.00%> (+50.00%) :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 6fefbe5...432431f. Read the comment docs.