tencent cloud

TDSQL Boundless

LOGSERVICE_JOBS

PDF
Modo Foco
Tamanho da Fonte
Última atualização: 2026-03-06 18:48:07

Function

INFORMATION_SCHEMA.LOGSERVICE_JOBS is used to display metadata related to LogService replay events within an instance.

Field Description

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.

Examples

tdsql > SELECT * FROM logservice_jobs\\G
*************************** 1. row ***************************
log_index: 1
log_timestamp: 29637278447960082
log_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)
Result Interpretation
Basic Event Information: The 1st replay event with a timestamp of 29637278447960082
Job Type: Create Replica Group Operation (RG_JOB_TYPE_CREATE_RG)
Replica Group Configuration:
Replica Group ID: 769
Node: node-***-003
Data Space Type: User Data

Ajuda e Suporte

Esta página foi útil?

comentários