tidb 5.1 测试 tpc-h 时 Q5 报错

为提高效率,请提供以下信息,问题描述清晰能够更快得到解决:
【 TiDB 使用环境】
阿里云 ecs 16c64G 本地盘 nvme 1.7TB

【概述】 场景 + 问题概述
tidb 5.1 测试 tpc-h 时 Q5 报错

【背景】 做过哪些操作

tiup bench tpch --sf=100 prepare
tiup bench tpch --sf=100 run

【现象】 业务和数据库现象
/PLACEHOLDER/ 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 = ‘MIDDLE EAST’
and o_orderdate >= ‘1994-01-01’
and o_orderdate < date_add(‘1994-01-01’, interval ‘1’ year)
group by
n_name
order by
revenue desc;
failed Error 1105: other error for mpp stream: Can’t find task [427063768046370817,21] within 10 s.
Finished

【问题】 当前遇到的问题
Can’t find task [427063768046370817,21] within 10 s.

【 TiDB 版本】
tidb V5.1

麻烦一下对应的 TiDB Server 的日志哈

tidb.log.zip (420.3 KB)

  1. 您好,在 tidb.log 日志中没有找到 Error 1105: other error for mpp stream: Can’t find task 的报错,麻烦反馈下 tiflash 的日志。
  2. tidb.log 中有很多报错,这个可以参考这个帖子 tidb一直报Server.Serve failed to create ServerTransport日志
    [2021/08/14 19:08:28.456 +08:00] [WARN] [grpclogger.go:85] [“grpc: Server.Serve failed to create ServerTransport: connection error: desc = “transport: http2Server.HandleStreams failed to receive the preface from client: EOF””] [system=grpc] [grpc_log=true]
  3. 这类报错,也是一个 bug 引起,可以先忽略
    [2021/08/14 19:12:01.609 +08:00] [INFO] [grpclogger.go:77] [“attempt to delete child with id 10668 from a parent (id=10667) that doesn’t currently exist”] [system=grpc] [grpc_log=true]
1 个赞

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