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

[SCB-2361] Support SC dual cluster multi active mode #2691

Merged
merged 34 commits into from
Feb 10, 2022

Conversation

develpoerX
Copy link
Contributor

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a JIRA issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Format the pull request title like [SCB-XXX] Fixes bug in ApproximateQuantiles, where you replace SCB-XXX with the appropriate JIRA issue.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Run mvn clean install -Pit to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

@develpoerX develpoerX changed the title #SCB-2361 Support AZ affinity ( Part 1) #SCB-2361 Support AZ affinity Jan 18, 2022
@develpoerX develpoerX changed the title #SCB-2361 Support AZ affinity #SCB-2361 Support SC dual cluster multi active mode Jan 18, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2022

Codecov Report

Merging #2691 (fca1311) into master (8207a76) will decrease coverage by 0.41%.
The diff coverage is 67.28%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2691      +/-   ##
============================================
- Coverage     77.68%   77.27%   -0.42%     
+ Complexity     1429     1414      -15     
============================================
  Files          1598     1613      +15     
  Lines         42740    43188     +448     
  Branches       3606     3662      +56     
============================================
+ Hits          33202    33372     +170     
- Misses         8027     8277     +250     
- Partials       1511     1539      +28     
Impacted Files Coverage Δ
...ecomb/config/center/client/ConfigCenterClient.java 0.00% <0.00%> (-44.24%) ⬇️
...pache/servicecomb/config/kie/client/KieClient.java 0.00% <0.00%> (ø)
...comb/service/center/client/ServiceCenterWatch.java 0.00% <0.00%> (ø)
...mb/config/ConfigCenterConfigurationSourceImpl.java 10.86% <0.00%> (-38.59%) ⬇️
...icecomb/config/kie/KieConfigurationSourceImpl.java 0.00% <0.00%> (ø)
...dashboard/monitor/DefaultMonitorDataPublisher.java 0.00% <0.00%> (ø)
.../apache/servicecomb/serviceregistry/api/Const.java 36.73% <ø> (ø)
...omb/serviceregistry/auth/RBACBootStrapService.java 8.53% <0.00%> (ø)
...egistry/client/http/ServiceRegistryClientImpl.java 71.04% <33.33%> (+0.16%) ⬆️
...rvicecomb/config/center/client/AddressManager.java 50.00% <50.00%> (-18.75%) ⬇️
... and 95 more

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 8207a76...fca1311. Read the comment docs.

@develpoerX develpoerX changed the title #SCB-2361 Support SC dual cluster multi active mode #[SCB-2361] Support SC dual cluster multi active mode Jan 20, 2022
@develpoerX develpoerX changed the title #[SCB-2361] Support SC dual cluster multi active mode [SCB-2361] Support SC dual cluster multi active mode Jan 20, 2022
@liubao68 liubao68 merged commit 76916a5 into apache:master Feb 10, 2022
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.

None yet

3 participants