carols10cents opened a new pull request, #14818:
URL: https://github.com/apache/datafusion/pull/14818

   ## Which issue does this PR close?
   
   Connects to #14036 (does not close it).
   
   ## Rationale for this change
   
   The behavior observed in #14036 was hard to reproduce and quantify; having a 
benchmark makes that easier!
   
   ## What changes are included in this PR?
   
   This benchmark loads multiple files into an in-memory object store, starts a 
datafusion query in a new tokio runtime, lets the query run for an amount of 
time, cancels the query, and measures how long it takes to drop the tokio 
runtime.
   
   This demonstrates datafusion is likely not yielding often enough to allow 
for timely query cancellation and freeing up of all resources.
   
   ## Are these changes tested?
   
   This PR is only tests :)
   
   ## Are there any user-facing changes?
   
   Nope!


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