[servicecomb-service-center] branch master updated: update kie-client , support batch delete (#838)

2021-01-21 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 d344f1f update

[GitHub] [servicecomb-service-center] tianxiaoliang removed a comment on pull request #838: update kie-client ,support batch delete

2021-01-21 Thread GitBox
tianxiaoliang removed a comment on pull request #838: URL: https://github.com/apache/servicecomb-service-center/pull/838#issuecomment-765206253 不过如果你不改代码应该是搞不定这个功能的 This is an automated message from the Apache Git Service.

[GitHub] [servicecomb-service-center] tianxiaoliang merged pull request #838: update kie-client ,support batch delete

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

[GitHub] [servicecomb-service-center] tianxiaoliang commented on pull request #838: update kie-client ,support batch delete

2021-01-21 Thread GitBox
tianxiaoliang commented on pull request #838: URL: https://github.com/apache/servicecomb-service-center/pull/838#issuecomment-765206253 不过如果你不改代码应该是搞不定这个功能的 This is an automated message from the Apache Git Service. To

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2213: org.apache.servicecomb.provider.pojo.Invoker syncInvoke 出异常的时候未附上调用者堆栈

2021-01-21 Thread GitBox
liubao68 commented on issue #2213: URL: https://github.com/apache/servicecomb-java-chassis/issues/2213#issuecomment-765201323 异步处理一般会有这样的问题。 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2210: Edge服务转发后HttpServletRequest中的body无法二次读取

2021-01-21 Thread GitBox
liubao68 commented on issue #2210: URL: https://github.com/apache/servicecomb-java-chassis/issues/2210#issuecomment-765190407 needCacheRequest主要的目的是保证框架能够正常读取到body数据(在自定义HttpServerFilter并且已经读取body的情况下)。 流都是不能二次读取的。 This

[GitHub] [servicecomb-service-center] GuoYL123 opened a new pull request #838: update kie-client ,support batch delete

2021-01-21 Thread GitBox
GuoYL123 opened a new pull request #838: URL: https://github.com/apache/servicecomb-service-center/pull/838 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

[GitHub] [servicecomb-java-chassis] liubao68 merged pull request #2207: prepare 2.2.0-SNAPSHOT

2021-01-21 Thread GitBox
liubao68 merged pull request #2207: URL: https://github.com/apache/servicecomb-java-chassis/pull/2207 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 #2205: 关于服务报出 httpserver failed 以及 The request is rejected. Cannot process the request due to STATUS = STOPPING

2021-01-21 Thread GitBox
liubao68 commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-764204289 metrics显示有590,通常是错误,这个需要结合日志看原因。 容器很多不方便的地方,定位问题非常复杂,如果没有相关的监控机制的话。(主机、虚机、应用、JVM、日志、调用链等)

[servicecomb-java-chassis] branch master updated (ad3bd67 -> d641f81)

2021-01-21 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 ad3bd67 fix missing artifact in pom add d641f81 prepare 2.2.0-SNAPSHOT No new revisions

[GitHub] [servicecomb-service-center] xzccfzy commented on a change in pull request #837: add mongo index

2021-01-21 Thread GitBox
xzccfzy commented on a change in pull request #837: URL: https://github.com/apache/servicecomb-service-center/pull/837#discussion_r562301820 ## File path: datasource/mongo/database.go ## @@ -33,6 +33,10 @@ const ( CollectionRole = "role" ) +const ( +

[GitHub] [servicecomb-service-center] xzccfzy commented on pull request #834: open server/service ut

2021-01-21 Thread GitBox
xzccfzy commented on pull request #834: URL: https://github.com/apache/servicecomb-service-center/pull/834#issuecomment-764131481 > 还有补充下文档 https://service-center.readthedocs.io/en/latest/user-guides.html 这下面补充个章节,讲述环境变量和命令行作用 > > 先讲述这个存储的参数 ok ,我看看kie的相关代码

[GitHub] [servicecomb-java-chassis] wujimin commented on pull request #2206: SCB-2177 reporting metrics data to dashboard service.

2021-01-21 Thread GitBox
wujimin commented on pull request #2206: URL: https://github.com/apache/servicecomb-java-chassis/pull/2206#issuecomment-764188575 建议试试https://docs.servicecomb.io/java-chassis/zh_CN/build-consumer/3rd-party-service-invoke/

[GitHub] [servicecomb-service-center] xzccfzy closed pull request #834: open server/service ut

2021-01-21 Thread GitBox
xzccfzy closed pull request #834: URL: https://github.com/apache/servicecomb-service-center/pull/834 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-service-center] tianxiaoliang commented on a change in pull request #837: add mongo index

2021-01-21 Thread GitBox
tianxiaoliang commented on a change in pull request #837: URL: https://github.com/apache/servicecomb-service-center/pull/837#discussion_r561831898 ## File path: datasource/mongo/database.go ## @@ -33,6 +33,10 @@ const ( CollectionRole = "role" ) +const ( +

[GitHub] [servicecomb-pack] Richard-yyf commented on issue #615: 如何进行向前补偿?

2021-01-21 Thread GitBox
Richard-yyf commented on issue #615: URL: https://github.com/apache/servicecomb-pack/issues/615#issuecomment-765107040 @WillemJiang 请问向前补偿的机制是在alpha端触发的吗?方便给下源码里面的入口类吗? This is an automated message from the Apache Git

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2208: RuleExt自定义负载均衡策略,choose方法的servers会漏掉一个微服务提供者。

2021-01-21 Thread GitBox
liubao68 commented on issue #2208: URL: https://github.com/apache/servicecomb-java-chassis/issues/2208#issuecomment-764216058 你的问题描述不是很清晰,不是很容易理解什么问题。 日志里面显示的调用栈、线程信息似乎都不是java-chassis原来的样子。 BTW,你可以提供下更加完整的信息,日志内容不要截图,参考说明:https://github.com/apache/servicecomb-java-chassis/wiki

[GitHub] [servicecomb-java-chassis] swxEmily closed issue #2212: #759[SCB-653]Transfer-Encoding and Content-Length can not be set to response,什么原因框架屏蔽掉这两个header不返回

2021-01-21 Thread GitBox
swxEmily closed issue #2212: URL: https://github.com/apache/servicecomb-java-chassis/issues/2212 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [servicecomb-java-chassis] diwenzheng commented on issue #2205: 关于服务报出 httpserver failed 以及 The request is rejected. Cannot process the request due to STATUS = STOPPING

2021-01-21 Thread GitBox
diwenzheng commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-764185135 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [servicecomb-pack] Richard-yyf commented on issue #615: 如何进行向前补偿?

2021-01-21 Thread GitBox
Richard-yyf commented on issue #615: URL: https://github.com/apache/servicecomb-pack/issues/615#issuecomment-765107040 @WillemJiang 请问向前补偿的机制是在alpha端触发的吗?方便给下源码里面的入口类吗? This is an automated message from the Apache Git

[GitHub] [servicecomb-java-chassis] Nick-The-Uncharted opened a new issue #2214: 能否在请求报错时指定produceProcessor

2021-01-21 Thread GitBox
Nick-The-Uncharted opened a new issue #2214: URL: https://github.com/apache/servicecomb-java-chassis/issues/2214 场景:有一个场景时返回 application/vnd.ms-excel 给客户端,但是如果报错,我们希望能够使用json返回,否则我们就只能把错误写在xls里。请求的 accept是application/json,application/vnd.ms-excel

[GitHub] [servicecomb-java-chassis] Nick-The-Uncharted opened a new issue #2213: org.apache.servicecomb.provider.pojo.Invoker syncInvoke 出异常的时候未附上调用者堆栈

2021-01-21 Thread GitBox
Nick-The-Uncharted opened a new issue #2213: URL: https://github.com/apache/servicecomb-java-chassis/issues/2213 version: 2.0.1 原因 调用远端微服务出错之后返回的就是InvocationException `org.apache.servicecomb.swagger.invocation.Response#create(javax.ws.rs.core.Response.StatusType, java.lang.Object)`

[GitHub] [servicecomb-java-chassis] swxEmily closed issue #2212: #759[SCB-653]Transfer-Encoding and Content-Length can not be set to response,什么原因框架屏蔽掉这两个header不返回

2021-01-21 Thread GitBox
swxEmily closed issue #2212: URL: https://github.com/apache/servicecomb-java-chassis/issues/2212 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [servicecomb-java-chassis] swxEmily opened a new issue #2212: #759[SCB-653]Transfer-Encoding and Content-Length can not be set to response,什么原因框架屏蔽掉这两个header不返回

2021-01-21 Thread GitBox
swxEmily opened a new issue #2212: URL: https://github.com/apache/servicecomb-java-chassis/issues/2212 https://github.com/apache/servicecomb-java-chassis/pull/759/files 客户端校验content-length,基于框架实现一个服务端下载接口,但是服务端消息返回的header中没有content-length,框架基于什么原因屏蔽掉了?

[GitHub] [servicecomb-service-center] xzccfzy commented on a change in pull request #837: add mongo index

2021-01-21 Thread GitBox
xzccfzy commented on a change in pull request #837: URL: https://github.com/apache/servicecomb-service-center/pull/837#discussion_r562301820 ## File path: datasource/mongo/database.go ## @@ -33,6 +33,10 @@ const ( CollectionRole = "role" ) +const ( +

[GitHub] [servicecomb-service-center] xzccfzy commented on a change in pull request #837: add mongo index

2021-01-21 Thread GitBox
xzccfzy commented on a change in pull request #837: URL: https://github.com/apache/servicecomb-service-center/pull/837#discussion_r562301820 ## File path: datasource/mongo/database.go ## @@ -33,6 +33,10 @@ const ( CollectionRole = "role" ) +const ( +

[GitHub] [servicecomb-java-chassis] pengye1207 opened a new issue #2211: handler的类型和作用范围

2021-01-21 Thread GitBox
pengye1207 opened a new issue #2211: URL: https://github.com/apache/servicecomb-java-chassis/issues/2211 servicecomb支持配置handler类型有Consumer和Provider两种类型,如下配置 ```yaml servicecomb: handler: chain: Consumer: default: qps-flowcontrol-consumer,loadbalance

[GitHub] [servicecomb-service-center] tianxiaoliang commented on a change in pull request #837: add mongo index

2021-01-21 Thread GitBox
tianxiaoliang commented on a change in pull request #837: URL: https://github.com/apache/servicecomb-service-center/pull/837#discussion_r561831898 ## File path: datasource/mongo/database.go ## @@ -33,6 +33,10 @@ const ( CollectionRole = "role" ) +const ( +

[GitHub] [servicecomb-java-chassis] rechief opened a new issue #2210: Edge服务转发后HttpServletRequest中的body无法二次读取

2021-01-21 Thread GitBox
rechief opened a new issue #2210: URL: https://github.com/apache/servicecomb-java-chassis/issues/2210 Edge接收到三方请求后,转发请求信息给内部微服务,但是在微服务接收到的HttpServletRequest的bodyBuffer为null 已有特性:已针对HttpServerFilter增加了needCacheRequest(),做了码流缓存 `@Override public boolean