tiflash查询报错ERROR 1105 (HY000): other error for mpp stream: DB::Exception: Exchange receiver meet error : DB::Exception: failed to connect to all addresses

做tpc-h压测时.query5:select n_name, sum(l_extendedprice * (1 - l_discount)) as revenue
from customer, orders, lineitem, supplier, nation, region
where
c_custkey = o_custkey
and l_orderkey = o_orderkey
and l_suppkey = s_suppkey
and c_nationkey = s_nationkey
and s_nationkey = n_nationkey
and n_regionkey = r_regionkey
and r_name = ‘ASIA’
and o_orderdate >= date ‘1994-01-01’
and o_orderdate < date ‘1994-01-01’ + interval ‘1’ year
group by n_name
order by revenue desc;
报错ERROR 1105 (HY000): other error for mpp stream: DB::Exception: Exchange receiver meet error : DB::Exception: failed to connect to all addresses

1 个赞

好像是5.3.0的问题

1 个赞

可以参考一下类似的帖子

1 个赞

请先 analyze table 之后再运行 tpch 的queries。
如果还有问题,请提供tiflash node上的 error log。

此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。