hive catalog 写 Doris
1.异常 errCode = 2, detailMessage = Not allowed running Insert Overwrite on same table: test.ads_bas_co2,
2.同样的语句之前是可执行的,
3.有这个异常后 truncate 执行卡死,
4.查询数据正常,
5.当天重启后问题可以复现,过几天(假期)后出现线程数据过多
6.重启后恢复正常
备注:
服务器资源充足,io 网络 内存 cpu均正常
执行语句
insert overwrite table test.ads_bas_co2 PARTITION (p20250430)
select
ds,
line_partition,
query_time,
etl_date,
record_time,
room_cube,
time_cube,
record_date,
location_id,
location_name,
line_id,
line_name,
region_name,
co2_value
from hive_240.t.ads_bas_co2 where ds=20250430