-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: [0221]Tpcc 100w 1000t test on tke report 'w-w conflict'. #14617
Comments
在 128 上复现一次 https://github.com/matrixorigin/mo-nightly-regression/actions/runs/8076839865/job/22065987668
目前出现的两次 w-w conflict,共同点是:
目前猜测因为重试,送了重复的rowid(新旧两个rowid,指向的是同一个主键)进行删除。下一步需要查看目标 blk 的 deletechain 做确定 |
冲突位置: 删除 冲突过程: 事务2, startts 为 补充:时间戳对应关系 ts: 1710052869593179688
2024-03-10 14:41:09.593000
ts: 1710052869641162429
2024-03-10 14:41:09.641000
ts: 1710052869632045138
2024-03-10 14:41:09.632000 |
还没有串起完整的链路。目前有两种 w-w:
目前已知存在的问题是获取元数据变动的时间戳范围计算有误,#14981 尝试修复 |
ssb load w-w conflict 有复现 https://github.com/matrixorigin/matrixone/actions/runs/8338317388/job/22819471163 目前看这个模式比较稳定,尝试在本地复现
|
单机循环100次 “新建租户 - 导入 1g ssb - 删除租户" 流程,未复现 |
我这边发现的一个ww 问题,是跟 CN 这变的transferRowid 逻辑有关,正在修复. 场景: update + delele |
load ssb 的 w-w 问题,原因是 CN 侧查找非系统租户的自增列表时的逻辑有误,无法找到,导致没有事务没有正确重试,未看到自增列的最新修改,送重复数据到 TN 提交,出现 w-w。 修复 pr #15082 |
最新main的w-w原因还在看 |
b915762 修复
|
testing |
最近两天没出现,先关掉。 |
Is there an existing issue for the same bug?
Branch Name
1.1-dev
Commit ID
443d443
Other Environment Information
Actual Behavior
job url: https://github.com/matrixorigin/mo-nightly-regression/actions/runs/7967811542/job/21754324166
log: http://175.178.192.213:30088/explore?panes=%7B%22AAL%22:%7B%22datasource%22:%22loki%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Bnamespace%3D%5C%22branch-reg-443d443%5C%22%7D%20%7C%3D%20%60w-w%20conflict%60%22,%22queryType%22:%22range%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22loki%22%7D,%22editorMode%22:%22builder%22%7D%5D,%22range%22:%7B%22from%22:%22now-24h%22,%22to%22:%22now%22%7D%7D%7D&schemaVersion=1&orgId=1
出问题的commit位于下面的几个commit之中(正在二分..)
Expected Behavior
No response
Steps to Reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: