rtpsw commented on PR #14485:
URL: https://github.com/apache/arrow/pull/14485#issuecomment-1363770915

   > @rtpsw I believe it's the same failure you noticed before, which is that 
there is a segfault because schedule task is synchronous. In the other PR you 
fixed it by requiring an executor but that introduces ordering problems if I 
remember correctly. Although it may not matter for a test and will allow us to 
move forward on this. I will try this real quick.
   
   If indeed it introduces these ordering problems, there are alternatives 
fixes for the segfault, e.g., use a standalone thread for that task or use a 
new `ExecContext::async_executor()` method that is guaranteed to return an 
asynchronous executor.


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