tx-lcn icon indicating copy to clipboard operation
tx-lcn copied to clipboard

LCN distributed transaction framework, compatible with dubbo, spring cloud and Motan framework, supports various relational databases

Results 106 tx-lcn issues
Sort by recently updated
recently updated
newest added

org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: ERR DISCARD without MULTI

- [ ] 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 我们这边代码 进行业务流程审批(发起方)的时候,通过feign调用了flowable工作流工程的 TaskService.complete()方法(参与方), 发起方用的是LCN模式, 参与方用的是TXC模式, 结果发起方报错,参与方 解析的逆向sql语句,执行失败,导致事务回滚失败。...

- [ ] 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 出现多级调用时:A服务-B服务-(C服务,D服务,E服务),出现了如题的异常。 本机win7,环境正常。Linux服务器上就出异常。 ### 2. Environment: - JDK...

## Why you need it? Is your feature request related to a problem? Please describe in details ## How it could be? A clear and concise description of what you...

有没有人在跑springcloud-lcn-demo 的时候发现a服务DemoController调用save方法的时候报错: 错误日志如下 2019-04-18 19:27:32.578 ERROR 5756 --- [nio-9002-exec-4] c.c.t.n.service.impl.NettyServiceImpl : socket not connection wait 2 seconds. 2019-04-18 19:27:34.579 ERROR 5756 --- [nio-9002-exec-4] c.c.t.n.service.impl.NettyServiceImpl : socket not connection,check txManager server...

- [ ] 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 现在项目用信号量是没问题的,但是会影响压测验收,我看到有人自定义了hystrix的策略,我用最新的5.0.2测试用线程池策略下,A服务一个方法,第一次调用B实例1更新BB数据,第二次又去调用B实例(feign调用新的2个实例其中一个)更新同样的BB数据会造成死锁。 ### 2. Environment: - JDK version:...

- [ ] 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 在跨服务调用的时候,经常会偶发性报这个错。 2021-09-15 12:45:35 ERROR FEBS-Server-Mall nioEventLoopGroup-6-1 com.codingapi.txlcn.txmsg.netty.handler.NettyClientRetryHandler...

Version: 5.0.2 tx-lcn.springcloud.loadbalance.enabled=true 不起作用,大家有解决方案吗

- [ ] 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 服务down后重启, client端不能自动重新连接,也需要重启 该问题,是否已经解决 ### 2. Environment:...

- [ ] 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 当下游服务出现异常,下游服务catch了,异常那上游服务的事务基于LCN会回滚不。我的理解是不管下游服务发生异常 会发出通知给TM。TM会通知上游服务回滚事务。而不是通过下游服务抛出异常,上游服务拿到异常通过本地事务进行回滚。 目前的场景是 A,B两个服务 A服务调用B服务,B服务发生了异常,被catch住了。A服务事务不回滚。 ### 2....