Skip to main content
Version: Candidate-4.0

fe_tablet_schedules

fe_tablet_schedules provides information about tablet scheduling tasks on FE nodes.

The following fields are provided in fe_tablet_schedules:

FieldDescription
TABLET_IDThe ID of the Tablet.
TABLE_IDThe ID of the table to which the Tablet belongs.
PARTITION_IDThe ID of the partition to which the Tablet belongs.
TYPEThe type of the task. Valid values: REPAIR and BALANCE.
STATEThe status of the task.
SCHEDULE_REASONThe reason for the task scheduling.
MEDIUMThe storage medium where the Tablet is located.
PRIORITYThe current priority of the task.
ORIG_PRIORITYThe original priority of the task.
LAST_PRIORITY_ADJUST_TIMEThe time when the task's priority was last adjusted.
VISIBLE_VERSIONThe visible data version of the Tablet.
COMMITTED_VERSIONThe committed data version of the Tablet.
SRC_BE_IDThe ID of the BE where the source replica resides.
SRC_PATHThe path where the source replica resides.
DEST_BE_IDID of the BE where the target replica is located.
DEST_PATHPath where the target replica is located.
CREATE_TIMEThe time when the task was created.
SCHEDULE_TIMEThe time when the task starts scheduling execution.
FINISH_TIMEThe time when the task was finished.
CLONE_BYTESSize of the file cloned in bytes.
CLONE_DURATIONTime elapsed for Clone in seconds.
CLONE_RATEClone rate in MB/s.
FAILED_SCHEDULE_COUNTThe number of task scheduling failures.
FAILED_RUNNING_COUNTNumber of task execution failures.
MSGInformation on task scheduling and exection.