You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/06/23 14:38:06 UTC

[GitHub] [servicecomb-java-chassis] liubao68 opened a new pull request, #3118: [SCB-2597]circuit breaker and instance isolation support fault customization

liubao68 opened a new pull request, #3118:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3118

   Follow this checklist to help us incorporate your contribution quickly and easily:
   
    - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SCB) 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](https://www.apache.org/licenses/icla.pdf).
   
   ---
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] liubao68 commented on pull request #3118: [SCB-2597]circuit breaker and instance isolation support fault customization

Posted by GitBox <gi...@apache.org>.
liubao68 commented on PR #3118:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3118#issuecomment-1165060526

   retrigger ci


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #3118: [SCB-2597]circuit breaker and instance isolation support fault customization

Posted by GitBox <gi...@apache.org>.
liubao68 merged PR #3118:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3118


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] codecov-commenter commented on pull request #3118: [SCB-2597]circuit breaker and instance isolation support fault customization

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #3118:
URL: https://github.com/apache/servicecomb-java-chassis/pull/3118#issuecomment-1164535349

   # [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#3118](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (bbc3e70) into [master](https://codecov.io/gh/apache/servicecomb-java-chassis/commit/453562ea408ea1cb346589e23db6c46faf992b55?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (453562e) will **decrease** coverage by `0.03%`.
   > The diff coverage is `50.00%`.
   
   > :exclamation: Current head bbc3e70 differs from pull request most recent head c347ca1. Consider uploading reports for the commit c347ca1 to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #3118      +/-   ##
   ============================================
   - Coverage     77.48%   77.45%   -0.04%     
     Complexity     1431     1431              
   ============================================
     Files          1613     1618       +5     
     Lines         43282    43322      +40     
     Branches       3644     3650       +6     
   ============================================
   + Hits          33538    33554      +16     
   - Misses         8241     8266      +25     
   + Partials       1503     1502       -1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...omb/core/governance/ServiceCombRetryExtension.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvY29yZS9nb3Zlcm5hbmNlL1NlcnZpY2VDb21iUmV0cnlFeHRlbnNpb24uamF2YQ==) | `37.50% <0.00%> (-8.66%)` | :arrow_down: |
   | [...rvicecomb/config/priority/ConfigObjectFactory.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Zm91bmRhdGlvbnMvZm91bmRhdGlvbi1jb25maWcvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NlcnZpY2Vjb21iL2NvbmZpZy9wcmlvcml0eS9Db25maWdPYmplY3RGYWN0b3J5LmphdmE=) | `90.00% <0.00%> (ø)` | |
   | [...schema/deserializer/DeserializerSchemaManager.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Zm91bmRhdGlvbnMvZm91bmRhdGlvbi1wcm90b2J1Zi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvZm91bmRhdGlvbi9wcm90b2J1Zi9pbnRlcm5hbC9zY2hlbWEvZGVzZXJpYWxpemVyL0Rlc2VyaWFsaXplclNjaGVtYU1hbmFnZXIuamF2YQ==) | `90.00% <0.00%> (-1.02%)` | :arrow_down: |
   | [...nal/schema/serializer/SerializerSchemaManager.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Zm91bmRhdGlvbnMvZm91bmRhdGlvbi1wcm90b2J1Zi9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvZm91bmRhdGlvbi9wcm90b2J1Zi9pbnRlcm5hbC9zY2hlbWEvc2VyaWFsaXplci9TZXJpYWxpemVyU2NoZW1hTWFuYWdlci5qYXZh) | `88.46% <0.00%> (-1.15%)` | :arrow_down: |
   | [...ecomb/governance/handler/ext/FailurePredictor.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z292ZXJuYW5jZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvZ292ZXJuYW5jZS9oYW5kbGVyL2V4dC9GYWlsdXJlUHJlZGljdG9yLmphdmE=) | `96.00% <ø> (ø)` | |
   | [...governance/ServiceCombCircuitBreakerExtension.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvY29yZS9nb3Zlcm5hbmNlL1NlcnZpY2VDb21iQ2lyY3VpdEJyZWFrZXJFeHRlbnNpb24uamF2YQ==) | `6.25% <6.25%> (ø)` | |
   | [...vicecomb/demo/zeroconfig/tests/GovernanceTest.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-ZGVtby9kZW1vLXplcm9jb25maWctc2NoZW1hZGlzY292ZXJ5LXJlZ2lzdHJ5L2RlbW8temVyb2NvbmZpZy1zY2hlbWFkaXNjb3ZlcnktcmVnaXN0cnktdGVzdHMvc3JjL21haW4vamF2YS9vcmcvYXBhY2hlL3NlcnZpY2Vjb21iL2RlbW8vemVyb2NvbmZpZy90ZXN0cy9Hb3Zlcm5hbmNlVGVzdC5qYXZh) | `87.50% <33.33%> (-0.13%)` | :arrow_down: |
   | [...comb/governance/handler/CircuitBreakerHandler.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z292ZXJuYW5jZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvZ292ZXJuYW5jZS9oYW5kbGVyL0NpcmN1aXRCcmVha2VySGFuZGxlci5qYXZh) | `21.42% <33.33%> (+1.42%)` | :arrow_up: |
   | [...ernance/ServiceCombInstanceIsolationExtension.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Y29yZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvY29yZS9nb3Zlcm5hbmNlL1NlcnZpY2VDb21iSW5zdGFuY2VJc29sYXRpb25FeHRlbnNpb24uamF2YQ==) | `50.00% <50.00%> (ø)` | |
   | [...cecomb/governance/policy/CircuitBreakerPolicy.java](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z292ZXJuYW5jZS9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2VydmljZWNvbWIvZ292ZXJuYW5jZS9wb2xpY3kvQ2lyY3VpdEJyZWFrZXJQb2xpY3kuamF2YQ==) | `65.21% <71.42%> (-0.92%)` | :arrow_down: |
   | ... and [15 more](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [786d535...c347ca1](https://codecov.io/gh/apache/servicecomb-java-chassis/pull/3118?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

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


[GitHub] [servicecomb-java-chassis] liubao68 closed pull request #3118: [SCB-2597]circuit breaker and instance isolation support fault customization

Posted by GitBox <gi...@apache.org>.
liubao68 closed pull request #3118: [SCB-2597]circuit breaker and instance isolation support fault customization
URL: https://github.com/apache/servicecomb-java-chassis/pull/3118


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

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