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
After statbility test on distributed mode about 10 hours, the tpcc consistency verification failed by:
2024-04-11 11:02:05 INFO ConsistencyCheck:109 - db=mo
2024-04-11 11:02:05 INFO ConsistencyCheck:109 - driver=com.mysql.cj.jdbc.Driver
2024-04-11 11:02:05 INFO ConsistencyCheck:109 - conn=jdbc:mysql://10.222.6.254:6001/tpcc_10?characterSetResults=utf8&continueBatchOnError=false&useServerPrepStmts=true&alwaysSendSetIsolation=false&useLocalSessionState=true&zeroDateTimeBehavior=CONVERT_TO_NULL&failoverReadOnly=false&serverTimezone=Asia/Shanghai&useSSL=false&socketTimeout=60000
2024-04-11 11:02:05 INFO ConsistencyCheck:109 - user=tpcc_test:admin
2024-04-11 11:02:11 ERROR ConsistencyCheck:86 - Consistency verification failed for sql : (select d_w_id, sum(d_ytd) from bmsql_district group by d_w_id) except(Select w_id, w_ytd from bmsql_warehouse);
2024-04-11 11:02:11 ERROR ConsistencyCheck:87 - The exceptional result are :
5 21999220.40
2024-04-11 11:02:11 ERROR ConsistencyCheck:86 - Consistency verification failed for sql : (Select w_id, w_ytd from bmsql_warehouse) except (select d_w_id, sum(d_ytd) from bmsql_district group by d_w_id);
2024-04-11 11:02:11 ERROR ConsistencyCheck:87 - The exceptional result are :
5 21998714.97
The value of sum(d_ytd) in bmsql_districts and sum(d_ytd) in warehouse must be the same.
test evn is on srv-128, the login link:
mysql -h10.222.6.254 -utpcc_test:admin -p111 -P6001
Is there an existing issue for the same bug?
Branch Name
1.1-dev
Commit ID
55eb0f9
Other Environment Information
Actual Behavior
After statbility test on distributed mode about 10 hours, the tpcc consistency verification failed by:
2024-04-11 11:02:05 INFO ConsistencyCheck:109 - db=mo
2024-04-11 11:02:05 INFO ConsistencyCheck:109 - driver=com.mysql.cj.jdbc.Driver
2024-04-11 11:02:05 INFO ConsistencyCheck:109 - conn=jdbc:mysql://10.222.6.254:6001/tpcc_10?characterSetResults=utf8&continueBatchOnError=false&useServerPrepStmts=true&alwaysSendSetIsolation=false&useLocalSessionState=true&zeroDateTimeBehavior=CONVERT_TO_NULL&failoverReadOnly=false&serverTimezone=Asia/Shanghai&useSSL=false&socketTimeout=60000
2024-04-11 11:02:05 INFO ConsistencyCheck:109 - user=tpcc_test:admin
2024-04-11 11:02:11 ERROR ConsistencyCheck:86 - Consistency verification failed for sql : (select d_w_id, sum(d_ytd) from bmsql_district group by d_w_id) except(Select w_id, w_ytd from bmsql_warehouse);
2024-04-11 11:02:11 ERROR ConsistencyCheck:87 - The exceptional result are :
5 21999220.40
2024-04-11 11:02:11 ERROR ConsistencyCheck:86 - Consistency verification failed for sql : (Select w_id, w_ytd from bmsql_warehouse) except (select d_w_id, sum(d_ytd) from bmsql_district group by d_w_id);
2024-04-11 11:02:11 ERROR ConsistencyCheck:87 - The exceptional result are :
5 21998714.97
The value of sum(d_ytd) in bmsql_districts and sum(d_ytd) in warehouse must be the same.
test evn is on srv-128, the login link:
mysql -h10.222.6.254 -utpcc_test:admin -p111 -P6001
mo-log:
https://shanghai.idc.matrixorigin.cn:30001/explore?panes=%7B%22bYQ%22:%7B%22datasource%22:%22loki%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Bnamespace%3D%5C%22mo-nightly-55eb0f9-20240411%5C%22%7D%20%7C%3D%20%60%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:%221712767760731%22,%22to%22:%221712805399352%22%7D%7D%7D&schemaVersion=1&orgId=1
Expected Behavior
No response
Steps to Reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: