-
Notifications
You must be signed in to change notification settings - Fork 109
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
GrpcScheduler not working for Reclient #323
Comments
This happens because it fails to close the downstream ActionState Receiver when the upstream is closed. |
chrisstaite-menlo
added a commit
to chrisstaite-menlo/turbo-cache
that referenced
this issue
Oct 20, 2023
The GrpcScheduler fails to close the downstream Receiver when the upstream one completes. This causes it to hang forever even though its completed. Fixes TraceMachina#323
5 tasks
chrisstaite-menlo
added a commit
to chrisstaite-menlo/turbo-cache
that referenced
this issue
Oct 20, 2023
The GrpcScheduler fails to close the downstream Receiver when the upstream one completes. This causes it to hang forever even though its completed. Fixes TraceMachina#323
chrisstaite-menlo
added a commit
that referenced
this issue
Oct 22, 2023
The GrpcScheduler fails to close the downstream Receiver when the upstream one completes. This causes it to hang forever even though its completed. Fixes #323
blakehatch
pushed a commit
to blakehatch/nativelink
that referenced
this issue
Nov 14, 2023
The GrpcScheduler fails to close the downstream Receiver when the upstream one completes. This causes it to hang forever even though its completed. Fixes TraceMachina#323
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the Reclient with the GrpcScheduler fails to function. It appears that it times out on executions despite them being reported as completed. This works fine with the SimpleScheduler which is odd to me...
The text was updated successfully, but these errors were encountered: