servicecomb-pack icon indicating copy to clipboard operation
servicecomb-pack copied to clipboard

Apache ServiceComb Pack is an eventually data consistency solution for micro-service applications. ServiceComb Pack currently provides TCC and Saga distributed transaction co-ordination solutions by u...

Results 87 servicecomb-pack issues
Sort by recently updated
recently updated
newest added

0.6版本可以在生产环境中使用么?

![image](https://user-images.githubusercontent.com/53718510/88906374-f4584700-d289-11ea-849c-68f2418be086.png) alpha server能正常收到请求,但客户端好像收不到ACK

使用漏洞扫描工具对alpha-server扫描,出现该漏洞提示,是否可能是由于alpha-server的gui模块引入的呢? ![IMG_2659](https://user-images.githubusercontent.com/68358882/87614853-ca5c3c00-c743-11ea-857c-a76cbc579c01.jpg)

关闭服务之后,不能调用补偿,即使多实例的情况下,关闭其中一个实例,也不能调用补偿

问题描述: 1. 没体现type那常常有两笔数据看起来是重复的 2. 没体现createTime,当事务异常时,具体发生时间能立马看到会比较好

a服务调用b服务,b服务内部异常,希望通过b的本地事务回滚,不用补偿,怎么设置?

Service A call B, C, D by order. D was error then call compensate method **C**. WARN: [kryo] Unable to load class **C** with kryo's ClassLoader. Retrying with current.. 2020-04-23...

偶然造成的问题,具体怎么触发的不明,当前现象为,线程进入使用了@Saga注解的方法后,打了一行日志就没动静了,用jstack查看线程状态,情况如下: "[Ljava.lang.String;@29e63bc3.container-63-C-1" #510 prio=5 os_prio=0 tid=0x000000000ce2c000 nid=0x2ce waiting on condition [0x00007f83f7ce6000] java.lang.Thread.State: WAITING (parking) at sun.misc.Unsafe.park(Native Method) - parking to wait for (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)...

This is Microservice and spring boot All. Service A call Post Method to Service B , C , D by Async Task. Put @SagaStart Above @PostMapping On controller Service A...