-
偶然造成的问题,具体怎么触发的不明,当前现象为,线程进入使用了@Saga注解的方法后,打了一行日志就没动静了,用jstack查看线程状态,情况如下:
"[Ljava.lang.String;@29e63bc3.container-63-C-1" #510 prio=5 os_prio=0 tid=0x000000000ce2c000 nid=0x2ce waiting on condition …
-
when I pulled new fs layer of scfrontend (b606a4c7ed0e), the frontend web page doesn't work properly, like:
![image](https://user-images.githubusercontent.com/3192045/124360272-6637ce00-dc5b-11eb-9dd…
-
File: https://github.com/apache/servicecomb-service-center/blob/master/server/core/swagger/v4.yaml
API: /v4/{project}/registry/microservices/{serviceId}/instances (getInstances)
problems:
1. X-Co…
-
I have built a microservice provider based in Spring boot standalone starter. It listens on port `8116`. The Rest API's provided by this service can be consumed directly on this port `8116` with post…
-
微服务之间调用,A微服务用以下几种方式向B微服务发起请求,均报错
restTemplate.postForEntity(fullUrl, requestHttp, JSONObject.class);
restTemplate.postForEntity(fullUrl, requestHttp, String.class);
restTemplate.postForEntity(…
-
最近看文档的[2.0.1 新特性介绍: 在日志中记录trace id](https://servicecomb.incubator.apache.org/references/java-chassis/zh_CN/featured-topics/features/trace-id.html),我按照文档里的说明配置了一下,发现实际traceid存在,但是最终日志/console不会打印。
刚才运…
-
这个是远程抛出的异常信息:
org.apache.servicecomb.pack.omega.transaction.OmegaException: Failed to get reconnected sender, all alpha server is down.
但是我alpha服务器确认是启动着
-
servicecomb的正向恢复和逆向补偿不可兼得吗?测试的时候发现,配置了向前恢复后,就不会执行逆向补偿方法了。
-
we use java-chassis-spring-boot-starter-servlet
and we config like this in the yml file:
```yaml
# spring boot configurations
server:
port: 9092 # should be same with servicecomb.rest.addr…
-
I'm attempting to extract mutation information from the verbose log. I ran the pit on the [Saga Actuator](https://github.com/apache/servicecomb-saga-actuator) project and saved the log file using the …