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

When using multiple queries, affected row metrics may be inaccurate. #55875

Closed
jackysp opened this issue Sep 5, 2024 · 0 comments · Fixed by #55877
Closed

When using multiple queries, affected row metrics may be inaccurate. #55875

jackysp opened this issue Sep 5, 2024 · 0 comments · Fixed by #55877
Labels

Comments

@jackysp
Copy link
Member

jackysp commented Sep 5, 2024

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

image

Affected rows only records the last SQL result, using multi-query will miss some. This can be seen in a workload where an insert writes one row at a time - affected rows does not match QPS.

2. What did you expect to see? (Required)

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

fef43c5

@jackysp jackysp added the type/bug The issue is confirmed as a bug. label Sep 5, 2024
@jackysp jackysp changed the title 使用 multi-query 的时候 affected rows metrics 不准确 When using multiple queries, affected row metrics may be inaccurate. Sep 5, 2024
@ti-chi-bot ti-chi-bot bot closed this as completed in 2a86d34 Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants