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

[DUBBO-3137]: step2 - seperate constants for cluster, common, filter, monitor, and registry #4020

Merged
merged 2 commits into from
May 10, 2019

Conversation

beiwei30
Copy link
Member

What is the purpose of the change

issue #3137: step 2

Brief changelog

XXXXX

Verifying this change

XXXXX

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

  • Make sure there is a GITHUB_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GITHUB issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [Dubbo-XXX] Fix UnknownException when host config not exist #XXX. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • Run mvn clean install -DskipTests=false & mvn clean test-compile failsafe:integration-test to make sure unit-test and integration-test pass.
  • If this contribution is large, please follow the Software Donation Guide.

Copy link
Member

@CrazyHZM CrazyHZM 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

@chickenlj chickenlj left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov-io
Copy link

Codecov Report

Merging #4020 into master will decrease coverage by 0.04%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master   #4020      +/-   ##
===========================================
- Coverage     63.44%   63.4%   -0.05%     
- Complexity      564     565       +1     
===========================================
  Files           751     754       +3     
  Lines         32415   32423       +8     
  Branches       5145    5145              
===========================================
- Hits          20567   20558       -9     
- Misses         9489    9508      +19     
+ Partials       2359    2357       -2
Impacted Files Coverage Δ Complexity Δ
...ache/dubbo/common/constants/RegistryConstants.java 0% <0%> (ø) 0 <0> (?)
...ubbo/common/constants/MetadataReportConstants.java 0% <0%> (ø) 0 <0> (?)
...apache/dubbo/common/constants/CommonConstants.java 0% <0%> (ø) 0 <0> (?)
...ng/exchange/support/header/HeartbeatTimerTask.java 73.68% <0%> (-5.27%) 0% <0%> (ø)
...g/apache/dubbo/rpc/protocol/rest/RestProtocol.java 67.96% <0%> (-3.13%) 0% <0%> (ø)
...pache/dubbo/registry/support/AbstractRegistry.java 78.54% <0%> (-3.07%) 0% <0%> (ø)
...dubbo/remoting/exchange/support/DefaultFuture.java 71.42% <0%> (-2.05%) 0% <0%> (ø)
... and 4 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 30c3c2f...2c566fa. Read the comment docs.

@chickenlj chickenlj merged commit 951ad36 into apache:master May 10, 2019
@beiwei30 beiwei30 deleted the issue3137 branch May 10, 2019 08:05
@caojiele caojiele mentioned this pull request May 10, 2019
6 tasks
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.

4 participants