hkwi commented on PR #17350:
URL: https://github.com/apache/iceberg/pull/17350#issuecomment-5076323419

   Thank you for reporting this in #17349 and for following up with the fix in
   #17350. It looks like we independently ran into the same coordinator shutdown
   issue.
   
   I reviewed both #17349 and #17350, and I believe #16843 already covers the
   reported failure mode. #16843 makes `CoordinatorThread.terminate()` wait for
   the coordinator thread to exit, so the shutdown path reaches
   `coordinator.stop()` before task shutdown continues. It also checks whether
   the thread is still alive after the timeout and propagates interruption or
   termination failures.
   


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