[GitHub] [servicecomb-service-center] yankooo opened a new issue #674: live/produce service maybe forbid "Test Schema" feature

2020-08-04 Thread GitBox
yankooo opened a new issue #674: URL: https://github.com/apache/servicecomb-service-center/issues/674 **Is your feature request related to a problem? Please describe.** `Test Schema` is dangerous when service is deployed in living/produce, it's will expose API. **Describe the

[GitHub] [servicecomb-java-chassis] liyupeisleep commented on issue #1910: 实例隔离没有生效

2020-08-04 Thread GitBox
liyupeisleep commented on issue #1910: URL: https://github.com/apache/servicecomb-java-chassis/issues/1910#issuecomment-668918076 > 实例被隔离会打印日志和[发送隔离事件](https://docs.servicecomb.io/java-chassis/zh_CN/general-development/AlarmEvent/) > > 有一定的请求到 B , 我估计是因为 singleTestTime 的原因,

[GitHub] [servicecomb-java-chassis] liubao68 commented on a change in pull request #1909: [SCB-2057] set the AppId, ServiceName, Version information by reading…

2020-08-04 Thread GitBox
liubao68 commented on a change in pull request #1909: URL: https://github.com/apache/servicecomb-java-chassis/pull/1909#discussion_r465413381 ## File path: foundations/foundation-registry/src/main/java/org/apache/servicecomb/registry/api/registry/MicroserviceFactory.java ##

[GitHub] [servicecomb-java-chassis] yhs0092 commented on a change in pull request #1907: [SCB-2058] fix SpringMVC provider not support non-file-type RequestPart problem

2020-08-04 Thread GitBox
yhs0092 commented on a change in pull request #1907: URL: https://github.com/apache/servicecomb-java-chassis/pull/1907#discussion_r465411794 ## File path:

[servicecomb-java-chassis] 01/02: [SCB-2058] fix SpringMVC provider not support non-file-type RequestPart problem

2020-08-04 Thread liubao
This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git commit 09746aac548b73a8b472183625a591c586b3c52e Author: yhs0092 AuthorDate: Mon Aug 3 19:13:18 2020 +0800

[servicecomb-java-chassis] 02/02: [SCB-2058] make RequestPartAnnotationProcessor extend AbstractSpringmvcSerializableParameterProcessor

2020-08-04 Thread liubao
This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git commit cb47f4c31fee7468ef5d8cfe0aed2d53a73d08cd Author: yhs0092 AuthorDate: Tue Aug 4 16:50:09 2020 +0800

[servicecomb-java-chassis] branch master updated (ad9516d -> cb47f4c)

2020-08-04 Thread liubao
This is an automated email from the ASF dual-hosted git repository. liubao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git. from ad9516d [SCB-1754]accessor problem fix: CseHttpMessageConverter response access new 09746aa

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #1907: [SCB-2058] fix SpringMVC provider not support non-file-type RequestPart problem

2020-08-04 Thread GitBox
liubao68 merged pull request #1907: URL: https://github.com/apache/servicecomb-java-chassis/pull/1907 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1910: 实例隔离没有生效

2020-08-04 Thread GitBox
liubao68 commented on issue #1910: URL: https://github.com/apache/servicecomb-java-chassis/issues/1910#issuecomment-668905630 实例被隔离会打印日志和[发送隔离事件](https://docs.servicecomb.io/java-chassis/zh_CN/general-development/AlarmEvent/) 有一定的请求到 B , 我估计是因为 singleTestTime 的原因, 这个隔离时间较短,

[GitHub] [servicecomb-java-chassis] liyupeisleep commented on issue #1910: 实例隔离没有生效

2020-08-04 Thread GitBox
liyupeisleep commented on issue #1910: URL: https://github.com/apache/servicecomb-java-chassis/issues/1910#issuecomment-668618460 负载均衡设置的权重策略。所以看着像负载均衡的策略,B实例怎么才能判断被隔离? This is an automated message from the Apache Git

[GitHub] [servicecomb-java-chassis] liyupeisleep opened a new issue #1910: 实例隔离没有生效

2020-08-04 Thread GitBox
liyupeisleep opened a new issue #1910: URL: https://github.com/apache/servicecomb-java-chassis/issues/1910 1、注册了三个服务端A、B、C,一个消费端。将消费端的实例隔离配置修改如下 ![image](https://user-images.githubusercontent.com/67566979/89303170-67085e80-d69e-11ea-937c-005677b62551.png) 2、服务端B方法内设置sleep,使其超时报490

[GitHub] [servicecomb-service-center] tianxiaoliang merged pull request #673: Remove API level body limit for service registration, use global limit instead.

2020-08-04 Thread GitBox
tianxiaoliang merged pull request #673: URL: https://github.com/apache/servicecomb-service-center/pull/673 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[servicecomb-service-center] branch master updated: As there is parameter validation, remove API level body limit for service registration, use global limit instead. (#673)

2020-08-04 Thread tianxiaoliang
This is an automated email from the ASF dual-hosted git repository. tianxiaoliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git The following commit(s) were added to refs/heads/master by this push: new 1182bc1 As there is

[GitHub] [servicecomb-java-chassis] coveralls edited a comment on pull request #1907: [SCB-2058] fix SpringMVC provider not support non-file-type RequestPart problem

2020-08-04 Thread GitBox
coveralls edited a comment on pull request #1907: URL: https://github.com/apache/servicecomb-java-chassis/pull/1907#issuecomment-667997421 [![Coverage Status](https://coveralls.io/builds/32527005/badge)](https://coveralls.io/builds/32527005) Coverage increased (+0.02%) to

[GitHub] [servicecomb-java-chassis] coveralls edited a comment on pull request #1907: [SCB-2058] fix SpringMVC provider not support non-file-type RequestPart problem

2020-08-04 Thread GitBox
coveralls edited a comment on pull request #1907: URL: https://github.com/apache/servicecomb-java-chassis/pull/1907#issuecomment-667997421 [![Coverage Status](https://coveralls.io/builds/32526254/badge)](https://coveralls.io/builds/32526254) Coverage increased (+0.04%) to

[GitHub] [servicecomb-java-chassis] coveralls commented on pull request #1909: [SCB-2057] set the AppId, ServiceName, Version information by reading…

2020-08-04 Thread GitBox
coveralls commented on pull request #1909: URL: https://github.com/apache/servicecomb-java-chassis/pull/1909#issuecomment-668494106 [![Coverage Status](https://coveralls.io/builds/32524768/badge)](https://coveralls.io/builds/32524768) Coverage decreased (-0.01%) to 86.259% when

[GitHub] [servicecomb-java-chassis] liubao68 commented on a change in pull request #1907: [SCB-2058] fix SpringMVC provider not support non-file-type RequestPart problem

2020-08-04 Thread GitBox
liubao68 commented on a change in pull request #1907: URL: https://github.com/apache/servicecomb-java-chassis/pull/1907#discussion_r464915999 ## File path:

[GitHub] [servicecomb-java-chassis] yhs0092 commented on a change in pull request #1907: [SCB-2058] fix SpringMVC provider not support non-file-type RequestPart problem

2020-08-04 Thread GitBox
yhs0092 commented on a change in pull request #1907: URL: https://github.com/apache/servicecomb-java-chassis/pull/1907#discussion_r464903620 ## File path:

[GitHub] [servicecomb-service-center] humingcheng opened a new pull request #673: Remove API level body limit for service registration, use global limit instead.

2020-08-04 Thread GitBox
humingcheng opened a new pull request #673: URL: https://github.com/apache/servicecomb-service-center/pull/673 As there is parameter validation, remove API level body limit for service registration, use global limit instead. Follow this checklist to help us incorporate your

[GitHub] [servicecomb-java-chassis] GuoYL123 opened a new pull request #1909: [SCB-2057] set the AppId, ServiceName, Version information by reading…

2020-08-04 Thread GitBox
GuoYL123 opened a new pull request #1909: URL: https://github.com/apache/servicecomb-java-chassis/pull/1909 … the environment variable (cherry picked from commit 9f6c57220fa48cd2f53324124ae0271b5ddae16f) Follow this checklist to help us incorporate your contribution quickly

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #1906: [SCB-1754]accessor problem fix: CseHttpMessageConverter response access

2020-08-04 Thread GitBox
liubao68 merged pull request #1906: URL: https://github.com/apache/servicecomb-java-chassis/pull/1906 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[servicecomb-java-chassis] branch master updated: [SCB-1754]accessor problem fix: CseHttpMessageConverter response access

2020-08-04 Thread liubao
This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git The following commit(s) were added to refs/heads/master by this push: new ad9516d [SCB-1754]accessor

[servicecomb-java-chassis] branch master updated: [SCB-1753]accessor problem fix: LinkedBlockingQueueEx queue features

2020-08-04 Thread wujimin
This is an automated email from the ASF dual-hosted git repository. wujimin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git The following commit(s) were added to refs/heads/master by this push: new 509be4e [SCB-1753]accessor

[GitHub] [servicecomb-java-chassis] wujimin merged pull request #1908: [SCB-1753]accessor problem fix: LinkedBlockingQueueEx queue features

2020-08-04 Thread GitBox
wujimin merged pull request #1908: URL: https://github.com/apache/servicecomb-java-chassis/pull/1908 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the