-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
core: rollback executor supplier, needs investigation #8289
Conversation
We saw a test failure with:
|
This log line might be caused by closing the stream but not set NoopListener yet. It might be causing TAP failures |
)" This reverts commit 1b57d48.
Oh, directExecutor is causing work to be scheduled before the HandleServerCall Runnable is scheduled. Seems that requires triggering the UNIMPLEMENTED flow that calls We'll need to re-evaluate our approach. We could just set the Listener in the UNIMPLEMENTED flow before cancelling the stream. We could instead add a |
No description provided.