CREATE TABLE yarn_user_queue_mapping (
cluster varchar(100) NOT NULL,
user varchar(100) NOT NULL,
queue varchar(100) NOT NULL,
update_time timestamp(3) NULL DEFAULT NULL,
PRIMARY KEY (cluster,user,queue) /*T![clustered_index] CLUSTERED */
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4…
2024-08-29T14:22:28.545+0800 INFO Execute command finished {“code”: 1, “error”: “failed to restart: 10.2.16.155 tiflash-9000.service, please check the instance’s log(/data1/tid
b-deploy/tiflash-9000/log) for more detail.: timed out waiting for tiflash 10.2.16.155:9000 to be ready after…