-
Notifications
You must be signed in to change notification settings - Fork 409
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
tiflash storage RU may exceed the RU_PER_SEC #8362
Labels
affects-7.5
component/storage
feature/developing
severity/critical
type/bug
The issue is confirmed as a bug.
Comments
guo-shaoge
added
type/bug
The issue is confirmed as a bug.
severity/major
affects-7.4
affects-7.5
labels
Nov 13, 2023
root cause: because storage currently use |
@JinheLin is working on this |
12 tasks
This critical because without this fix, tiflash resource control will report wrong RU usage. So changed to critical. |
12 tasks
12 tasks
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-7.5
component/storage
feature/developing
severity/critical
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
tiup bench ch run -t 1 -T 1 -D tpcc -P 29989 -U u2 -p 1234
)2. What did you expect to see? (Required)
RU not exceeds 30K
3. What did you see instead (Required)
we can see total RU usage exceed 30K
4. What is your TiFlash version? (Required)
v7.5.0
The text was updated successfully, but these errors were encountered: