Overview
Scenarios
Product Architecture
Instance Types
Compatibility Notes
INFORMATION_SCHEMA.LOGSERVICE_JOBS is used to display metadata related to LogService replay events within an instance.Field Name | Type | Description |
log_index | bigint unsigned | The unique sequence number of the replay event, identifying its position within the replay stream. |
log_timestamp | bigint unsigned | The timestamp of the replay event, used for chronological ordering and tracking. |
log_internal | longtext | Detailed content of the replay event, stored in JSON format for operational metadata. |
tdsql > SELECT * FROM logservice_jobs\\G*************************** 1. row ***************************log_index: 1log_timestamp: 29637278447960082log_internal: {"rep_group_id":"769","exec_rep_group_id":"769","job_id":"4","job_type":"RG_JOB_TYPE_CREATE_RG","job_commit_ts":"29637278447960081","job_log_index":"1","job_log_timestamp":"29637278447960082","rep_group_meta":{"rep_group_id":"769","node_name":"node-xxx-003","quorum":1,"create_time":"1766519454634358541","member_role":"MEMBER_ROLE_LEADER","data_space_type":"DATA_SPACE_TYPE_USER","member_node_names":["node-***-003"],"rep_group_labels":{"primary-leader":"node-***-003"},"member_uuids":{"node-***-003":"0"},"replica_storage_formats":{"node-***-003":"STORAGE_FORMAT_DEFAULT"}}}3 rows in set (0.64 sec)
RG_JOB_TYPE_CREATE_RG)피드백