执行改表结构报错
ALTER TABLE dwd_pos_dish_list_detail_di ADD COLUMN dish_type_code varchar(20) DEFAULT NULL ;
errCode = 2, detailMessage = Create replicas failed. Error: Error replicas:10004=5046340, 10004=5046336, 10004=5046360
通过admin set config 或者在 fe.conf 中设置 tablet_create_timeout_second=xxx 以及 max_create_table_timeout_second=xxx 来延长超时时间。其中 tablet_create_timeout_second 默认是1秒, max_create_table_timeout_second 默认是60秒,总体的超时时间为min(tablet_create_timeout_second * replication_num, max_create_table_timeout_second);
Failed to create partition [xxx] . Timeout
全部评论