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

6.0 维护进度日志 #510

Open xlorne opened 4 years ago

xlorne commented 4 years ago

2020-07-02 完成任务 1、TC模块与TM模块的三阶段控制 创建 加入 通知 2、实现了事务日志的记录。 3、RPC模块增加了RestTemplate与Feign的实现。 4、移除了uml的依赖。 5、单元测试定义

xlorne commented 4 years ago

2020-07-03 任务进度 1、事务日志模块进行中. 2、录制了当前代码的视频讲解. https://www.bilibili.com/video/BV1oZ4y1H7HQ/

xlorne commented 4 years ago

2020-07-05 任务进度 1、事务日志SQL分析幂等性抽象接口定义 @see #501

xlorne commented 4 years ago

2020-07-08 任务进度 已完成基础的LCN模式下事务提交回滚功能。

目前来说还有三块比较大的工作 1、幂等性问题, https://github.com/codingapi/tx-lcn/issues/501 2、机制优化,包括重新链接机制、TM存储机制、TM选举机制(负载均衡)、事务日志数据库适配等 3、原子钟算法,https://github.com/codingapi/tx-lcn/issues/528