Skip to content
#

distributed-transaction

Here are 35 public repositories matching this topic...

a364176773
a364176773 commented Feb 11, 2022

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

icuxika
icuxika commented Feb 21, 2022

Doc

Verify that the default feign client takes effect. First visit http:localhost/test/default/false 2 times and then visit http:localhost/test/default/true, the circuit breaker is open

Verify that the specified feign client takes effect. First visit http:localhost/test/feign/false 2 times and then visit http:localhost/test/feign/true, the circuit breaker is open

Verify that the sp

Improve this page

Add a description, image, and links to the distributed-transaction topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-transaction topic, visit your repo's landing page and select "manage topics."

Learn more