Willem Jiang
Willem Jiang
@eric-lee-ltk I think we need to avoid the multiple scanner handle the same compensation to resolve this kind of issue.
@gene1101 感谢提醒,kyro 序列化库的要求这块我们是需要在文档中进行标注。我这里建了一个JIRA [SCB-1583](https://issues.apache.org/jira/browse/SCB-1583)来跟这个问题。 我这边有一个问题,就是Alpha端报 io.grpc.StatusRuntimeException: CANCELLED: call already cancelled, 这个异常是否和kyro反序列化失败相关。
Using the EventScanner is a challenge for us to handle the timeout event, we will do some modification here. Since Saga only provides the eventual consistent, we cannot guarantee that...
@Gannalyo Can you close this issue if the answer address your question?
Once the Alpha got the abort message , it knows about the transaction is failed and it can call the compensation method directly , the event scanner is just for...
> grpc模块是哪里?怎么编译? > 还有我用idea 打开 saga-servicecomb-demo, 依赖包引用就会报错啊 > org.apache.servicecomb.pack: omega-spring-starter:0.6.0.SNAPSHOT 是报错的,提示找不到包 > 还有,我只是想在本地测试下 demo中的例子 如果只想运行demo,建议你现在[0.5.0 源代码包](https://mirrors.tuna.tsinghua.edu.cn/apache/servicecomb/servicecomb-pack/0.5.0/apache-servicecomb-pack-distribution-0.5.0-src.zip),直接打开,maven是会自动帮你下载相关依赖的。
还有就是windows 10 [支持docker安装](https://docs.docker.com/docker-for-windows/), 建议安装完docker之后可以直接使用 docker compose将相关的服务都启动起来,这样运行会简单很多。
压力上到多少? 从stack trace 来看应该是grpc的问题。 昨天在master上刚刚升级了grpc的版本,你可以试一下。
是不是yaml文件就没有被加载啊。
不太理解的你的问题, 可否描述得更清楚一些。