TiFlash count 报错

请问有大佬碰到过 TiFlash 的这个报错吗?业务场景是更新 tabA然后再查tabA,我再论坛里看也有相关报错,感觉这是个 bug

版本 v5.0.3
SQL语句,有时成功有时失败。
SELECT count(*) FROM tabA WHERE (col1 = ?) AND (col2 = ?)

[conn.go:812] [“command dispatched failed”] [conn=2513039] [connInfo=“id:2513039, addr:xxxxx:15927 status:10, collation:utf8mb4_general_ci, user:bi”] [command=Execute] [status=“inTxn:0, autocommit:1”] [sql=“SELECT count(*) FROM tabA WHERE (col1 = ?) AND (col2 = ?) [arguments: (40895, 42976)]”] [txn_mode=PESSIMISTIC] [err=“other error: [FLASH:Coprocessor:BadRequest] grpc::Status DB::BatchCoprocessorHandler::execute(): contain duplicate region 8853780\ngithub.com/pingcap/tidb/store/copr.(*batchCopIterator).handleBatchCopResponse\ \t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/store/copr/batch_coprocessor.go:570\ngithub.com/pingcap/tidb/store/copr.(*batchCopIterator).handleStreamedBatchCopResponse\ \t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/store/copr/batch_coprocessor.go:543\ngithub.com/pingcap/tidb/store/copr.(*batchCopIterator).handleTaskOnce\ \t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/store/copr/batch_coprocessor.go:532\ngithub.com/pingcap/tidb/store/copr.(batchCopIterator).handleTask\ \t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/store/copr/batch_coprocessor.go:468\ runtime.goexit\ \t/usr/local/go/src/runtime/asm_amd64.s:1357\ SELECT count() FROM tabA WHERE (col1 = ?) AND (col2 = ?) [arguments: (40895, 42976)]”]

https://github.com/pingcap/tiflash/issues/1909 Mpp prepare raise contain duplicate region error #1909
好像是这个

看样子是在 5.1 之后修复了哈

该主题在最后一个回复创建后60天后自动关闭。不再允许新的回复。