question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Benchmark scenario "dotnet_protobuf_async_unary_ping_pong_1MB" is highly flaky

See original GitHub issue

Also see internal bug b/253283712.

dotnet_protobuf_async_unary_ping_pong_1MB is run with grpc_e2e_performance_gke] on both 30-core machine and 8-core machines

Since https://source.cloud.google.com/results/invocations/38c6078b-4413-488b-81a9-22a71226dcc8/targets (the job was broken before) there are multiple failures of this test.

It failed typically with driver process hang and the loadtest eventually timed out.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:21 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
tonydnewellcommented, Apr 5, 2023

I’ve managed to capture a network trace.

What should happen is that the client sends 1MB of data to the server and the server sends it straight back unchanged - this is via a UnaryCall.

When the hang occurs the client sends the data, the server responds with a HTTP2 header of status: 200 OK and starts send the response data, but all goes quiet on the network before the server has sent back all of the data:

server-hang

I would be expecting a lot more DATA[377] packets to be sent by the server, which is the case for successful responses earlier in the test.

1reaction
tonydnewellcommented, Mar 23, 2023

FYI I’m managed to reproduce the hanging on both Linux and Windows.

I run the qps driver in a loop. On my Linux VM I can get it to fail after between 2 and 50 iterations. On Windows laptop failed after 94 iterations.

I’ll investigate further.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found