1、目前根据官网文档搭建了一个存算分离的doris集群, 但是时区发现都是UTC试了很多办法都没法修改
2、看fe的日志一直在刷[StatisticsUtil.statsTblAvailable():485] stat table does not exist, db_name: __internal_schema, table_name: column_statistics
3、fe be访问配置用的是nodport模式,通过内网lb连接8030对应的端口使用stream_load方式导入数据一直报
curl: (6) Could not resolve host: test-disaggregated-cluster-cg1-1.test-disaggregated-cluster-cg1.bmp-doris.svc.cluster.local
请求:
curl --location-trusted -u root:123456xx -H "column_separator:|" -H "columns:p_partkey,p_name,p_mfgr,p_category,p_brand,p_color,p_type,p_size,p_container,p_dummy" -T ./part.tbl -XPUT http://172.23.11.81:30710/api/test/part/_stream_load