This is an automated email from the ASF dual-hosted git repository.
abstractdog pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git.
from c9b8e90 TEZ-4270: HeartbeatHandlerBase Does Not Need Stop Condition
(#93) (David Mollitor reviewed by Laszlo Bodor)
add a602a07 TEZ-4349. DAGClient gets stuck with invalid cached DAGStatus
(#161) (Ahmed Hussein reviewed by Laszlo Bodor, Jonathan Eagles)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/tez/common/CachedEntity.java | 104 +++++++++++++++
.../org/apache/tez/dag/api/TezConfiguration.java | 12 ++
.../apache/tez/dag/api/client/DAGClientImpl.java | 66 +++++++---
.../tez/dag/api/client/rpc/TestDAGClient.java | 144 ++++++++++++++++++++-
4 files changed, 303 insertions(+), 23 deletions(-)
create mode 100644
tez-api/src/main/java/org/apache/tez/common/CachedEntity.java