Skip to content
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

.NET + Linux + VNET integration Scenario. Sync with .NET team #7555

Closed
cachai2 opened this issue Jul 19, 2021 · 2 comments
Closed

.NET + Linux + VNET integration Scenario. Sync with .NET team #7555

cachai2 opened this issue Jul 19, 2021 · 2 comments
Assignees

Comments

@cachai2
Copy link

cachai2 commented Jul 19, 2021

Learn more about the scenario

@brettsam
Copy link
Member

brettsam commented Jul 23, 2021

The exception being thrown in this case is:

Microsoft.Azure.WebJobs.Script.Workers.WorkerProcessExitException : dotnet exited with code 134  Unhandled exception. Grpc.Core.RpcException: Status(StatusCode='Unavailable', Detail='Error starting gRPC call. HttpRequestException: An error occurred while sending the request. IOException: The request was aborted. Http2ConnectionException: The HTTP/2 server sent invalid data on the connection. HTTP/2 error code 'PROTOCOL_ERROR' (0x1).', DebugException='System.Net.Http.HttpRequestException: An error occurred while sending the request., ---> System.Net.Http.Http2ConnectionException: The HTTP/2 server sent invalid data on the connection. HTTP/2 error code 'PROTOCOL_ERROR' (0x1).,

   at System.Net.Http.Http2Connection.ThrowProtocolError(Http2ProtocolErrorCode errorCode)

I'm also seeing this same exception when I move the host to use the latest Asp.NET Grpc implementation (PR #7543) and run the dotnet worker on Linux -- but in this case, it's without VNET.

@pgombar
Copy link
Contributor

pgombar commented Aug 20, 2021

Scenario working after this fix: Azure/azure-functions-dotnet-worker#583

@ghost ghost locked as resolved and limited conversation to collaborators Sep 19, 2021
@fabiocav fabiocav added this to the Left Overs milestone Jul 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants