[Bug]: Duplicate entry error during create account if not exists xxx with hight concurrency #20728
Open
1 task done
Labels
kind/bug
Something isn't working
severity/s0
Extreme impact: Cause the application to break down and seriously affect the use
Milestone
Is there an existing issue for the same bug?
Branch Name
2.0-dev
Commit ID
0bbda66
Other Environment Information
Actual Behavior
mo-load tool log:
2024-12-11 20:52:09 INFO ResultProcessor:140 - delet**count: tps=0,qps=0,suc=1444,err=8,rt_max=29829,rt_min=0,rt_avg=0.00
2024-12-11 20:52:10 ERROR TransExecutor:274 -
ErrorTime : 2024-12-11 20:52:10
RequestTime : 2024-12-11 20:52:09.663
TxnName : create_account
Statement : create account if not exists acount_6 admin_name 'admin' identified by '111';
ErrorCode : 1062
ErrorMessage : Duplicate entry 'acount_6' for key 'account_name'
Expected : false
2024-12-11 20:52:10 ERROR TransExecutor:274 -
ErrorTime : 2024-12-11 20:52:10
RequestTime : 2024-12-11 20:52:09.663
TxnName : create_account
Statement : create account if not exists acount_6 admin_name 'admin' identified by '111';
ErrorCode : 1062
ErrorMessage : Duplicate entry 'acount_6' for key 'account_name'
Expected : false
mo-log:
mo-service.tar.gz
Expected Behavior
No response
Steps to Reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: