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

5.x版本TX-LCN的事务管理器TX-Manager是否支持Kubernetes多节点部署,服务通过TX-Manager的service来进行交互。想问下有可行性吗?

### 1. Bug Description >a服务调用b服务,b服务的事务抛异常,a服务的事务不会回滚 ### 2. Environment: - JDK version: **1.8** - OS: **win7** - TX-LCN version: **5.0.2** - Others: > springboot:**2.0.4.RELEASE** > springcloud: **Finchley.SR1** >注册中心:**eureka** ### 3. Exception...

- [ ] 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后插入数据时主键为Long类型会报错 为string类型则可以插入, ### 2. Environment: - JDK...

- [ ] 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 LockContext private Map map; private LockContext() {...

- [ ] 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 version: java...

- [ ] 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 详细错误信息: Exception in thread "Thread-18" java.lang.IllegalArgumentException: count...

- [ ] 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.manager.host=0.0.0.0 ``` 但我此次该配置的都全部配置了但还是报错,导致项目无法启动。 我配置了集群,关键代码如下: ```...

## Why you need it? 关于这个问题,我搜索了下,找到了这则博客。 博客地址:https://blog.csdn.net/LJD0804/article/details/101494979 相当于修改RpcConfig.java类下的reconnectCount属性,以此来实现重试次数控制。 ## How it could be? 我查了下官方文档但没有查到有关这个配置的信息。 官方文档地址: https://www.codingapi.com/docs/txlcn-setting-manager/ ## Other related information JDK:8 TX-LCN:5.0.2 CentOS7.8