Commit d649536
committed
fix: ensure range requests in txn are executed on all cluster members
Fix data inconsistency issue #18667 where specifying a revision
for a range request in a transaction may cause data inconsistency
across cluster members.
The removeNeedlessRangeReqs function was incorrectly removing
range requests from txn operations on some cluster members,
causing write operations to be executed on some members while
failing on others.1 parent 23085b4 commit d649536
1 file changed
+0
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
| |||
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
0 commit comments