crepererum commented on issue #5278:
URL: 
https://github.com/apache/arrow-datafusion/issues/5278#issuecomment-1432901387

   I think the issue is your unbounded stream: it never yields back to tokio 
and hence the tasks that receive the data will never be executed (even though 
they are scheduled), see <https://tokio.rs/blog/2020-04-preemption> and 
<https://docs.rs/tokio/latest/tokio/task/fn.yield_now.html>.
   
   I'm pretty sure the repartition channels are correct. I've added a bunch of 
printlns and they wake the receivers but the receiver never is executed by 
tokio.


-- 
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]

Reply via email to