Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tidb report "invalid cop task execution summaries length" error #1791

Closed
seiya-annie opened this issue Apr 16, 2021 · 2 comments · Fixed by pingcap/tidb#28188
Closed

tidb report "invalid cop task execution summaries length" error #1791

seiya-annie opened this issue Apr 16, 2021 · 2 comments · Fixed by pingcap/tidb#28188
Assignees
Labels
severity/moderate type/bug The issue is confirmed as a bug.

Comments

@seiya-annie
Copy link

  1. tidb config include:
    skip-register-to-dashboard: true
    oom-use-tmp-storage: false
    tmp-storage-quota: 8000000

  2. change config and reload
    skip-register-to-dashboard: false
    oom-use-tmp-storage: false
    tmp-storage-quota: 8000000
    check in log:
    [2021/04/16 17:25:37.648 +08:00] [ERROR] [select_result.go:299] ["invalid cop task execution summaries length"] [conn=7] [expected=1] [received=0]
    [2021/04/16 17:25:37.656 +08:00] [ERROR] [select_result.go:299] ["invalid cop task execution summaries length"] [conn=9] [expected=1] [received=0]

  3. open oom-use-tmp-storage, error will not reported.
    skip-register-to-dashboard: false
    oom-use-tmp-storage: true
    tmp-storage-quota: 0

  4. change back to following again, error occurred again, so seems not related to "skip-register-to-dashboard" config.
    skip-register-to-dashboard: false
    oom-use-tmp-storage: false
    tmp-storage-quota: 8000000

running more than 4 hour tiflash bank before change these config.
https://github.com/pingcap/schrodinger-test/blob/test-tiflash2/transaction/bank/main.go

@zanmato1984 zanmato1984 added the type/bug The issue is confirmed as a bug. label Apr 27, 2021
@seiya-annie
Copy link
Author

reproduced on the cluster which upgrade from v5.0.4 to v5.1.2

@LittleFall
Copy link
Contributor

closed by pingcap/tidb#28188

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/moderate type/bug The issue is confirmed as a bug.
Projects
None yet
4 participants