codingapi / tx-lcn

LCN distributed transaction framework, compatible with dubbo, spring cloud and Motan framework, supports various relational databases
https://www.codingapi.com
Apache License 2.0
4.22k stars 1.46k forks source link

LCN 支持微服务多实例吗? #432

Open Tiangel opened 5 years ago

Tiangel commented 5 years ago

1. Bug Description

2. Environment:

3. Exception Stacktrace

Paste your Exception Stacktrace here!

4. Tour Idea

gaoyining commented 5 years ago

我测试也发现,好像多个实例数据库事务没有保存成功。

yanghq168 commented 4 years ago

这个问题有解决吗

yunfei90 commented 4 years ago

我也遇到同样的问题, 事务没有提交。 A——> B
A提交了,B没有提交, 也没有报错

jiangruihao111 commented 4 years ago

多实例会出现TM通知参与方进行提交时 从redis中获取参与方信息为空。不知道怎么回事