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

所有分支事务结束后【不论是否正常提交。正常提交所有相应的分支事务成功记录;有异常时,有相应的异常记录及补偿记录】,但全局事务最后有进入一个空的Begin分支: report status: Begin route instruction is null, process end 在半小时【1800000ms】后,会对所有正常执行的分析进行补偿操作,结束全局事务,并清除全局表中相关记录。: report status: TimeoutRollbacking route instruction is null, process end Branch Rollbacked result: PhaseTwo_Rollbacked

- [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 feignClient 无法创建,导致项目启动失败。 ### Ⅱ. Describe what happened If...

- [ ] I have registered the PR [changes](https://github.com/seata/seata/tree/develop/changes). ### Ⅰ. Describe what this PR did [Summer code 2022] AT mode supports the OceanBase Oracle kernel 1. support sql parser...

summer2022

- [ ] I have registered the PR [changes](https://github.com/seata/seata/tree/develop/changes). ### Ⅰ. Describe what this PR did 1. 先查出可以清理的数据 2. 按索引删除数据 3. 给delete加上limit ### Ⅱ. Does this pull request fix one...

module/tcc
type: optimize

- [x] I have registered the PR [changes](https://github.com/seata/seata/tree/develop/changes). ### Ⅰ. Describe what this PR did 自动降级如果一开始为false,运行中也无法通过修改配置来动态开启 ### Ⅱ. Does this pull request fix one issue? fixes #4491 ### Ⅲ. Why...

module/spring
type: optimize

- [ ] I have registered the PR [changes](https://github.com/seata/seata/tree/develop/changes). ### Ⅰ. Describe what this PR did 解决https://github.com/seata/seata/issues/4531 提到的问题 1 是handleRetryCommitting超时后直接发了event,但没有endCommit ---- 改造成endCommitFail ---- (https://github.com/seata/seata/pull/4551 改造之后仍然有这个问题) 2 是endRollbackFailed自带了postTcSessionEndEvent(),下面还再发一次,事件重复了 ----去掉外层的event,保留新方法里面的event ---- (https://github.com/seata/seata/pull/4551...

type: bug
module/server

- [ ] I have registered the PR [changes](https://github.com/seata/seata/tree/develop/changes). ### Ⅰ. Describe what this PR did Transaction timeout judgment is performed on the TM side ### Ⅱ. Does this pull...

module/tm
type: optimize

- [x] I have registered the PR [changes](https://github.com/seata/seata/tree/develop/changes). ### Ⅰ. Describe what this PR did support oracle and postgresql multi primary key oracle和postgersql支持复合主键,请告知测试用例如何提供 ### Ⅱ. Does this pull request fix...

type: feature
module/rm-datasource

### Ⅰ. Describe what this PR did SQL Server 2019 version above supported 创建xa事务的账户必须拥有对应库的SqlJDBCXAUser权限 sa账号无法添加该权限,所以需要新建其它账号 开启对应数据库的xa开关 (master库必须要执行) use xxx库 EXEC sp_sqljdbc_xa_install ### Ⅱ. Does this pull request fix one issue?...

type: feature
mode: XA
module/rm-datasource
DB: SQLServer

- [ ] I have registered the PR [changes](https://github.com/seata/seata/tree/develop/changes). ### Ⅰ. Describe what this PR did support update join sql for(mysql、oracle、pg) ### Ⅱ. Does this pull request fix one issue?...

type: feature
module/rm-datasource