-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
thread_stress_test flaky (Linux dbg and opt) #13330
Comments
@vjpai any idea how we could deal with this? |
It seems to be happening consistently now: https://sponge.corp.google.com/target?id=3a35381a-015b-4a11-92e3-7f0b590b6a82&target=github/grpc/c%2B%2B_macos_opt_native&searchFor=&show=FAILED&sortBy=STATUS |
Still happening for |
Bumping to P1. @vjpai do you have cycles to actively investigate this or should be reassign? |
Since we are allergic to exceptions, I propose that we stop using std::thread in the C++ library. We should be using gpr_thread so that we can at least clean it up and return resources_exhausted. I'll write a PR to do this. |
Still working on the sync server refactor that should help here |
This also seems to be flaky with tsan and asan, as well as on linux dbg and opt. |
This is now only happening on linux and with much lower frequency: |
Duplicate of #13148. |
The text was updated successfully, but these errors were encountered: