adrian-skybaker commented on issue #12220: URL: https://github.com/apache/iceberg/issues/12220#issuecomment-2960548695
>Maybe you should use some other mechanism to control the graceful shutdown of the service SIGTERM already is the standard signal for graceful shutdown. To try and customise that, in our very vanilla stack (ECS + Docker), I know that would require all sorts of awkward changes in standard layers like the Docker image to try and intercept this and do non-standard things. I imagine the same would apply in Kubernetes. It's a very fiddly workaround because you can't just manage it in Java code. I would suggest it should be possible to pass the executor service that is used in this case, so that the default executor can be replaced with one where the shutdown is managed manually, in a correct order. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org