Closed nocvalight closed 2 years ago
commit message 修复一下,可以有一个是单独改version
少改一个VERSION 文件?
Merging #227 (a1eb3c9) into master (6af72c0) will decrease coverage by
0.03%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #227 +/- ##
============================================
- Coverage 76.60% 76.57% -0.04%
Complexity 48 48
============================================
Files 439 439
Lines 15472 15472
Branches 1504 1504
============================================
- Hits 11852 11847 -5
- Misses 2960 2964 +4
- Partials 660 661 +1
Impacted Files | Coverage Δ | |
---|---|---|
...y/sofa/registry/server/meta/MetaLeaderService.java | 0.00% <0.00%> (-100.00%) |
:arrow_down: |
...try/jdbc/repository/impl/AppRevisionContainer.java | 90.00% <0.00%> (-10.00%) |
:arrow_down: |
...ofa/registry/server/session/store/DataIndexer.java | 82.25% <0.00%> (-8.07%) |
:arrow_down: |
...c/repository/impl/RecoverConfigJdbcRepository.java | 76.27% <0.00%> (-3.39%) |
:arrow_down: |
...dbc/repository/impl/AppRevisionJdbcRepository.java | 67.59% <0.00%> (-2.78%) |
:arrow_down: |
...eta/lease/session/DefaultSessionServerManager.java | 90.00% <0.00%> (-2.00%) |
:arrow_down: |
...java/com/alipay/sofa/registry/log/SLF4JLogger.java | 58.74% <0.00%> (+0.69%) |
:arrow_up: |
...ta/lease/impl/DefaultCrossDcMetaServerManager.java | 86.15% <0.00%> (+1.53%) |
:arrow_up: |
...ofa/registry/server/data/timer/CacheCountTask.java | 97.50% <0.00%> (+2.50%) |
:arrow_up: |
...erver/meta/slot/arrange/ScheduledSlotArranger.java | 77.68% <0.00%> (+3.30%) |
: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 6af72c0...a1eb3c9. Read the comment docs.
Motivation:
6.1.4迭代中RegistryCoreOpsResource修改了/server/group/quit/{ip},meta发布到6.1.4版本后,data,session发布时关流量仍然执行老的url,导致关流量调用报错。
Modification:
Describe the idea and modifications you've done.
Result:
Fixes #226
If there is no issue then describe the changes introduced by this PR.