Replies: 1 comment
-
The exchange, like several other things in Trino, uses HTTP long polling. The client makes a request, and the server waits for some period of time before returning the response if there is no data available. This is implemented using JAX-RS |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to understand the communication model between the exchange client and the output buffer in workers.

As far as I understand the exchange client on downstream workers pull pages directly from the output buffers of upstream workers. But how is the signalling done? Is the exchange client periodically checking for pages or is a signal sent from the upstream node indicating that there is data available
?
Beta Was this translation helpful? Give feedback.
All reactions