tillrohrmann commented on a change in pull request #18169:
URL: https://github.com/apache/flink/pull/18169#discussion_r783739716
##########
File path:
flink-yarn/src/main/java/org/apache/flink/yarn/YarnResourceManagerDriver.java
##########
@@ -684,6 +694,7 @@ public void onGetContainerStatusError(ContainerId
containerId, Throwable throwab
@Override
public void onStopContainerError(ContainerId containerId, Throwable
throwable) {
+ trackerOfReleasedResources.arriveAndDeregister();
Review comment:
What if a container errors that is not released? Wouldn't this thwart
our bookkeeping?
--
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]