[GitHub] [servicecomb-pack] coolbeevip opened a new pull request #641: [SCB-1811] Configure PAYLOADS_MAX_LENGTH parameter from os environment

2020-03-25 Thread GitBox
coolbeevip opened a new pull request #641: [SCB-1811] Configure PAYLOADS_MAX_LENGTH parameter from os environment URL: https://github.com/apache/servicecomb-pack/pull/641 Configure PAYLOADS_MAX_LENGTH parameter from os environment variables

[GitHub] [servicecomb-pack] coveralls commented on issue #641: [SCB-1811] Configure PAYLOADS_MAX_LENGTH parameter from os environment

2020-03-25 Thread GitBox
coveralls commented on issue #641: [SCB-1811] Configure PAYLOADS_MAX_LENGTH parameter from os environment URL: https://github.com/apache/servicecomb-pack/pull/641#issuecomment-603964107 [![Coverage

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1622: 跟SpringMVC共用的时候会存在路径冲突

2020-03-25 Thread GitBox
liubao68 commented on issue #1622: 跟SpringMVC共用的时候会存在路径冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1622#issuecomment-604177277 这个异常没碰到过,可能需要具体看看是申请情况下,哪个组件抛出来的。 也加上`servicecomb.provider.rest.scanRestController` 试试。

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #1622: 跟SpringMVC共用的时候会存在路径冲突

2020-03-25 Thread GitBox
liubao68 edited a comment on issue #1622: 跟SpringMVC共用的时候会存在路径冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1622#issuecomment-604177277 这个异常没碰到过,可能需要具体看看是什么情况下,哪个组件抛出来的。 也加上`servicecomb.provider.rest.scanRestController` 试试。

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #1622: 跟SpringMVC共用的时候会存在路径冲突

2020-03-25 Thread GitBox
liubao68 edited a comment on issue #1622: 跟SpringMVC共用的时候会存在路径冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1622#issuecomment-604177277 这个异常没碰到过,可能需要具体看看是什么情况下,哪个组件抛出来的。 也可以加上`servicecomb.provider.rest.scanRestController` 试试。

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #1663: mockmvc测试接口异常现象,用例不进入ExceptionToProducerResponseConverter

2020-03-25 Thread GitBox
liubao68 edited a comment on issue #1663: mockmvc测试接口异常现象,用例不进入ExceptionToProducerResponseConverter URL: https://github.com/apache/servicecomb-java-chassis/issues/1663#issuecomment-604179612 `ProducerOperationHandler` 是 java-chassis 的类。 不过看你的异常堆栈,不像是 java-chassis 抛出的异常, 处理过程不是

[GitHub] [servicecomb-java-chassis] zhufeizzz commented on issue #1622: 跟SpringMVC共用的时候会存在路径冲突

2020-03-25 Thread GitBox
zhufeizzz commented on issue #1622: 跟SpringMVC共用的时候会存在路径冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1622#issuecomment-604192165 @liubao68

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #1622: 跟SpringMVC共用的时候会存在路径冲突

2020-03-25 Thread GitBox
liubao68 edited a comment on issue #1622: 跟SpringMVC共用的时候会存在路径冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1622#issuecomment-604177277 这个异常没碰到过,可能需要具体看看是什么情况下,哪个组件抛出来的, 可以提供下详细的错误堆栈。 也可以加上`servicecomb.provider.rest.scanRestController` 试试。

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #1622: 跟SpringMVC共用的时候会存在路径冲突

2020-03-25 Thread GitBox
liubao68 edited a comment on issue #1622: 跟SpringMVC共用的时候会存在路径冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1622#issuecomment-604177277 这个异常没碰到过,可能需要具体看看是什么情况下,哪个组件抛出来的, 可以提供下详细的错误堆栈。 也可以加上`servicecomb.provider.rest.scanRestController=false` 试试。

[GitHub] [servicecomb-kie] zhulijian1 commented on a change in pull request #127: able to get key by id

2020-03-25 Thread GitBox
zhulijian1 commented on a change in pull request #127: able to get key by id URL: https://github.com/apache/servicecomb-kie/pull/127#discussion_r398298103 ## File path: server/service/mongo/kv/kv_service.go ## @@ -210,36 +208,8 @@ func (s *Service) FindKV(ctx

[GitHub] [servicecomb-fence] liubao68 commented on issue #24: CustomVertxRestDispatcher 在java-chassis-2.0.0中如何获取transport

