rui-mo commented on PR #11452:
URL: 
https://github.com/apache/incubator-gluten/pull/11452#issuecomment-3953169639

   Hi @ayushi-agarwal, I’ve learned that one of our customers is still 
encountering this issue after the fix was applied. It turns out their 
environment has I/O throttling and the bandwidth is saturated, which causes the 
following code to never exit.
   
   ```
          if (!load->loadOrFuture(&waitFuture)) {
             auto& exec = folly::QueuedImmediateExecutor::instance();
             std::move(waitFuture).via(&exec).wait();
           }
   ```
   Do you have any similar throttling or bandwidth limits in your environment?


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to