add trace point for errsim

This commit is contained in:
xuhuleon
2022-12-22 04:37:40 +00:00
committed by ob-robot
parent ae24d279d2
commit 6a95e0f7e9

View File

@ -633,7 +633,7 @@ class EventTable
EN_RESTORE_FETCH_TABLET_INFO = 1005,
EN_RESTORE_COPY_MACRO_BLOCK_NUM = 1006,
//Backup and Restore - 1101 - 1200
// START OF STORAGE HA - 1101 - 2000
EN_BACKUP_META_REPORT_RESULT_FAILED = 1101,
EN_RESTORE_LS_INIT_PARAM_FAILED = 1102,
EN_RESTORE_TABLET_INIT_PARAM_FAILED = 1103,
@ -645,6 +645,8 @@ class EventTable
EN_ADD_BACKUP_PREFETCH_DAG_FAILED = 1109,
EN_BACKUP_PERSIST_SET_TASK_FAILED = 1110,
EN_BACKUP_READ_MACRO_BLOCK_FAILED = 1111,
EN_FETCH_TABLE_INFO_RPC = 1112,
// END OF STORAGE HA - 1101 - 2000
EVENT_TABLE_MAX = SIZE_OF_EVENT_TABLE
};