2020-03-25 Thread GitBox
liubao68 commented on issue #24: CustomVertxRestDispatcher 在java-chassis-2.0.0中如何获取transport URL: https://github.com/apache/servicecomb-fence/issues/24#issuecomment-604169513 I'll upgrade this project to using 2.0.0 soon

[GitHub] [servicecomb-kie] GuoYL123 commented on a change in pull request #125: fix status don't update

2020-03-25 Thread GitBox
GuoYL123 commented on a change in pull request #125: fix status don't update URL: https://github.com/apache/servicecomb-kie/pull/125#discussion_r398260063 ## File path: server/resource/v1/history_resource_test.go ## @@ -90,8 +90,8 @@ func

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r398261445 ## File path: pkg/model/db_schema.go ## @@ -31,19 +31,19 @@ type LabelDoc struct { type KVDoc struct {

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r398261391 ## File path: pkg/model/db_schema.go ## @@ -31,19 +31,19 @@ type LabelDoc struct { type KVDoc struct {

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r398261315 ## File path: pkg/validate/instance.go ## @@ -0,0 +1,37 @@ +package validate + +import

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1662: servicecomb启动报空指针异常

2020-03-25 Thread GitBox
liubao68 commented on issue #1662: servicecomb启动报空指针异常 URL: https://github.com/apache/servicecomb-java-chassis/issues/1662#issuecomment-604175975 你用的哪个版本? 可以对着代码看看失败代码上下文, 也可以看看更前面的日志,可能是启动过程中其他异常导致的。 This is an

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1650: TLS传输明文配置私钥口令

2020-03-25 Thread GitBox
liubao68 commented on issue #1650: TLS传输明文配置私钥口令 URL: https://github.com/apache/servicecomb-java-chassis/issues/1650#issuecomment-604176231 你可以自定义 `ssl.sslCustomClass` , 然后提供加密解密措施。 This is an automated message from the

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1663: mockmvc测试接口异常现象,用例不进入ExceptionToProducerResponseConverter

2020-03-25 Thread GitBox
liubao68 commented on issue #1663: mockmvc测试接口异常现象,用例不进入ExceptionToProducerResponseConverter URL: https://github.com/apache/servicecomb-java-chassis/issues/1663#issuecomment-604179612 `ProducerOperationHandler` 是 java-chassis 的类。 不过看你的异常堆栈,不像是 java-chassis 抛出的异常, 处理过程不是 java-chassis

[GitHub] [servicecomb-java-chassis] zhufeizzz commented on issue #1622: 跟SpringMVC共用的时候会存在路径冲突

2020-03-25 Thread GitBox
zhufeizzz commented on issue #1622: 跟SpringMVC共用的时候会存在路径冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1622#issuecomment-604199014 @liubao68 因为CSE和SpringMVC是分别编写的,很难控制命名冲突,比如同样一个用户创建的接口,CSE和SpringMVC可能都叫/user/create,目前的规避措施是SpringMVC全都加上一层前缀,如:/web/user/create,但体验就比较差了。

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1663: mockmvc测试接口异常现象,用例不进入ExceptionToProducerResponseConverter

2020-03-25 Thread GitBox
liubao68 commented on issue #1663: mockmvc测试接口异常现象,用例不进入ExceptionToProducerResponseConverter URL: https://github.com/apache/servicecomb-java-chassis/issues/1663#issuecomment-604171463 可以先检查下异常从哪里抛出。 如果你使用的最新版本, 可以看看 ProducerOperationHandler 的 doInvoke 方法,是否异常从这里抛出,如果不是, 则不会走

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #1612: bmi/webapp 这里sample如何启动,webroot是不是需要配置static的绝对路径?

2020-03-25 Thread GitBox
liubao68 edited a comment on issue #1612: bmi/webapp 这里sample如何启动,webroot是不是需要配置static的绝对路径? URL: https://github.com/apache/servicecomb-java-chassis/issues/1612#issuecomment-604178273 [BMI 例子](https://github.com/apache/servicecomb-samples/tree/master/java-chassis-samples/bmi) 里面有配置。

[GitHub] [servicecomb-java-chassis] liubao68 edited a comment on issue #1612: bmi/webapp 这里sample如何启动,webroot是不是需要配置static的绝对路径?

2020-03-25 Thread GitBox
liubao68 edited a comment on issue #1612: bmi/webapp 这里sample如何启动,webroot是不是需要配置static的绝对路径? URL: https://github.com/apache/servicecomb-java-chassis/issues/1612#issuecomment-604178273 [BMI 例子](https://github.com/apache/servicecomb-samples/tree/master/java-chassis-samples/bmi) 里面有配置。

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1612: bmi/webapp 这里sample如何启动,webroot是不是需要配置static的绝对路径?

2020-03-25 Thread GitBox
liubao68 commented on issue #1612: bmi/webapp 这里sample如何启动,webroot是不是需要配置static的绝对路径? URL: https://github.com/apache/servicecomb-java-chassis/issues/1612#issuecomment-604178273 [BMI 例子](https://github.com/apache/servicecomb-samples/tree/master/java-chassis-samples/bmi) 里面有配置。 就是你发的:

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1622: 跟SpringMVC共用的时候会存在路径冲突

2020-03-25 Thread GitBox
liubao68 commented on issue #1622: 跟SpringMVC共用的时候会存在路径冲突 URL: https://github.com/apache/servicecomb-java-chassis/issues/1622#issuecomment-604197570 按照你说的, 应该是 spring MVC 自己加载了下面的两个类作为 Controller。 我发的配置项只控制 java-chassis 不加载 `@RestController`。 需要像个办法让 spring MVC 不加载 `@RestSchema` ,

[GitHub] [servicecomb-java-chassis] Caixinyang commented on issue #1663: mockmvc测试接口异常现象,用例不进入ExceptionToProducerResponseConverter

2020-03-25 Thread GitBox
Caixinyang commented on issue #1663: mockmvc测试接口异常现象,用例不进入ExceptionToProducerResponseConverter URL: https://github.com/apache/servicecomb-java-chassis/issues/1663#issuecomment-604205977 那请问,java-chassis是否有测试接口的类,类似mockmvc这样的工具。模拟restful请求。

[GitHub] [servicecomb-fence] liubao68 commented on issue #24: CustomVertxRestDispatcher 在java-chassis-2.0.0中如何获取transport

2020-03-25 Thread GitBox
liubao68 commented on issue #24: CustomVertxRestDispatcher 在java-chassis-2.0.0中如何获取transport URL: https://github.com/apache/servicecomb-fence/issues/24#issuecomment-604169316 check [升级指南](https://docs.servicecomb.io/java-chassis/zh_CN/featured-topics/upgrading/1_3_0T2_0_0/)

[GitHub] [servicecomb-java-chassis] Caixinyang commented on issue #1663: mockmvc测试接口异常现象,用例不进入ExceptionToProducerResponseConverter

2020-03-25 Thread GitBox
Caixinyang commented on issue #1663: mockmvc测试接口异常现象,用例不进入ExceptionToProducerResponseConverter URL: https://github.com/apache/servicecomb-java-chassis/issues/1663#issuecomment-604174394 1、程序正常启动,API调用是可以正常进入ExceptionToProducerResponseConverter

[servicecomb-kie] branch master updated: fix status don't update (#125)

2020-03-25 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-kie.git The following commit(s) were added to refs/heads/master by this push: new feeacdf fix status don't

[GitHub] [servicecomb-kie] tianxiaoliang merged pull request #125: fix status don't update

2020-03-25 Thread GitBox
tianxiaoliang merged pull request #125: fix status don't update URL: https://github.com/apache/servicecomb-kie/pull/125 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[servicecomb-docs] branch master updated: [SCB-1820] add doc of request log and fixes some problems: modify as review

2020-03-25 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-docs.git The following commit(s) were added to refs/heads/master by this push: new 5c9eb81 [SCB-1820] add doc of

[GitHub] [servicecomb-kie] tianxiaoliang commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
tianxiaoliang commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397902825 ## File path: server/resource/v1/kv_resource.go ## @@ -49,9 +51,9 @@ func (r *KVResource) Put(context

[GitHub] [servicecomb-kie] tianxiaoliang commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
tianxiaoliang commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397901317 ## File path: cmd/kieserver/main.go ## @@ -94,6 +96,9 @@ func main() { if err := service.DBInit();

[servicecomb-service-center] branch master updated: Change moduleServer interface definition to simplify code

2020-03-25 Thread zenlin
This is an automated email from the ASF dual-hosted git repository. zenlin 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 ab569ed Change

[GitHub] [servicecomb-service-center] zenlint merged pull request #635: [SCB-1788] [Syncer] Change moduleServer interface definition to simplify code

2020-03-25 Thread GitBox
zenlint merged pull request #635: [SCB-1788] [Syncer] Change moduleServer interface definition to simplify code URL: https://github.com/apache/servicecomb-service-center/pull/635 This is an automated message from the Apache

[GitHub] [servicecomb-service-center] coveralls edited a comment on issue #636: [SCB-1789] [Syncer] Use etcd option to optimize dependencies

2020-03-25 Thread GitBox
coveralls edited a comment on issue #636: [SCB-1789] [Syncer] Use etcd option to optimize dependencies URL: https://github.com/apache/servicecomb-service-center/pull/636#issuecomment-591487512 [![Coverage

[GitHub] [servicecomb-docs] liubao68 merged pull request #155: [SCB-1820] add doc of request log and fixes some problems: modify as …

2020-03-25 Thread GitBox
liubao68 merged pull request #155: [SCB-1820] add doc of request log and fixes some problems: modify as … URL: https://github.com/apache/servicecomb-docs/pull/155 This is an automated message from the Apache Git Service. To

[servicecomb-java-chassis] branch master updated: [SCB-1825] client outlog: rename item and delete README.md (#1665)

2020-03-25 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 7ad8046 [SCB-1825] client

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #1665: [SCB-1825] client outlog: rename item and delete README.md

2020-03-25 Thread GitBox
liubao68 merged pull request #1665: [SCB-1825] client outlog: rename item and delete README.md URL: https://github.com/apache/servicecomb-java-chassis/pull/1665 This is an automated message from the Apache Git Service. To

[GitHub] [servicecomb-java-chassis] coveralls commented on issue #1664: [SCB-1822]fix problems when using multiple consumer interface for one…

2020-03-25 Thread GitBox
coveralls commented on issue #1664: [SCB-1822]fix problems when using multiple consumer interface for one… URL: https://github.com/apache/servicecomb-java-chassis/pull/1664#issuecomment-603858929 [![Coverage

[GitHub] [servicecomb-service-center] zenlint commented on issue #635: [SCB-1788] [Syncer] Change moduleServer interface definition to simplify code

2020-03-25 Thread GitBox
zenlint commented on issue #635: [SCB-1788] [Syncer] Change moduleServer interface definition to simplify code URL: https://github.com/apache/servicecomb-service-center/pull/635#issuecomment-603880221 LGTM This is an

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1665: [SCB-1825] client outlog: rename item and delete README.md

2020-03-25 Thread GitBox
liubao68 commented on issue #1665: [SCB-1825] client outlog: rename item and delete README.md URL: https://github.com/apache/servicecomb-java-chassis/pull/1665#issuecomment-603835710 I created a new issue to track this refactoring and the old is already closed in previous version.

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397913599 ## File path: pkg/validate/validator_test.go ## @@ -0,0 +1,36 @@ +package validate_test + +import ( +

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #1658: [SCB-1816] print the instance endpoints in the end of the start up log

2020-03-25 Thread GitBox
liubao68 merged pull request #1658: [SCB-1816] print the instance endpoints in the end of the start up log URL: https://github.com/apache/servicecomb-java-chassis/pull/1658 This is an automated message from the Apache Git

[servicecomb-java-chassis] branch master updated: [SCB-1816] print the instance endpoints in the end of the start up log

2020-03-25 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 d4ed334 [SCB-1816] print the

[GitHub] [servicecomb-java-chassis] Caixinyang opened a new issue #1663: mockmvc测试接口异常现象,用例不进入ExceptionToProducerResponseConverter

2020-03-25 Thread GitBox
Caixinyang opened a new issue #1663: mockmvc测试接口异常现象,用例不进入ExceptionToProducerResponseConverter URL: https://github.com/apache/servicecomb-java-chassis/issues/1663 背景:程序使用ExceptionToProducerResponseConverter捕捉ConstraintViolationException参数异常并返回。

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1661: 怎么获取同一APPID Provider的所有实例信息

2020-03-25 Thread GitBox
liubao68 commented on issue #1661: 怎么获取同一APPID Provider的所有实例信息 URL: https://github.com/apache/servicecomb-java-chassis/issues/1661#issuecomment-603738466 这里提供了一个例子,如何实现你的场景: https://github.com/apache/servicecomb-java-chassis/pull/1664 1. 通过 DiscoveryTree 获取某个微服务的所有实例; 2.

[GitHub] [servicecomb-java-chassis] heyile commented on a change in pull request #1660: [SCB-1815] Support sdk use different address to registry and discover…

2020-03-25 Thread GitBox
heyile commented on a change in pull request #1660: [SCB-1815] Support sdk use different address to registry and discover… URL: https://github.com/apache/servicecomb-java-chassis/pull/1660#discussion_r397722997 ## File path:

[GitHub] [servicecomb-java-chassis] w00189670 opened a new issue #1662: servicecomb启动报空指针异常

2020-03-25 Thread GitBox
w00189670 opened a new issue #1662: servicecomb启动报空指针异常 URL: https://github.com/apache/servicecomb-java-chassis/issues/1662 2020-03-25T11:49:29.948+0800 || http-nio-8080-exec-3 || [.[.[.[ServicecombRestServlet].175 || ERROR || Servlet.service() for servlet [ServicecombRestServlet] in

[GitHub] [servicecomb-java-chassis] liubao68 commented on a change in pull request #1660: [SCB-1815] Support sdk use different address to registry and discover…

2020-03-25 Thread GitBox
liubao68 commented on a change in pull request #1660: [SCB-1815] Support sdk use different address to registry and discover… URL: https://github.com/apache/servicecomb-java-chassis/pull/1660#discussion_r397707391 ## File path:

[servicecomb-java-chassis] branch master updated: change kie label env to environment

2020-03-25 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 6cef5fe change kie label env

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #1657: [SCB-1823] change kie label env to environment

2020-03-25 Thread GitBox
liubao68 merged pull request #1657: [SCB-1823] change kie label env to environment URL: https://github.com/apache/servicecomb-java-chassis/pull/1657 This is an automated message from the Apache Git Service. To respond to

[GitHub] [servicecomb-java-chassis] liubao68 opened a new pull request #1664: [SCB-1822]fix problems when using multiple consumer interface for one…

2020-03-25 Thread GitBox
liubao68 opened a new pull request #1664: [SCB-1822]fix problems when using multiple consumer interface for one… URL: https://github.com/apache/servicecomb-java-chassis/pull/1664 … operation and using CseHttpEntity to set localcontext Follow this checklist to help us incorporate

[GitHub] [servicecomb-kie] tianxiaoliang commented on a change in pull request #125: fix status don't update

2020-03-25 Thread GitBox
tianxiaoliang commented on a change in pull request #125: fix status don't update URL: https://github.com/apache/servicecomb-kie/pull/125#discussion_r397713434 ## File path: server/resource/v1/history_resource_test.go ## @@ -90,8 +90,8 @@ func

[GitHub] [servicecomb-kie] tianxiaoliang commented on a change in pull request #125: fix status don't update

2020-03-25 Thread GitBox
tianxiaoliang commented on a change in pull request #125: fix status don't update URL: https://github.com/apache/servicecomb-kie/pull/125#discussion_r397713980 ## File path: server/resource/v1/history_resource_test.go ## @@ -90,8 +90,8 @@ func

[GitHub] [servicecomb-kie] zhulijian1 opened a new pull request #126: kv返回体时间使用时间戳

2020-03-25 Thread GitBox
zhulijian1 opened a new pull request #126: kv返回体时间使用时间戳 URL: https://github.com/apache/servicecomb-kie/pull/126 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [servicecomb-java-chassis] heyile opened a new pull request #1665: [SCB-1796] support client outlog: rename item and delete README.md

2020-03-25 Thread GitBox
heyile opened a new pull request #1665: [SCB-1796] support client outlog: rename item and delete README.md URL: https://github.com/apache/servicecomb-java-chassis/pull/1665 Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is

[GitHub] [servicecomb-kie] GuoYL123 opened a new pull request #125: fix status/value_type don't update

2020-03-25 Thread GitBox
GuoYL123 opened a new pull request #125: fix status/value_type don't update URL: https://github.com/apache/servicecomb-kie/pull/125 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [servicecomb-kie] GuoYL123 commented on a change in pull request #125: fix status/value_type don't update

2020-03-25 Thread GitBox
GuoYL123 commented on a change in pull request #125: fix status/value_type don't update URL: https://github.com/apache/servicecomb-kie/pull/125#discussion_r397654299 ## File path: server/service/mongo/kv/kv_dao.go ## @@ -82,6 +82,8 @@ func updateKeyValue(ctx

[GitHub] [servicecomb-docs] heyile opened a new pull request #155: [SCB-1820] add doc of request log and fixes some problems: modify as …

2020-03-25 Thread GitBox
heyile opened a new pull request #155: [SCB-1820] add doc of request log and fixes some problems: modify as … URL: https://github.com/apache/servicecomb-docs/pull/155 …review This is an automated message from the Apache Git

[GitHub] [servicecomb-kie] tianxiaoliang commented on a change in pull request #125: fix status/value_type don't update

2020-03-25 Thread GitBox
tianxiaoliang commented on a change in pull request #125: fix status/value_type don't update URL: https://github.com/apache/servicecomb-kie/pull/125#discussion_r397651742 ## File path: server/service/mongo/kv/kv_dao.go ## @@ -82,6 +82,8 @@ func updateKeyValue(ctx

[GitHub] [servicecomb-fence] qqdbwl opened a new issue #24: CustomVertxRestDispatcher 在java-chassis-2.0.0中如何获取transport

2020-03-25 Thread GitBox
qqdbwl opened a new issue #24: CustomVertxRestDispatcher 在java-chassis-2.0.0中如何获取transport URL: https://github.com/apache/servicecomb-fence/issues/24 CustomVertxRestDispatcher 中引用了 org.apache.servicecomb.core.CseContext,但是在java-chassis-2.0.0中找不到 CseContext了。对应transport =

[GitHub] [servicecomb-kie] tianxiaoliang commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
tianxiaoliang commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397669847 ## File path: pkg/validate/instance.go ## @@ -0,0 +1,37 @@ +package validate + +import

[GitHub] [servicecomb-kie] tianxiaoliang commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
tianxiaoliang commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397653872 ## File path: go.mod ## @@ -6,8 +6,11 @@ require ( github.com/go-chassis/go-chassis

[GitHub] [servicecomb-kie] tianxiaoliang commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
tianxiaoliang commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397669524 ## File path: pkg/validate/instance.go ## @@ -0,0 +1,37 @@ +package validate + +import

[GitHub] [servicecomb-kie] tianxiaoliang commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
tianxiaoliang commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397670870 ## File path: pkg/model/db_schema.go ## @@ -31,19 +31,19 @@ type LabelDoc struct { type KVDoc struct {

[GitHub] [servicecomb-kie] tianxiaoliang commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
tianxiaoliang commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397671036 ## File path: pkg/model/db_schema.go ## @@ -31,19 +31,19 @@ type LabelDoc struct { type KVDoc struct {

[GitHub] [servicecomb-kie] tianxiaoliang commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
tianxiaoliang commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397672093 ## File path: pkg/validate/validator_test.go ## @@ -0,0 +1,36 @@ +package validate_test + +import ( +

[GitHub] [servicecomb-kie] tianxiaoliang commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
tianxiaoliang commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397672904 ## File path: pkg/validate/instance.go ## @@ -0,0 +1,37 @@ +package validate + +import

[GitHub] [servicecomb-kie] tianxiaoliang commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
tianxiaoliang commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397670653 ## File path: pkg/model/db_schema.go ## @@ -31,19 +31,19 @@ type LabelDoc struct { type KVDoc struct {

[GitHub] [servicecomb-kie] tianxiaoliang commented on a change in pull request #125: fix status/value_type don't update

2020-03-25 Thread GitBox
tianxiaoliang commented on a change in pull request #125: fix status/value_type don't update URL: https://github.com/apache/servicecomb-kie/pull/125#discussion_r397674245 ## File path: server/service/mongo/kv/kv_dao.go ## @@ -82,6 +82,8 @@ func updateKeyValue(ctx

[GitHub] [servicecomb-kie] GuoYL123 commented on a change in pull request #125: fix status don't update

2020-03-25 Thread GitBox
GuoYL123 commented on a change in pull request #125: fix status don't update URL: https://github.com/apache/servicecomb-kie/pull/125#discussion_r397681357 ## File path: server/service/mongo/kv/kv_dao.go ## @@ -82,6 +82,8 @@ func updateKeyValue(ctx context.Context, kv

[GitHub] [servicecomb-kie] tianxiaoliang opened a new pull request #127: able to get key by id

2020-03-25 Thread GitBox
tianxiaoliang opened a new pull request #127: able to get key by id URL: https://github.com/apache/servicecomb-kie/pull/127 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [servicecomb-java-chassis] coveralls commented on issue #1665: [SCB-1796] support client outlog: rename item and delete README.md

2020-03-25 Thread GitBox
coveralls commented on issue #1665: [SCB-1796] support client outlog: rename item and delete README.md URL: https://github.com/apache/servicecomb-java-chassis/pull/1665#issuecomment-603758842 [![Coverage

[GitHub] [servicecomb-java-chassis] coveralls edited a comment on issue #1665: [SCB-1796] support client outlog: rename item and delete README.md

2020-03-25 Thread GitBox
coveralls edited a comment on issue #1665: [SCB-1796] support client outlog: rename item and delete README.md URL: https://github.com/apache/servicecomb-java-chassis/pull/1665#issuecomment-603758842 [![Coverage

[GitHub] [servicecomb-pack] WillemJiang merged pull request #638: [SCB-1735] Support Alpha call compensation timeout strategy

2020-03-25 Thread GitBox
WillemJiang merged pull request #638: [SCB-1735] Support Alpha call compensation timeout strategy URL: https://github.com/apache/servicecomb-pack/pull/638 This is an automated message from the Apache Git Service. To respond

[servicecomb-pack] 02/06: SCB-1735 Catch the compensation method timeout exception and send a CompensateAckTimeoutEvent event and record

2020-03-25 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git commit 2d98d6b2c0b17274c5a6af82a5946ff4ce860450 Author: Lei Zhang AuthorDate: Sat Mar 21 22:12:21 2020 +0800

[servicecomb-pack] 05/06: SCB-1735 Add compensation timeout case for Integration Test

2020-03-25 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git commit 1e0f417f6656c8572a6ba660e416d01c3817f06c Author: Lei Zhang AuthorDate: Sun Mar 22 13:27:58 2020 +0800

[servicecomb-pack] 04/06: SCB-1735 Adding a new event to the state machine

2020-03-25 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git commit 0573fd82d221fd562de3db5b06ebd1843653 Author: Lei Zhang AuthorDate: Sat Mar 21 23:23:11 2020 +0800

[servicecomb-pack] 06/06: SCB-1735 Removing unused code

2020-03-25 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git commit 97b95589184381b56c7ba37e301ce1c077547f0d Author: Lei Zhang AuthorDate: Sun Mar 22 15:58:44 2020 +0800

[servicecomb-pack] branch master updated (d2b8434 -> 97b9558)

2020-03-25 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git. from d2b8434 SCB-1724 Update upgrade-guide & state-diagram documents for SCB-1696 new 655b6dd

[servicecomb-pack] 01/06: SCB-1735 Modify compensate method support asynchronous timeout

2020-03-25 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git commit 655b6dd497fd8e71b4a8b790a733c25435d8ca7f Author: Lei Zhang AuthorDate: Sat Mar 21 22:08:19 2020 +0800

[servicecomb-pack] 03/06: SCB-1735 Show TxCompensateAckTimeoutEvent in the transaction details list

2020-03-25 Thread ningjiang
This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git commit 58021df82e9943bbd049a5c7c16c838337d7fd6b Author: Lei Zhang AuthorDate: Sat Mar 21 22:14:23 2020 +0800

[GitHub] [servicecomb-pack] WillemJiang commented on issue #639: omega端报Failed to process grpc coordinate command,alpha端报io.grpc.StatusRuntimeException: CANCELLED: call already cancelled

2020-03-25 Thread GitBox
WillemJiang commented on issue #639: omega端报Failed to process grpc coordinate command,alpha端报io.grpc.StatusRuntimeException: CANCELLED: call already cancelled URL: https://github.com/apache/servicecomb-pack/issues/639#issuecomment-603795073 @lostpillow 有什么进展吗?

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397796526 ## File path: go.mod ## @@ -6,8 +6,11 @@ require ( github.com/go-chassis/go-chassis

[GitHub] [servicecomb-kie] humingcheng commented on a change in pull request #124: Support parameter validation

2020-03-25 Thread GitBox
humingcheng commented on a change in pull request #124: Support parameter validation URL: https://github.com/apache/servicecomb-kie/pull/124#discussion_r397799086 ## File path: pkg/validate/instance.go ## @@ -0,0 +1,37 @@ +package validate + +import