-
### 1. Bug Description
在使用k8s作为集群的时候,创建了eureka,config,tm,tc的时候,tm可以启动,tc在启动的时候日志输出一直显示
![image](https://user-images.githubusercontent.com/22462370/70514496-b8436b00-1b6e-11ea-9e4a-55a02c0ebaad.png…
-
- [ ] I have searched the [issues](https://github.com/codingapi/tx-lcn/issues) of this repository and believe that this is not a duplicate.
### 1. Bug Description
### 2. Environment:
- JDK ve…
-
- [ ] I have searched the [issues](https://github.com/codingapi/tx-lcn/issues) of this repository and believe that this is not a duplicate.
### 1. Bug Description
### 2. Environment:
- JDK ve…
-
### 1. Bug Description
事务参与方异常,调用方不回滚
### 2. Environment:
- JDK version: 1.8
- OS: windows10
- TX-LCN version: 5.0.2
- Others:
spring boot 2.0.7.RELEASE
springcloud Finchley.SR2
axzsd updated
5 years ago
-
2019-11-13 21:13:29.594 ERROR 5932 --- [io-12002-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request p…
-
1. t_demo 的建表语句少了kid字段。
2. tx-manager的心跳时间与说明不对应。
3. 增加对MysqlPrimaryKeysProvider的说明。
-
- [ ] I have searched the [issues](https://github.com/codingapi/tx-lcn/issues) of this repository and believe that this is not a duplicate.
### 1. Bug Description
在TM服务器遭遇了停电等影响长时间断开后重启。各服务遇见此问题。
…
-
### 1. Bug Description
你好,我用5.0.2版本,发起方异常,发起方事务回滚了,但是参与方事务没有回滚;按照官方FAQ中的方法,每一步都没有问题,但参与方事务还是没有回滚。通过DEBUG参看,参与方的事务在执行完本地代码之后,本地事务已经提交了,是真提交,而不是假提交(可以查到数据库数据已经更新了);DEBUG跟踪代码执行,发现参与方的事务并没有加入到事务发起者创建的事务组…
zoufq updated
5 years ago
-
1.控制器
@DS(value = Constants.DEFAULT_DS)
@RequestMapping(value = "/registerCompany", method = RequestMethod.POST)
@ApiOperation(value = "注册公司", httpMethod = "POST", notes = "注册公司", produces = "app…
-
2020-07-02 完成任务
1、TC模块与TM模块的三阶段控制 创建 加入 通知
2、实现了事务日志的记录。
3、RPC模块增加了RestTemplate与Feign的实现。
4、移除了uml的依赖。
5、单元测试定义