incubator-seata icon indicating copy to clipboard operation
incubator-seata copied to clipboard

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.

Results 439 incubator-seata issues
Sort by recently updated
recently updated
newest added

### Ⅰ. Issue Description 服务接口加入工作流activite后,个别服务报Duplicate entry 'xxx' for key 'lock_table.PRIMARY' ### Ⅱ. Describe what happened client侧: ``` 2024-03-23 17:28:17.963 [http-nio-9205-exec-5] INFO io.seata.tm.api.TransactionalTemplate - [TID: N/A] - join into a existing...

## Why you need it? Is your feature request related to a problem? Please describe in details #2500 分支事务感知全局事务结果 ## How it could be? A clear and concise description of...

如果sql为:update mallcard.qst_mallcard_info t set t.amount = t.amount + 10 where t.card_no = '';加了别名t,在回滚时会报标识符无效,发现Seata的for update 语句在amount字段上加了双引号,如下图 ![0094126a7af4bc02e30a67167a56f502](https://github.com/apache/incubator-seata/assets/31722378/b6ca6a9c-dd52-4363-a579-ad3b091d4574) 如果sql为:update mallcard.qst_mallcard_info t set amount = amount + 10 where t.card_no = '';,则可以正常回滚 Environment:...

type: bug

### Ⅰ. Issue Description 使用seata-all 1.6.1作为客户端依赖,伪代码如下: ``` public class Test{ private static String applicationId="abcd"; private static String transactionServiceGroup="my_test_tx_group"; static{ TMClient.init(applicationId, transactionServiceGroup); RMClient.init(applicationId, transactionServiceGroup); } private static final TransactionalTemplate transactionalTempl =...

- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description ### Ⅱ. Describe what happened If there...

2024-03-28 13:52:50.385 ERROR 11556 --- [_RMROLE_1_16_16] i.seata.rm.datasource.DataSourceManager : [stacktrace]branchRollback failed. branchType:[AT], xid:[192.168.1.5:8091:6629803150973841558], branchId:[6629803150973841560], resourceId:[jdbc:sqlserver://sqlserver:1433;databaseName=DL_CP_WMS_DEVICE], applicationData:[null]. reason:[Branch session rollback failed and try again later xid = 192.168.1.5:8091:6629803150973841558 branchId = 6629803150973841560 表...

type: bug

## Why you need it? Is your feature request related to a problem? Please describe in details 系统建设需要,要使用kingbase数据库,并在AT模式下,实现分布式事务管理 ## How it could be? A clear and concise description of what...

task: help-wanted

- [x] I have registered the PR [changes](../changes). ### Ⅰ. Describe what this PR did #### 1.1) Change log: 1. optimize: Splitting dependencies for common, client, and server, and simplify...

![image](https://github.com/apache/incubator-seata/assets/26402108/15d9dde1-90e0-49cd-bac8-6162ec02c8f1) seata v2.0 application.yml配置文件内容, 请问哪里配置出错了 ? ![image](https://github.com/apache/incubator-seata/assets/26402108/f086faa5-77d6-4d1a-a3b3-2fc5f354734a) docker consul cluster 已经运行成功并可以服务发现 ![image](https://github.com/apache/incubator-seata/assets/26402108/68c97d6f-a4b7-4c3f-b287-d3310dbbe252) ![image](https://github.com/apache/incubator-seata/assets/26402108/0da4f008-cac9-41e7-8042-d92bcbd56a9c)

- [x] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description 2024-03-19 17:53:53.865 [1103191246772257] [XNIO-1 task-1] DEBUG com.jiahe.bdcjk.controller.BdcTdJyqBlController -...