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 multi datum map size #301

Closed nocvalight closed 1 year ago

nocvalight commented 1 year 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 1 year ago

Codecov Report

Merging #301 (ada1fd7) into master (508ae48) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #301      +/-   ##
============================================
+ Coverage     76.38%   76.44%   +0.05%     
  Complexity       48       48              
============================================
  Files           493      493              
  Lines         18248    18249       +1     
  Branches       1783     1783              
============================================
+ Hits          13939    13950      +11     
+ Misses         3506     3496      -10     
  Partials        803      803              
Impacted Files Coverage Δ
...y/sofa/registry/server/shared/util/DatumUtils.java 87.06% <100.00%> (+0.11%) :arrow_up:
...ofa/registry/server/session/store/DataIndexer.java 82.25% <0.00%> (-8.07%) :arrow_down:
...egistry/common/model/appmeta/InterfaceMapping.java 80.00% <0.00%> (-6.67%) :arrow_down:
...erver/meta/slot/status/SlotTableStatusService.java 65.45% <0.00%> (+1.81%) :arrow_up:
...meta/lease/impl/AbstractEvictableLeaseManager.java 92.30% <0.00%> (+2.56%) :arrow_up:
...ulti/cluster/slot/MultiClusterSlotManagerImpl.java 80.36% <0.00%> (+2.96%) :arrow_up:
...om/alipay/sofa/registry/util/DatumVersionUtil.java 83.72% <0.00%> (+4.65%) :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 508ae48...ada1fd7. Read the comment docs.