建表语句
CREATE TABLE `dim_user` (
`local_id` bigint(20) NOT NULL COMMENT "账号ID",
`global_id` bigint(20) NULL COMMENT "globalID",
`is_a1` tinyint(4) NULL COMMENT "业务域",
`is_a2` tinyint(4) NULL COMMENT "业务域",
`is_a3` tinyint(4) NULL COMMENT "业务域"
) ENGINE=OLAP
PRIMARY KEY(`local_id`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`local_id`)
PROPERTIES (
"compression" = "LZ4",
"datacache.enable" = "true",
"enable_async_write_back" = "false",
"enable_persistent_index" = "true",
"persistent_index_type" = "CLOUD_NATIVE",
"replication_num" = "1",
"storage_volume" = "builtin_storage_volume"
);
broker load 状态,持续超过1小时未finish. 导入106G的 54亿的数据,压缩后10G。
leader日志. 持续出现The previous publish version task for tablet 10608 has not finished.
2025-03-15 17:24:37.723+08:00 ERROR (lake-publish-task-1128|17122) [PublishVersionDaemon.publishPartition():827] Fail to publish partition 10596 of txn 7: Fail to publish version for tablets [10608]: The previous publish version task for tablet 10608 has not finished. You can ignore this error and the task will retry later., host: starrocks-share-data-xren-cn-7.starrocks-share-data-xren-cn-search.starrocks.svc.cluster.local
2025-03-15 17:24:38.732+08:00 ERROR (lake-publish-task-1129|17145) [PublishVersionDaemon.publishPartition():827] Fail to publish partition 10596 of txn 7: Fail to publish version for tablets [10608]: The previous publish version task for tablet 10608 has not finished. You can ignore this error and the task will retry later., host: starrocks-share-data-xren-cn-7.starrocks-share-data-xren-cn-search.starrocks.svc.cluster.local
2025-03-15 17:24:39.742+08:00 ERROR (lake-publish-task-1130|17173) [PublishVersionDaemon.publishPartition():827] Fail to publish partition 10596 of txn 7: Fail to publish version for tablets [10608]: The previous publish version task for tablet 10608 has not finished. You can ignore this error and the task will retry later., host: starrocks-share-data-xren-cn-7.starrocks-share-data-xren-cn-search.starrocks.svc.cluster.local
2025-03-15 17:24:40.751+08:00 ERROR (lake-publish-task-1131|17210) [PublishVersionDaemon.publishPartition():827] Fail to publish partition 10596 of txn 7: Fail to publish version for tablets [10608]: The previous publish version task for tablet 10608 has not finished. You can ignore this error and the task will retry later., host: starrocks-share-data-xren-cn-7.starrocks-share-data-xren-cn-search.starrocks.svc.cluster.local
2025-03-15 17:24:41.759+08:00 ERROR (lake-publish-task-1132|17233) [PublishVersionDaemon.publishPartition():827] Fail to publish partition 10596 of txn 7: Fail to publish version for tablets [10608]: The previous publish version task for tablet 10608 has not finished. You can ignore this error and the task will retry later., host: starrocks-share-data-xren-cn-7.starrocks-share-data-xren-cn-search.starrocks.svc.cluster.local
2025-03-15 17:24:42.769+08:00 ERROR (lake-publish-task-1133|17254) [PublishVersionDaemon.publishPartition():827] Fail to publish partition 10596 of txn 7: Fail to publish version for tablets [10608]: The previous publish version task for tablet 10608 has not finished. You can ignore this error and the task will retry later., host: starrocks-share-data-xren-cn-7.starrocks-share-data-xren-cn-search.starrocks.svc.cluster.local
2025-03-15 17:24:43.778+08:00 ERROR (lake-publish-task-1134|17259) [PublishVersionDaemon.publishPartition():827] Fail to publish partition 10596 of txn 7: Fail to publish version for tablets [10608]: The previous publish version task for tablet 10608 has not finished. You can ignore this error and the task will retry later., host: starrocks-share-data-xren-cn-7.starrocks-share-data-xren-cn-search.starrocks.svc.cluster.local
2025-03-15 17:24:44.786+08:00 ERROR (lake-publish-task-1135|17283) [PublishVersionDaemon.publishPartition():827] Fail to publish partition 10596 of txn 7: Fail to publish version for tablets [10608]: The previous publish version task for tablet 10608 has not finished. You can ignore this error and the task will retry later., host: starrocks-share-data-xren-cn-7.starrocks-share-data-xren-cn-search.starrocks.svc.cluster.local
2025-03-15 17:24:45.788+08:00 ERROR (lake-publish-task-1136|17319) [PublishVersionDaemon.publishPartition():827] Fail to publish partition 10596 of txn 7: Fail to publish version for tablets [10608]: The previous publish version task for tablet 10608 has not finished. You can ignore this error and the task will retry later., host: starrocks-share-data-xren-cn-7.starrocks-share-data-xren-cn-search.starrocks.svc.cluster.local
2025-03-15 17:24:46.799+08:00 ERROR (lake-publish-task-1137|17345) [PublishVersionDaemon.publishPartition():827] Fail to publish partition 10596 of txn 7: Fail to publish version for tablets [10608]: The previous publish version task for tablet 10608 has not finished. You can ignore this error and the task will retry later., host: starrocks-share-data-xren-cn-7.starrocks-share-data-xren-cn-search.starrocks.svc.cluster.local
2025-03-15 17:24:47.809+08:00 ERROR (lake-publish-task-1138|17367) [PublishVersionDaemon.publishPartition():827] Fail to publish partition 10596 of txn 7: Fail to publish version for tablets [10608]: The previous publish version task for tablet 10608 has not finished. You can ignore this error and the task will retry later., host: starrocks-share-data-xren-cn-7.starrocks-share-data-xren-cn-search.starrocks.svc.cluster.local
2025-03-15 17:24:48.819+08:00 ERROR (lake-publish-task-1139|17395) [PublishVersionDaemon.publishPartition():827] Fail to publish partition 10596 of txn 7: Fail to publish version for tablets [10608]: The previous publish version task for tablet 10608 has not finished. You can ignore this error and the task will retry later., host: starrocks-share-data-xren-cn-7.starrocks-share-data-xren-cn-search.starrocks.svc.cluster.local
cn节点日志信息。
warning日志。大量thrift通信异常 no more data to read。还包含 write star cache file data/35f8fd02-eb23-422f-a6f9-dec0e5739035.sst failed, errmsg: INTERNAL: fail to write block because no valid cache spac
tablet相关日志.
txn_id相关日志
对象存储下行流量
这种情况是算引擎bug,还是对对象存储下行带宽要求比较高?
目前这种情况存算分离都不敢用主键,都在用明细表。。
请求大佬支援