ozankabak commented on PR #8802: URL: https://github.com/apache/arrow-datafusion/pull/8802#issuecomment-1885747913
Good catch. Tokio offers a `max_blocking_threads` API, but I don't immediately see a way to use that to fix the benchmark. Apparently there used to be a `max_threads` API, which was limiting the total number of threads (async workers + blocking), which would be what we want in this context. However, that doesn't seem to be available anymore. I will consult with @metesynnada tomorrow to see if there is anything we can do to fix the methodology. -- 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]
