Closed ianpittwood closed 1 year ago
There is more troubleshooting we can do on our side to ensure that the issue is with Google's upstream proxy, but their development team said they were looking into this.
If they don't get back with us soon and do not respond, we should look into running tshark
within the development container to ensure that the incoming traffic is truncated - if it isn't, that would imply a Workbench issue.
However, we have seen this in the access logs on nginx that this is already truncated, so this is very likely an upstream issue.
This was identified as a bug on the Google side and they report to have rolled out a fix last week. We need to verify the fix and then we can close the issue.
Google appears to have resolved this issue. We'll close it and reopen if the error appears in the future.
Recently @jthomasmock noticed that calls to retrieve, create, or modify sessions in RStudio on Workbench for GCW were returning
405 Method Not Found
errors. After further investigation, we found multiple calls similar to the following inrserver.log
:For some reason, requests reaching Workbench are partially cut off, yielding calls to methods such as
OST
,ET
, orST
. Since these are not valid methods, the server does as expected and returns405 Method Not Found
errors.We are unsure why client requests are being cut off as they are sent correctly from the client, but sometimes reach the Workbench server as fragments. This issue has been escalated to Google to further investigate the Workstation intermediary networking and servers for a cause.