Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release6.3.0 #319

Closed
wants to merge 1 commit into from
Closed

Conversation

huanglongchao
Copy link
Contributor

@huanglongchao huanglongchao commented Apr 24, 2023

Motivation:

  1. decoupling multi datacenter data change merger delay times config data数据变更通知session、与通知其他机房data 解耦 #311
  2. metrics push_delay bucket 30->10 metric bucket amount optimization #313

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.

@huanglongchao huanglongchao added this to the 6.3.0 milestone Apr 24, 2023
2. push_delay bucket 30->10
3. update version
@codecov
Copy link

codecov bot commented Apr 24, 2023

Codecov Report

Merging #319 (a984666) into master (c9cbee4) will increase coverage by 0.17%.
The diff coverage is 82.71%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #319      +/-   ##
============================================
+ Coverage     76.40%   76.58%   +0.17%     
  Complexity       48       48              
============================================
  Files           493      497       +4     
  Lines         18249    18524     +275     
  Branches       1783     1811      +28     
============================================
+ Hits          13943    14186     +243     
- Misses         3502     3519      +17     
- Partials        804      819      +15     
Impacted Files Coverage Δ
.../registry/server/session/push/FirePushService.java 57.26% <0.00%> (-0.26%) ⬇️
...ofa/registry/server/session/push/RegProcessor.java 82.88% <30.76%> (-7.12%) ⬇️
...fa/registry/server/session/push/PushProcessor.java 78.03% <69.23%> (-0.74%) ⬇️
...common/model/metaserver/DataChangeMergeConfig.java 62.50% <75.00%> (ø)
...a/registry/server/session/push/PushTaskBuffer.java 76.85% <78.57%> (+<0.01%) ⬆️
...stry/server/data/change/DataChangeEventCenter.java 92.79% <81.03%> (-2.71%) ⬇️
...rovidedata/FetchDataChangeMergerConfigService.java 83.33% <83.33%> (ø)
.../registry/server/session/push/ChangeProcessor.java 90.38% <85.71%> (-0.83%) ⬇️
.../providedata/FetchPushEfficiencyConfigService.java 87.50% <87.50%> (ø)
...rver/session/push/PushEfficiencyImproveConfig.java 90.00% <90.00%> (ø)
... and 4 more

... and 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7aee475...a984666. Read the comment docs.

@huanglongchao
Copy link
Contributor Author

DataChangeEventCenter 同时支持session/data 数据变化通知,目前if/else有点复杂,需要重构下。本次mr取消

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant