-
Notifications
You must be signed in to change notification settings - Fork 2.9k
test: auto-throttle admin requests #4178
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
test: auto-throttle admin requests #4178
Conversation
|
Here is the summary of changes. You added 1 region tag. |
|
Java 11 failed. I'm a bit surprised you left |
I agree, but I think that should be in a separate sample. This specific sample is for creating a basic Spanner client, and this option should really not be necessary for most users. |
Java 11Well, nothing like being bitten by the very thing you are trying to fix. |
|
@averikitsch @stephaniewang526 Care to give feedback on a force merge of this fix? (ie. if you disagree, I won't do it) |
|
Do we exhaust resources regularly? |
|
Recently, we have started. It's affecting 4 PR's ATM. |
|
If we don't mind accepting this error as a passing test we should add it to the test code |
|
The problem is that we have other tests that are running that are wiping out the quota - by accepting this, it will start to clear. |
|
I'm fine force merging |
The Spanner client has the option to automatically throttle the number of administrative requests that are generated in order to avoid hitting the hard limit that Spanner has of max 5 admin requests per second.
Updates #4144