workload report “err execute query q22 failed Error 1105: other error for mpp stream: Poco::Exception. Code: 1000, e.code() = 15, e.displayText() = Exception: no alive tiflash, cannot dispatch BatchCopTask, e.what() = Exception” after fault recover from one compute network partition
@guo-shaoge is already working on this.
Since Jul 7, 2023.
- Dominant language
- C++
- Stars
- 1k
- Forks
- 423
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 24
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
1、br restore data
2、run ch
"go-tpc ch run -D tpcc --host tc-tidb.endless-ha-test-tps-1815226-1-478 -P4000 --warehouses 2000 -T 32 --acThreads 1 --queries q22 --ignore-error '2013,1213,1105,1205,8022,8028,9004,9007,1062' --time 36000m --user root --password '' --interval '10s'
2、inject one tiflash compute node network partition last for 10min
3、after 10min,recover fault
2. What did you expect to see? (Required)
no error after fault recover
3. What did you see instead (Required)
execute run failed, err execute query q22 failed Error 1105: other error for mpp stream: Poco::Exception. Code: 1000, e.code() = 15, e.displayText() = Exception: no alive tiflash, cannot dispatch BatchCopTask, e.what() = Exception
4. What is your TiFlash version? (Required)
git hash:f08e4d66ec09b2fb6ea727a23bc7956c15caae40
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.