MohamedAbdeen21 commented on PR #11453:
URL: https://github.com/apache/datafusion/pull/11453#issuecomment-2227766084

   Hi @comphead, the original issue was a tokio stack overflow when running 
tests with backtrace feature enabled. That only happens in debug builds and 
when sqllogictests are not skipped.
   
   The temporary fix I pushed is simply increasing tokio stack size from 2 MBs 
to 2.5 MBs. You can check my last comment for some observations.
   
   If possible, we want to avoid throwing memory at our problems and instead 
find the test that fills its stack and break it down.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to