sofastack / sofa-registry

SOFARegistry is a production-level, low-latency, high-availability service registry powered by Ant Financial.
https://www.sofastack.tech/sofa-registry/docs/Home
Apache License 2.0
653 stars 247 forks source link

fix metadata digest api #258

Closed nocvalight closed 2 years ago

nocvalight commented 2 years ago

Motivation:

Explain the context, and why you're making that change. To make others understand what is the problem you're trying to solve.

Modification:

Describe the idea and modifications you've done.

Result:

Fixes #.

If there is no issue then describe the changes introduced by this PR.

codecov[bot] commented 2 years ago

Codecov Report

Merging #258 (ea26c59) into master (13028d0) will decrease coverage by 0.09%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #258      +/-   ##
============================================
- Coverage     76.64%   76.54%   -0.10%     
  Complexity       48       48              
============================================
  Files           439      439              
  Lines         15471    15475       +4     
  Branches       1505     1505              
============================================
- Hits          11858    11846      -12     
- Misses         2954     2971      +17     
+ Partials        659      658       -1     
Impacted Files Coverage Δ
...try/jdbc/repository/impl/AppRevisionContainer.java 92.30% <0.00%> (-7.70%) :arrow_down:
...dbc/repository/impl/AppRevisionJdbcRepository.java 69.72% <0.00%> (-0.65%) :arrow_down:
...c/repository/impl/InterfaceAppsIndexContainer.java 96.29% <0.00%> (-3.71%) :arrow_down:
...c/repository/impl/InterfaceAppsJdbcRepository.java 73.84% <0.00%> (-1.16%) :arrow_down:
...ofa/registry/server/session/store/DataIndexer.java 82.25% <0.00%> (-8.07%) :arrow_down:
...erver/meta/slot/arrange/ScheduledSlotArranger.java 74.38% <0.00%> (-5.79%) :arrow_down:
...erver/meta/slot/status/SlotTableStatusService.java 63.63% <0.00%> (-5.46%) :arrow_down:
...meta/lease/impl/AbstractEvictableLeaseManager.java 92.30% <0.00%> (+2.56%) :arrow_up:
...egistry/common/model/appmeta/InterfaceMapping.java 73.33% <0.00%> (+6.66%) :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 5f0ab96...ea26c59. Read the comment docs.