Willem Jiang
Willem Jiang
临时表是JPA创建的, 如果关闭了JPA就没有办法正常工作了。
你也可以尝试ServiceComb 0.5.0 提供的状态机模式,后台数据是使用elastic search来提供。 详细内容可以参考[此文档](https://github.com/apache/servicecomb-pack/blob/master/docs/fsm/fsm_manual_zh.md)。
清理一下数据库看看?
Please provide more information like the stack trace for us to look into.
We should support to apply different strategy on the LoadBalancer. Please feel free to create a [JIRA](http://issues.apache.org/jira/browse/SCB) for it. It could be great if you can submit a PR for...
@Gannalyo , as the user could use JDK7, we change the code of Omega to support JDK7.
因为只有一个子事务, 这个子事务失败了之后是不需要回退的。 具体Saga事务示例可以参考 https://github.com/apache/servicecomb-pack/tree/master/demo/saga-spring-demo
As alpha server works as a coordinate (the compensation call is count here ), if omega cannot talk to the coordinate it just keep throwing the exception by using fast...
I got your point, alpha server should be stateless, so it doesn't make sense that it throw exception when the event is saga-start. And we need to revisit the retry...
使用spring transaction提供的 @transactional 来进行设置。