[
https://issues.apache.org/jira/browse/TEZ-2968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15041277#comment-15041277
]
Jeff Zhang commented on TEZ-2968:
---------------------------------
+1 except the following 2 minor issues
* unused import in TestDAGImpl.java
{code}
import org.apache.commons.lang.StringUtils;
+import org.apache.tez.common.counters.LimitExceededException;
{code}
* unnecessary suppress warning in TestVertexImpl.java
{code}
+ @SuppressWarnings("unchecked")
+ @Test(timeout = 5000)
+ public void testCounterLimits() {
+ initAllVertices(VertexState.INITED);
{code}
> Counter limits exception causes AM to crash
> --------------------------------------------
>
> Key: TEZ-2968
> URL: https://issues.apache.org/jira/browse/TEZ-2968
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Hitesh Shah
> Assignee: Hitesh Shah
> Priority: Critical
> Attachments: TEZ-2968.1.wip.patch, TEZ-2968.2.patch, TEZ-2968.3.patch
>
>
> On vertex or dag completion, the counter limits exception propagates to the
> Dispatcher and causes the AM to die.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)