You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written a script that runs Jepsen with random workloads, nemesis, and configurations, which reports g-single anomaly in the append workload, indicating that Snapshot Isolation is likely broken.
It's expected since the test ran with txn-mode=mixed and use-index=true, that is, select for update in a pessimistic transaction actually cannot lock the row.
Bug Report
I've written a script that runs Jepsen with random workloads, nemesis, and configurations, which reports g-single anomaly in the append workload, indicating that Snapshot Isolation is likely broken.
Jepsen log:
The cause is unclear, and it may be due to misconfigured settings or an actual bug.
The full logs can be found in step 4. https://tcms.pingcap.net/dashboard/executions/plan/7529764
1. Minimal reproduce step (Required)
Rerun the test in the above link.
2. What did you expect to see? (Required)
No failure.
3. What did you see instead (Required)
See above.
4. What is your TiDB version? (Required)
1fa2955
The text was updated successfully, but these errors were encountered: