-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
DEADLINE_EXCEEDED: gRPC communication trouble #5414
Comments
SELECT region, count(region) from `d_b_workspace_instance` as i
WHERE i.creationTime >= "2021-08-20" and status LIKE "%DEADLINE_EXCEEDED%"
GROUP BY `region` returns
it's weird that the error does not seem to occur in |
Occurrence of the error during the last week according to the DB-UPDATE-Log. The error seems to occur scarcely, but then intensely.
|
Let's take a look at the logs from today: (Query: The most messages the following error from server:
|
server says "Request openPort failed with internal server error"
...and more. |
/team workspace |
/schedule |
@csweichel: Issue scheduled in the workspace team (WIP: 0) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
How is this related to this PR we recently deployed? Did it mainly occur after deploying it? |
I reckon this mostly relates to server as the workspaces fail to start in the first place. I.e. their |
the query
returns 74 matches, all on cluster eu15 and all with status
The text was updated successfully, but these errors were encountered: