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

bugfix: registration service configuration missing and inconsistent #2524

Merged
merged 8 commits into from
Apr 12, 2020

Conversation

ph3636
Copy link
Contributor

@ph3636 ph3636 commented Apr 9, 2020

Ⅰ. Describe what this PR did

inconsistent Redis and Etcd3 publish and subscribe service
SOFA property name setting error
Nacos and SOFA missing client configuration

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@codecov-io
Copy link

codecov-io commented Apr 9, 2020

Codecov Report

Merging #2524 into develop will increase coverage by 0.01%.
The diff coverage is 22.22%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #2524      +/-   ##
=============================================
+ Coverage      51.05%   51.06%   +0.01%     
- Complexity      2762     2766       +4     
=============================================
  Files            550      550              
  Lines          17525    17529       +4     
  Branches        2064     2064              
=============================================
+ Hits            8947     8951       +4     
  Misses          7735     7735              
  Partials         843      843              
Impacted Files Coverage Δ Complexity Δ
...covery/registry/etcd3/EtcdRegistryServiceImpl.java 11.62% <0.00%> (ø) 3.00 <0.00> (ø)
...e/properties/registry/RegistryNacosProperties.java 52.00% <50.00%> (+9.14%) 7.00 <1.00> (+3.00)

@zjinlei zjinlei added this to the 1.2.0 milestone Apr 10, 2020
@funky-eyes
Copy link
Contributor

server/src/main/resources/registry.conf are the password and timeout configuration missing in the file? need to add it?

Copy link
Contributor

@funky-eyes funky-eyes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@zjinlei zjinlei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Agree with @a364176773

@slievrly
Copy link
Member

explanation: the local clusterName variable needs to be used here, because the configuration properties of the cluster may not exist on the client side but only on the server side.

@slievrly slievrly changed the title bugfix: Inconsistent redis publish and subscribe channels bugfix: inconsistent redis publish and subscribe service Apr 11, 2020
Copy link
Member

@slievrly slievrly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ph3636
Copy link
Contributor Author

ph3636 commented Apr 11, 2020

server/src/main/resources/registry.conf are the password and timeout configuration missing in the file? need to add it?

done

@zjinlei
Copy link
Contributor

zjinlei commented Apr 11, 2020

retry ci

@zjinlei zjinlei closed this Apr 11, 2020
@zjinlei zjinlei reopened this Apr 11, 2020
@ph3636 ph3636 changed the title bugfix: inconsistent redis publish and subscribe service bugfix: Registration service configuration missing and inconsistent Apr 12, 2020
@ph3636
Copy link
Contributor Author

ph3636 commented Apr 12, 2020

inconsistent Redis and Etcd3 publish and subscribe service
SOFA property name setting error
Nacos and SOFA missing client configuration

Found some problems

PTAL @slievrly @a364176773 @zjinlei

@slievrly
Copy link
Member

inconsistent Redis and Etcd3 publish and subscribe service
SOFA property name setting error
Nacos and SOFA missing client configuration

Found some problems

PTAL @slievrly @a364176773 @zjinlei

great found.

@slievrly slievrly changed the title bugfix: Registration service configuration missing and inconsistent bugfix: registration service configuration missing and inconsistent Apr 12, 2020
@slievrly slievrly merged commit 6457fa6 into apache:develop Apr 12, 2020
@ph3636 ph3636 deleted the RedisRegistryKey branch May 6, 2020 08:11
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

5 participants