ambry icon indicating copy to clipboard operation
ambry copied to clipboard

Implemented TtlUpdate retry with ReplicateBlob

Open JingQianCloud opened this issue 3 years ago • 1 comments

Implemented TtlUpdate retry with ReplicateBlob

JingQianCloud avatar Oct 14 '22 04:10 JingQianCloud

Codecov Report

Base: 73.06% // Head: 68.75% // Decreases project coverage by -4.30% :warning:

Coverage data is based on head (d20a3eb) compared to base (dd2abd3). Patch coverage: 84.33% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2264      +/-   ##
============================================
- Coverage     73.06%   68.75%   -4.31%     
+ Complexity    10405     9850     -555     
============================================
  Files           751      753       +2     
  Lines         57519    57654     +135     
  Branches       7072     7086      +14     
============================================
- Hits          42025    39641    -2384     
- Misses        13195    15712    +2517     
- Partials       2299     2301       +2     
Impacted Files Coverage Δ
...om/github/ambry/router/ReplicateBlobOperation.java 68.62% <42.85%> (+1.29%) :arrow_up:
...va/com/github/ambry/router/TtlUpdateOperation.java 86.66% <88.63%> (+0.95%) :arrow_up:
...ain/java/com/github/ambry/config/RouterConfig.java 97.77% <100.00%> (+0.10%) :arrow_up:
...com/github/ambry/router/ReplicateBlobCallback.java 100.00% <100.00%> (ø)
...om/github/ambry/router/SimpleOperationTracker.java 94.01% <100.00%> (+0.08%) :arrow_up:
...java/com/github/ambry/router/TtlUpdateManager.java 79.43% <100.00%> (ø)
...java/com/github/ambry/notification/UpdateType.java 0.00% <0.00%> (-100.00%) :arrow_down:
...thub/ambry/notification/BlobReplicaSourceType.java 0.00% <0.00%> (-100.00%) :arrow_down:
.../cloud/LeaderStandbyHelixVcrStateModelFactory.java 0.00% <0.00%> (-100.00%) :arrow_down:
...om/github/ambry/named/MySqlNamedBlobDbFactory.java 0.00% <0.00%> (-94.74%) :arrow_down:
... and 165 more

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

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter avatar Oct 14 '22 04:10 codecov-commenter