rbalamohan commented on a change in pull request #157:
URL: https://github.com/apache/tez/pull/157#discussion_r735219330
##########
File path:
tez-runtime-internals/src/main/java/org/apache/tez/runtime/task/TaskReporter.java
##########
@@ -305,6 +308,10 @@ private synchronized ResponseWrapper
heartbeat(Collection<TezEvent> eventsArg) t
return new ResponseWrapper(false, numEventsReceived);
}
+ private long getUsedMemory() {
+ return heapMemoryUsage.getUsed();
Review comment:
Plz refer to my earlier comment.
--
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]