From 3dd148f5c2460f72c6fe89fa9934a4fbf09e5c7c Mon Sep 17 00:00:00 2001 From: chengliefeng Date: Mon, 19 Aug 2024 16:21:15 +0800 Subject: [PATCH] optimize: add tcc fence hook function (#6731) --- changes/en-us/2.x.md | 2 +- changes/zh-cn/2.x.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 081e0757d81..318094fcb90 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -59,7 +59,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6755](https://github.com/apache/incubator-seata/pull/6755)] optimize namingserver code logic - [[#6763](https://github.com/apache/incubator-seata/pull/6763)] optimize NacosConfiguration singleton reload - [[#6761](https://github.com/apache/incubator-seata/pull/6761)] optimize the namingserver code to improve readability - +- [[#6766](https://github.com/apache/incubator-seata/pull/6766)] add tcc fence hook function ### refactor: diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 0d7436294d3..fcc1d1a410e 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -60,7 +60,7 @@ - [[#6755](https://github.com/apache/incubator-seata/pull/6755)] 优化namingserver代码逻辑 - [[#6763](https://github.com/apache/incubator-seata/pull/6763)] 优化 NacosConfiguration 单例加载 - [[#6761](https://github.com/apache/incubator-seata/pull/6761)] 提升namingserver manager代码可读性 - +- [[#6766](https://github.com/apache/incubator-seata/pull/6766)] 添加tcc fence钩子函数, 方便用户在tcc三阶段前后进行逻辑拓展(比如多数据源的切换操作) ### refactor: