[Bug]: Snapshot read return “an error has occurred about table subscription” #17012
Closed
1 task done
Labels
kind/bug
Something isn't working
needs-triage
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
1.2-dev
Commit ID
cc6c65b
Other Environment Information
Actual Behavior
MySQL [(none)]> show snapshots;
+---------------+-------------------------------+----------------+--------------+---------------+------------+
| SNAPSHOT_NAME | TIMESTAMP | SNAPSHOT_LEVEL | ACCOUNT_NAME | DATABASE_NAME | TABLE_NAME |
+---------------+-------------------------------+----------------+--------------+---------------+------------+
| snapshot_5 | 2024-06-19 09:35:09.112973616 | account | sys | | |
| snapshot_3 | 2024-06-19 08:51:51.819956264 | account | tpcc_admin1 | | |
| snapshot_2 | 2024-06-19 08:51:45.731888586 | account | tpcc_admin2 | | |
| snapshot_1 | 2024-06-19 08:51:39.366375503 | account | tpcc_admin3 | | |
+---------------+-------------------------------+----------------+--------------+---------------+------------+
4 rows in set (0.064 sec)
MySQL [(none)]> select count() from sysbench_db.sbtest1 {snapshot = 'snapshot_5'};
ERROR 20101 (HY000): internal error: an error has occurred about table subscription, please try again.
MySQL [(none)]> select count() from sysbench_db.sbtest1 {snapshot = 'snapshot_5'};
ERROR 20101 (HY000): internal error: an error has occurred about table subscription, please try again.
MySQL [(none)]>
Expected Behavior
No response
Steps to Reproduce
run mo-service create table1 and load data to table1 create snapshot1 drop table1 2 hour after select count(*) from table1
Additional information
No response
The text was updated successfully, but these errors were encountered: