aglinxinyuan commented on PR #6916: URL: https://github.com/apache/texera/pull/6916#issuecomment-5099722503
Superseded by #6960. Per the review discussion on #6892, the root cause is the coordinator's send order — EndWorker was emitted from inside the portCompleted handler's continuation, before that handler's own reply, so the reply always trailed EndWorker on the same FIFO control channel. #6960 fixes that scenario directly (reply first, continuation after), which lets the worker-side unprocessed-messages check stay strict instead of being relaxed to tolerate the trailing ack as this PR did. -- 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]
