XComp commented on a change in pull request #13547:
URL: https://github.com/apache/flink/pull/13547#discussion_r508425369



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java
##########
@@ -1776,6 +1776,25 @@ public ResourceID getResourceID() {
                return unresolvedTaskManagerLocation.getResourceID();
        }
 
+       public long getUsedManagedMemory() {

Review comment:
       We agreed offline to move it as it would make the code cleaner. 
Additionally, it doesn't add more complexity to the `TaskExecutor` class as 
@azagrebin already mentioned.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to