gyfora commented on PR #791: URL: https://github.com/apache/flink-kubernetes-operator/pull/791#issuecomment-1985612180
> Added some comments, but I really like this change, I think it makes a lot of sense to let the JMs shut down the TMs themselves in native mode. > > But I wonder, how much difference will it make in standalone mode? Is it worth adding it there as well? The logic can be the same in standalone as well, right now we are issuing the delete request for both TM and JM deployments directly one after the other. There is a good chance that the TM shuts down and sends an error signal to the JM before that terminates. In standalone the alternative would be simply to wait for the JM deployment to be deleted before deleting the task managers. I am working on some cleanup / improvements in this area to make this nicer -- 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]
