killzoner commented on PR #1461:
URL: 
https://github.com/apache/datafusion-ballista/pull/1461#issuecomment-3919754197

   > I believe sleep at 
https://github.com/milenkovicm/datafusion-ballista/blob/0e1bcd278e58ad81f98dcb5cec8df8628331b54a/ballista/executor/src/execution_loop.rs#L205-L206
 does not help with latency
   
   This might have been a hack around fair scheduling of tasks, might replace 
with `future::yield_now().await;` for safe change


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to