You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/06/15 11:27:21 UTC

[GitHub] [shardingsphere] menghaoranss opened a new pull request #6049: Persist cluster configuration to config center

menghaoranss opened a new pull request #6049:
URL: https://github.com/apache/shardingsphere/pull/6049


   For #5989 .
   
   Changes proposed in this pull request:
   - Persist cluster configuration to config center
   - Use configurations of config center to initialize the cluster
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] codecov-commenter commented on pull request #6049: Persist cluster configuration to config center

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #6049:
URL: https://github.com/apache/shardingsphere/pull/6049#issuecomment-644101027


   # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/6049?src=pr&el=h1) Report
   > Merging [#6049](https://codecov.io/gh/apache/shardingsphere/pull/6049?src=pr&el=desc) into [master](https://codecov.io/gh/apache/shardingsphere/commit/ff29e3963511f53fe786c6e11d504529d202ea02&el=desc) will **decrease** coverage by `0.02%`.
   > The diff coverage is `0.00%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/shardingsphere/pull/6049/graphs/tree.svg?width=650&height=150&src=pr&token=ZvlXpWa7so)](https://codecov.io/gh/apache/shardingsphere/pull/6049?src=pr&el=tree)
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #6049      +/-   ##
   ============================================
   - Coverage     53.13%   53.10%   -0.03%     
     Complexity      438      438              
   ============================================
     Files          1188     1188              
     Lines         20932    20943      +11     
     Branches       3769     3772       +3     
   ============================================
     Hits          11122    11122              
   - Misses         9112     9123      +11     
     Partials        698      698              
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/shardingsphere/pull/6049?src=pr&el=tree) | Coverage Δ | Complexity Δ | |
   |---|---|---|---|
   | [.../orchestration/core/configcenter/ConfigCenter.java](https://codecov.io/gh/apache/shardingsphere/pull/6049/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtY29udHJvbC1wYW5lbC9zaGFyZGluZ3NwaGVyZS1vcmNoZXN0cmF0aW9uL3NoYXJkaW5nc3BoZXJlLW9yY2hlc3RyYXRpb24tY29yZS9zaGFyZGluZ3NwaGVyZS1vcmNoZXN0cmF0aW9uLWNvcmUtY29uZmlnY2VudGVyL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zaGFyZGluZ3NwaGVyZS9vcmNoZXN0cmF0aW9uL2NvcmUvY29uZmlnY2VudGVyL0NvbmZpZ0NlbnRlci5qYXZh) | `77.64% <0.00%> (-4.86%)` | `0.00 <0.00> (ø)` | |
   | [...ation/core/facade/ShardingOrchestrationFacade.java](https://codecov.io/gh/apache/shardingsphere/pull/6049/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtY29udHJvbC1wYW5lbC9zaGFyZGluZ3NwaGVyZS1vcmNoZXN0cmF0aW9uL3NoYXJkaW5nc3BoZXJlLW9yY2hlc3RyYXRpb24tY29yZS9zaGFyZGluZ3NwaGVyZS1vcmNoZXN0cmF0aW9uLWNvcmUtZmFjYWRlL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zaGFyZGluZ3NwaGVyZS9vcmNoZXN0cmF0aW9uL2NvcmUvZmFjYWRlL1NoYXJkaW5nT3JjaGVzdHJhdGlvbkZhY2FkZS5qYXZh) | `91.37% <0.00%> (-3.27%)` | `0.00 <0.00> (ø)` | |
   | [...ava/org/apache/shardingsphere/proxy/Bootstrap.java](https://codecov.io/gh/apache/shardingsphere/pull/6049/diff?src=pr&el=tree#diff-c2hhcmRpbmdzcGhlcmUtcHJveHkvc2hhcmRpbmdzcGhlcmUtcHJveHktYm9vdHN0cmFwL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zaGFyZGluZ3NwaGVyZS9wcm94eS9Cb290c3RyYXAuamF2YQ==) | `0.00% <0.00%> (ø)` | `0.00 <0.00> (ø)` | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/shardingsphere/pull/6049?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/6049?src=pr&el=footer). Last update [ff29e39...26822af](https://codecov.io/gh/apache/shardingsphere/pull/6049?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] kimmking merged pull request #6049: Persist cluster configuration to config center

Posted by GitBox <gi...@apache.org>.
kimmking merged pull request #6049:
URL: https://github.com/apache/shardingsphere/pull/6049


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org