dble
dble copied to clipboard
Firewall block data-node for a while in transaction, data lost its concurrency
Raised by: @FlyingMao Steps:
- Prepare:
sbtest1
is hash sharding table -
begin;
-
insert into sbtest1 values(1,1,1,1),(2,2,2,2),(3,3,3,3),(4,4,4,4);
- Block a data-node by firewall
- Wait 10 min, and Unblock
- Blocked data-node is still in transaction, while other data-nodes committed the data.