Ma77Ball commented on issue #5325: URL: https://github.com/apache/texera/issues/5325#issuecomment-4620259142
Agreed on both points: - **No reproducer** - confirmed, can't trigger a hang on current `main`. - **Indefinite blocking by design** - preserved here: on timeout `interruptible_get` does `continue`, never returns to `receive()`, so the loop still only advances on a real message or `RUNNABLE_STOP`. The timeout just adds an idle stop-flag re-check. So it's optional hardening, not a fix. Fine to close unless you think the safety net is worth it. -- 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]
