From 07ae2b0decd49f3fd246a535ffb8b82d6455fc67 Mon Sep 17 00:00:00 2001 From: pengten <1098029419@qq.com> Date: Mon, 17 Jan 2022 13:42:35 +0800 Subject: [PATCH] optimize: async remove branch when commite/rollback --- changes/1.5.0.md | 2 ++ changes/en-us/1.5.0.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/changes/1.5.0.md b/changes/1.5.0.md index 13be8bb1723..e1a6df1c096 100644 --- a/changes/1.5.0.md +++ b/changes/1.5.0.md @@ -160,6 +160,8 @@ Seata 是一款开源的分布式事务解决方案,提供高性能和简单 - [[#4277](https://github.com/seata/seata/pull/4277)] 优化Redis-pipeline模式本地事务下的锁竞争机制 - [[#4284](https://github.com/seata/seata/pull/4284)] 支持MSE-Nacos 的 ak/sk 鉴权方式 - [[#4300](https://github.com/seata/seata/pull/4300)] 优化NettyRemotingServer的close()由DefaultCoordinator来调用,不再额外注册到ServerRunner + - [[#4270](https://github.com/seata/seata/pull/4270)] 提高全局提交和全局回滚的性能,分支事务清理异步化 + diff --git a/changes/en-us/1.5.0.md b/changes/en-us/1.5.0.md index a29dab8d1fc..59bd0299c0b 100644 --- a/changes/en-us/1.5.0.md +++ b/changes/en-us/1.5.0.md @@ -160,6 +160,9 @@ - [[#4277](https://github.com/seata/seata/pull/4277)] optimize acquire lock return fail-fast code in redis-pipeline mode. - [[#4284](https://github.com/seata/seata/pull/4284)] support authentication of MSE-Nacos with ak/sk - [[#4300](https://github.com/seata/seata/pull/4300)] optimize let DefaultCoordinator invoke NettyRemotingServer's close method,no longer closed by ServerRunner + - [[#4270](https://github.com/seata/seata/pull/4270)] improve the performance of global commit and global rollback, asynchronous branch transaction cleanup + + ### test: