-
### Describe the use case
Need to verify what version added them and if that's compatible with the min version in the dialect.
Edit: seems to be from 2.3, so no problem here (min version support…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
make race
### 2. What did you expect to see? (Required)
None…
-
https://github.com/pingcap/tidb-dev-guide/blob/master/src/understand-tidb/1pc.md
cc @MyonKeminta @tisonkun
you06 updated
2 years ago
-
The MOTION has a better modular design. Would you try to port ABY (or even ABY2.0) in MOTION? When an application only needs 2PC, ABY2.0 is still faster.
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```
cd tests/pessimistictest
go test -race ./...
```
### 2…
-
If a 2PC Copy fails during COMMIT PREPARED phase, we leave some uncommitted PREPARE TRANSACTIONs as expected, but still allow modifications on the table. This causes data inconsistencies after PREPARE…
-
-
RocketMq的逻辑是:
1. 发送half消息
2. 执行本地事务
3. 发送确认消息
我想实现的需求是:
1. 执行本地事务
2. **将本地事务执行的结果保存到消息中**
有什么实现方法吗?
-
When performing individual DML commands, the router executor currently modifies and commits replicas one by one, rather than opening a transaction block on each replica and committing them after modif…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```
==================
WARNING: DATA RACE
Write at 0x0000079633…