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

- [ ] I have registered the PR [changes](https://github.com/seata/seata/tree/develop/changes). ### Ⅰ. Describe what this PR did TC在 RM的commit遇到异常和返回false时的行为不一致,容易发生误解,这个pr只对日志进行优化 ### Ⅱ. Does this pull request fix one issue? fixes https://github.com/seata/seata/issues/4879 ###...

optimize:log

- [ ] 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/4857的问题里,分两个pr解决 - 简单的把外部用到 非rootmanager的地方改造回同语义的rootmanager方法 https://github.com/seata/seata/pull/4858 - 这个pr把listener从sessionmanager剥离,并进行同语义的改造 按计划把第一个pr合并之后,这个pr就可以把getRetryRollbackingSessionManager()和getRetryCommittingSessionManager()这些直接删掉了 这个pr做了以下几件事 1. AbstractSessionManager不再实现SessionLifecycleListener 2. SessionManager不再继承SessionLifecycleListener 3....

TC/store

- [ ] I have registered the PR [changes](https://github.com/seata/seata/tree/develop/changes). ### Ⅰ. Describe what this PR did 解决AT模式下,oracle数据库不支持以下时间类型: TIMESTAMP TIMESTAMP WITH TIME ZONE TIMESTAMP WITH LOCAL TIME ZONE 此pr解决以上三个类型的支持 ### Ⅱ....

module/rm-datasource
type: optimize

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'globalTransactionScanner' defined in class path resource [io/seata/spring/boot/autoconfigure/SeataAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.seata.spring.annotation.GlobalTransactionScanner]: Factory method 'globalTransactionScanner'...

- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description some GPL license dependencies need to remove...

license

- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Open Redirect in...

Security

我使用helm 部署 seata1.5.1成功了。 说实话我也不确定是不是成功了!只是看到被注册到了nacos中。 我也做了笔记:请大家帮忙看看! https://blog.csdn.net/hunheidaode/article/details/126623672

- [x] I have registered the PR [changes](https://github.com/seata/seata/tree/develop/changes). ### Ⅰ. Describe what this PR did 作用: - 给二阶段 handler 增加一个Filter, 用于处理共性问题(比如流量染色、透传数据梳理等待) 用法: - 实现一个 Filter ``` public class RMTestFilter implements...

module/rm

- [ ] I have registered the PR [changes](https://github.com/seata/seata/tree/develop/changes). ### Ⅰ. Describe what this PR did apollo 2.0.1支持向下兼容且支持jdk17 byte-buddy支持jdk17,并且在各大社区已逐步替换cglib&javassist ``` 2022-08-20 00:58:21.224 INFO 21088 --- [ main] icu.funkye.ProductServiceApplication : Starting...

type: feature
module/config
optimize:jvm

- [ ] I have registered the PR [changes](https://github.com/seata/seata/tree/develop/changes). ### Ⅰ. Describe what this PR did 解决在OpenJDK 11环境,seata-server.sh获取jdk版本问题 ### Ⅱ. Does this pull request fix one issue? fixes #4849 ###...

optimize:jvm