rtpsw commented on PR #35874: URL: https://github.com/apache/arrow/pull/35874#issuecomment-1575536003
Prior to the [recent commit](https://github.com/apache/arrow/pull/35874/commits/6db6574432d1c5f997b2496d5f7072a03dbcb946), I noticed that some (macOS, I think) CI jobs were timing out. I figured this happened because `gate()` never returned true, which means the queue never crossed a threshold, likely due to an extreme timing of threaded operations. Since the low and high queue thresholds are 4 and 8, respectively, my guess was the number of batches in the backpressure tests (previously 10) was too small. Doubling the number of batches should therefore help, and indeed this seems to work. -- 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]
