tx-lcn
tx-lcn copied to clipboard
LCN distributed transaction framework, compatible with dubbo, spring cloud and Motan framework, supports various relational databases
执行批量插入语句insert ()values(),(); primaryKeys中记录了两个主键,在拼接回滚sql时拼接成了id= a and id = b,这里是不是应该用or 或者说in?
- [ ] I have searched the [issues](https://github.com/codingapi/tx-lcn/issues) of this repository and believe that this is not a duplicate. ### 1. LCN模式在debug过程中超时后没有提交或回滚事务 ### 2. Environment: - JDK version: JDK1.8 -...
master分支(未修改源码) msg生成code MessageDto messageDto = new MessageDto(); messageDto.setAction(MessageConstants.ACTION_HEART_CHECK); heartCmd = new NettyRpcCmd(); heartCmd.setMsg(messageDto); heartCmd.setKey(RandomUtils.simpleKey()); yi xia以下是debug过来的数据  然后就报错 
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 processing failed; nested exception is org.springframework.jdbc.UncategorizedSQLException: Error getting generated key...
lcn使用tc的事务使用oracle管理,手动创建trigger后,原本自动创建的id主键数据类型为bigint,oracle使用number(33)后,点击http://127.0.0.1:7970/admin/index.html,“”系统日志“”按钮,弹出“”系统日志已被禁用,将返回首页“”,tc后台控制台显示下面: java.lang.ClassCastException: java.math.BigDecimal cannot be cast to java.lang.Long; 我想问下mysql bigint类型,oracle用什么类型替换 number吗?帮帮解答下,各位大佬们,急解决!
Although others also meet the similar situation, the exception seems not same. ### 1. Bug Description When I debug in LCN model, it throw the "dtx timeout" LCNBusinessException. And when...
oracle数据库是否支持txc模式自动回滚
- [ ] 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 tx-lcn.logger.enabled=true 时DataSource会变成本地IP。username@本地IP 。mysql版本8.0.7 感觉是 HikariDataSource getConnection的问题。但没仔细看我先关掉这个配置了 ###...
- [ ] 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连接redis-cluster报错 ### 2. Environment: - JDK version:...
- [x] 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就报redis异常:  我的TM配置: ``` spring: profiles: active: dev...