-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
kv: investigate brown-out while scaling up under load #61005
Comments
Hi @tbg, I've guessed the C-ategory of your issue and suitably labeled it. Please re-label if inaccurate. While you're here, please consider adding an A- label to help keep our repository tidy. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
Note, this is occurring in 20.2.5, but we also saw it in 20.2.3 and 20.2.4. |
This lease transfer behavior feels intimately related to #51867. |
The related PR was not backported to 20.2. I wonder if it would help. I suspect it might. |
closing in favor of #67740 |
Describe the problem
It has been reported here (internal link) that scaling up under load results in a period of 0 qps.
To Reproduce
Try to reproduce this in a roachtest. Apparently this has happened under multiple workloads, so that kv50 seems like a good starting point.
Expected behavior
We expect to see a reproduction! QPS dropping to zero for a time is the symptom that was reported.
Additional data / screenshots
The slack link above contains a link to recording where this occurs in a customer environment.
The slack thread also mentions a possible connection to #37906. This is unsubstantiated (since we're purely scaling up) but it should be kept in mind while investigating. #37904, at the time of writing, is not backported to 20.2 (or rather, it was un-backported due to a subtle bug).
Environment:
20.2.x (probably .4)
Additional context
The text was updated successfully, but these errors were encountered: