ayushtkn commented on code in PR #314:
URL: https://github.com/apache/tez/pull/314#discussion_r1371696551
##########
tez-runtime-internals/src/main/java/org/apache/tez/runtime/task/TaskReporter.java:
##########
@@ -262,6 +263,13 @@ private synchronized ResponseWrapper
heartbeat(Collection<TezEvent> eventsArg) t
sendCounters = true;
prevCounterSendHeartbeatNum = nonOobHeartbeatCounter.get();
}
+ try {
+ task.checkTaskLimits();
Review Comment:
Thanx Rajesh, there was some logic
with``HEAP_MEMORY_USAGE_UPDATE_INTERVAL``, I used similar logic here to make
sure the check happens at every 10 sec
--
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]