#
xa
Here are 16 public repositories matching this topic...
Open
优化dtm在docker中的网络请求
2
yedf2
commented
Feb 9, 2022
当dtm在docker中,需要通过host.docker.internal访问主机,目前已经把localhost替换为前面的host,还有127.0.0.1也需要替换
具体实现,在函数MayReplaceLocalhost中
Distributed transaction solutions
-
Updated
Oct 22, 2021 - Java
Open
Prometheus能提供图片吗?
8
njkfei
commented
Jan 24, 2019
我看到可以通过Prometheus搭建监控环境,如果有图文,更容易理解.
Cetus is a high performance middleware that provides transparent routing between your application and any backend MySQL Servers.
mysql
middleware
performance
database
distributed
sharding
scaling
xa
mysql-proxy
horizontal-scalable
-
Updated
Dec 21, 2021 - C
ByteJTA is a distributed transaction manager based on the XA/2PC mechanism. It’s compatible with the JTA specification. User guide: https://github.com/liuyangming/ByteJTA/wiki
-
Updated
Feb 9, 2022 - Java
Two-Phase Commit on akka-actors
-
Updated
Feb 1, 2017 - Scala
Byteman rules for instrumenting applications and figuring out what the F.. is going on
-
Updated
Feb 13, 2020
implements xa and tcc distributed transaction manager and microservice example
-
Updated
Jul 30, 2021 - Go
Transactions processing engine based on XA and XA+ protocols.
-
Updated
Feb 16, 2022 - Java
Improve this page
Add a description, image, and links to the xa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xa topic, visit your repo's landing page and select "manage topics."
Why you need it?
Is your feature request related to a problem? Please describe in details
db/redis模式需串行更改事务状态,假设事务A在tm端进行决议提交,此时到达了tc端,而tc端刚好发现这个事务达到了超时,就会更改状态为超时回滚,而这两个动作是并行的,导致决议提交时删除了全局锁,又恰好被改为超时回滚,导致分支事务被回滚,回滚时可能会发现数据已经无法对上了(全局锁被删了)
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
1.red