[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-19 Thread GitBox
diwenzheng commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-763398893 2021-01-20 15:30:01.173 - [ERROR] - [registry-vert.x-eventloop-thread-0] - [o.a.s.s.client.http.RestUtils] - [RestUtils.java:95] - GET

[GitHub] [servicecomb-java-chassis] sun-weihan commented on issue #1629: org.apache.servicecomb.foundation.common.exceptions.ServiceCombException: all transport named rest refused to init.

2021-01-19 Thread GitBox
sun-weihan commented on issue #1629: URL: https://github.com/apache/servicecomb-java-chassis/issues/1629#issuecomment-763393747 详细解释:https://bbs.huaweicloud.com/forum/thread-14695-1-1.html This is an automated message from

[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-19 Thread GitBox
diwenzheng commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-763389526 主要出现重启的服务就是我这个站点转发的服务,其余的服务基本上没见过重启的说. This is an automated message from the Apache Git

[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-19 Thread GitBox
diwenzheng commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-763388418 > docker部署很有可能是由于资源限制,比如CPU、内存,被容器终止了。 建议你留意下内存变化,特别是 -Xmx -Xms等设置,部分JDK版本对容器支持不是很好,无法自动分配合理的内存,需要手工设置这些参数以保障不超过容器限制。

[GitHub] [servicecomb-java-chassis] develpoerX opened a new pull request #2206: SCB-2177 reporting metrics data to dashboard service.

2021-01-19 Thread GitBox
develpoerX opened a new pull request #2206: URL: https://github.com/apache/servicecomb-java-chassis/pull/2206 #only with function codes, the test cases will be provide later. Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure

[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-19 Thread GitBox
liubao68 commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-763373307 docker部署很有可能是由于资源限制,比如CPU、内存,被容器终止了。 建议你留意下内存变化,特别是 -Xmx -Xms等设置,部分JDK版本对容器支持不是很好,无法自动分配合理的内存,需要手工设置这些参数以保障不超过容器限制。

[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-19 Thread GitBox
diwenzheng commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-763357414 服务一直是稳定运行一段时间后 重启,我们采用的是docker方式部署 This is an automated message from the Apache Git Service. To

[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-19 Thread GitBox
diwenzheng commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-763356820 日志层面报的错就是这些 ![image](https://user-images.githubusercontent.com/60613511/105133473-cd3b4d80-5b27-11eb-8438-920f9536742b.png)

[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-19 Thread GitBox
diwenzheng commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-763355782 > 你的问题和日志之间的关联不是很好理解。 > > ``` > The request is rejected. Cannot process the request due to STATUS = STOPPING > ``` > >

[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-19 Thread GitBox
liubao68 commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-763329650 你的问题和日志之间的关联不是很好理解。 ``` The request is rejected. Cannot process the request due to STATUS = STOPPING ``` 这个日志的意思是本服务已经停止了,比如手动关闭或者kill。

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2198: 可否再细讲解一下这个RPC调用?

2021-01-19 Thread GitBox
liubao68 commented on issue #2198: URL: https://github.com/apache/servicecomb-java-chassis/issues/2198#issuecomment-763327847 开发指南: https://docs.servicecomb.io/java-chassis/zh_CN/start/first-sample/ This is an automated

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2204: ServiceComb 2.1.3版本SDK对接开启了RBAC鉴权机制的公有云CSE,运行一段时间后,频繁报鉴权失败

2021-01-19 Thread GitBox
liubao68 commented on issue #2204: URL: https://github.com/apache/servicecomb-java-chassis/issues/2204#issuecomment-763327474 token有过期时间, 但是程序里面会定期刷新token,看起来是没有刷新token, 需要先分析下日志。 可以把日志中 包含 TokenCacheManager 都搜集起来看下。

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2203: RuleExt自定义负载均衡策略,choose方法的servers引用经常发生变化?

2021-01-19 Thread GitBox
liubao68 commented on issue #2203: URL: https://github.com/apache/servicecomb-java-chassis/issues/2203#issuecomment-763324256 你说的频繁是多久?通常只有存在实例变化的的时候,列表才会变化。 (即实例上下线) This is an automated message from the Apache Git

[GitHub] [servicecomb-service-center] tianxiaoliang edited a comment on pull request #834: open server/service ut

2021-01-19 Thread GitBox
tianxiaoliang edited a comment on pull request #834: URL: https://github.com/apache/servicecomb-service-center/pull/834#issuecomment-763311109 还有补充下文档 https://service-center.readthedocs.io/en/latest/user-guides.html 这下面补充个章节,讲述环境变量和命令行作用 先讲述这个存储的参数

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

2021-01-19 Thread GitBox
tianxiaoliang commented on pull request #834: URL: https://github.com/apache/servicecomb-service-center/pull/834#issuecomment-763311109 还有补充下文档 https://service-center.readthedocs.io/en/latest/user-guides.html 这下面补充个章节,讲述环境变量和命令行作用

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

2021-01-19 Thread GitBox
diwenzheng commented on issue #833: URL: https://github.com/apache/servicecomb-service-center/issues/833#issuecomment-763275300 麻烦 能指点一下是否是 配置测的代码 有问题? 还是什么原因导致的重启 这个很影响我们的服务稳定性啊 This is an automated message from the

[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-19 Thread GitBox
diwenzheng commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-763274873 麻烦 能指点一下是否是 配置测的代码 有问题? 还是什么原因导致的重启 这个很影响我们的服务稳定性啊 This is an automated message from the Apache

[GitHub] [servicecomb-service-center] tianxiaoliang commented on a change in pull request #834: open server/service ut

2021-01-19 Thread GitBox
tianxiaoliang commented on a change in pull request #834: URL: https://github.com/apache/servicecomb-service-center/pull/834#discussion_r560597131 ## File path: scripts/ut.sh ## @@ -21,13 +21,27 @@ ROOT_PATH=$(dirname $CURRENT_PATH) export COVERAGE_PATH=$(pwd) cd $1 -for

[GitHub] [servicecomb-service-center] tianxiaoliang commented on a change in pull request #834: open server/service ut

2021-01-19 Thread GitBox
tianxiaoliang commented on a change in pull request #834: URL: https://github.com/apache/servicecomb-service-center/pull/834#discussion_r560596698 ## File path: scripts/ut.sh ## @@ -21,13 +21,27 @@ ROOT_PATH=$(dirname $CURRENT_PATH) export COVERAGE_PATH=$(pwd) cd $1 -for

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

2021-01-19 Thread GitBox
xzccfzy opened a new pull request #834: URL: https://github.com/apache/servicecomb-service-center/pull/834 - mongo 表添加project索引 - 打开server/service ut,mongo部分的ut忽略broker This is an automated message from the Apache Git

[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-19 Thread GitBox
diwenzheng commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-762748823 描述下我这个服务做的事情,灵活根据4处对端服务器的数据进行内存管控对端服务是否可用,随后请求过来的数据,提取转发的到哪个服务器,然后在通过resttemplate转发.(resttemplate 支持https转发以及转发走的是ip+端口)

[GitHub] [servicecomb-service-center] diwenzheng edited a comment on issue #833: 关于服务报出 httpserver failed 以及 The request is rejected. Cannot process the request due to STATUS = STOPPING

2021-01-19 Thread GitBox
diwenzheng edited a comment on issue #833: URL: https://github.com/apache/servicecomb-service-center/issues/833#issuecomment-762747888 描述下我这个服务做的事情,灵活根据4处对端服务器的数据进行内存管控对端服务是否可用,随后请求过来的数据,提取转发的到哪个服务器,然后在通过resttemplate转发.(resttemplate 支持https转发以及转发走的是ip+端口)

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

2021-01-19 Thread GitBox
diwenzheng commented on issue #833: URL: https://github.com/apache/servicecomb-service-center/issues/833#issuecomment-762747888 描述下我这个服务做得事情,灵活根据4处对端服务器的数据来设置对端服务是否可用,随后请求过来的时候根据数据提取转发的服务器,通过resttemplate转发,resttemplate 支持https转发以及转发走的是ip+端口

[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-19 Thread GitBox
diwenzheng commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-762739567 @rvs @jbonofre @WillemJiang @ke4qqq 我看错误都是这些,以及httpserver failed ,能帮忙 指点下 问题的所在吗 This is an

[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-19 Thread GitBox
diwenzheng commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-762739403 2021-01-19 16:14:05.177 - [ERROR] - [vert.x-eventloop-thread-10] - [io.vertx.core.impl.ContextImpl] - [ContextImpl.java:342] - Unhandled exception

[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-19 Thread GitBox
diwenzheng commented on issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205#issuecomment-762739265 我们目前用的版本是1.3.0,在我们业务高并发的情况下,最大5分钟30W的并发量,我们外围服务有30个实例,为何我更改了实例向注册中心发送心跳的时间以及重试次数,服务还会过一段时间重启?

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

2021-01-19 Thread GitBox
diwenzheng opened a new issue #2205: URL: https://github.com/apache/servicecomb-java-chassis/issues/2205 以下是我yaml的配置. APPLICATION_ID: redtea-es service_description: name: SiteMgr version: 1.1.0 environment: development properties: allowCrossApp: true # enable cross

[GitHub] [servicecomb-service-center] diwenzheng removed a comment on issue #833: 关于服务报出 httpserver failed 以及 The request is rejected. Cannot process the request due to STATUS = STOPPING

2021-01-19 Thread GitBox
diwenzheng removed a comment on issue #833: URL: https://github.com/apache/servicecomb-service-center/issues/833#issuecomment-762733308 以下是我yaml的配置 我们采用三个etcd 三个service-center 利用docker-swarm部署的分布式集群. > APPLICATION_ID: redtea-es > service_description: > name: SiteMgr > version:

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

2021-01-19 Thread GitBox
diwenzheng commented on issue #833: URL: https://github.com/apache/servicecomb-service-center/issues/833#issuecomment-762735574 @rvs @jbonofre @WillemJiang @ke4qqq 我看错误都是这些,以及httpserver failed ,能帮忙 指点下 问题的所在吗 This is an

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

2021-01-19 Thread GitBox
diwenzheng commented on issue #833: URL: https://github.com/apache/servicecomb-service-center/issues/833#issuecomment-762734959 2021-01-19 16:14:05.177 - [ERROR] - [vert.x-eventloop-thread-10] - [io.vertx.core.impl.ContextImpl] - [ContextImpl.java:342] - Unhandled exception

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

2021-01-19 Thread GitBox
diwenzheng commented on issue #833: URL: https://github.com/apache/servicecomb-service-center/issues/833#issuecomment-762734657 我们目前用的版本是1.3.0,在我们业务高并发的情况下,最大5分钟30W的并发量,我们外围服务有30个实例,为何我更改了实例向注册中心发送心跳的时间以及重试次数,服务还会过一段时间重启?

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

2021-01-19 Thread GitBox
diwenzheng commented on issue #833: URL: https://github.com/apache/servicecomb-service-center/issues/833#issuecomment-762733308 以下是我yaml的配置 我们采用三个etcd 三个service-center 利用docker-swarm部署的分布式集群. > APPLICATION_ID: redtea-es > service_description: > name: SiteMgr > version: 1.1.0

[GitHub] [servicecomb-service-center] diwenzheng opened a new issue #833: 关于服务报出 httpserver failed 以及 The request is rejected. Cannot process the request due to STATUS = STOPPING

2021-01-19 Thread GitBox
diwenzheng opened a new issue #833: URL: https://github.com/apache/servicecomb-service-center/issues/833 APPLICATION_ID: redtea-es service_description: name: SiteMgr version: 1.1.0 environment: development properties: allowCrossApp: true # enable cross app

[GitHub] [servicecomb-java-chassis] VTracyHuang commented on issue #2198: 可否再细讲解一下这个RPC调用?

2021-01-19 Thread GitBox
VTracyHuang commented on issue #2198: URL: https://github.com/apache/servicecomb-java-chassis/issues/2198#issuecomment-762705889 再来问一问 有没有serviceComb rpc调用的demo啊 This is an automated message from the Apache Git Service. To

[servicecomb-service-center] branch master updated: Set the default timeout for instance (#832)

2021-01-19 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 6b47e2f Set the

[GitHub] [servicecomb-service-center] tianxiaoliang merged pull request #832: Set the default timeout for instance

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