Coprocessor task terminated due to exceeding the deadline in tispark scenario #14753
Labels
may-affects-5.1
may-affects-5.2
may-affects-5.3
may-affects-5.4
may-affects-6.1
may-affects-6.5
may-affects-7.1
severity/minor
type/bug
The issue is confirmed as a bug.
Bug Report
What version of TiKV are you using?
6.5.1
What operating system and CPU are you using?
Steps to reproduce
9 tikvs for voter role, 3 tikvs for learner role, tispark read from learner roles.
tispark job is
select * from a_big_table(3T,single replica)
and the learner tikv cpu is about 80% during the spark jobThe spark job takes about 30 minutes and failed for the error of
Coprocessor task terminated due to exceeding the deadline
occasionally.Maybe we can refine ther retry logic for the coprocessor timeout in the tispark or tikv.
What did you expect?
spark job success
What did happened?
The text was updated successfully, but these errors were encountered: