[ 
https://issues.apache.org/jira/browse/TEZ-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Siddharth Seth reassigned TEZ-3736:
-----------------------------------

    Assignee: Artem Velykorodnyi

> SubmittedDAGs is always 0 in Resource Manager UI
> ------------------------------------------------
>
>                 Key: TEZ-3736
>                 URL: https://issues.apache.org/jira/browse/TEZ-3736
>             Project: Apache Tez
>          Issue Type: Bug
>    Affects Versions: 0.8.4
>            Reporter: Artem Velykorodnyi
>            Assignee: Artem Velykorodnyi
>            Priority: Minor
>              Labels: patch
>         Attachments: TEZ-3736.001.patch
>
>
> I am facing with problem when RM UI always show submittedDAGs=0, 
> think the problem in this snippet of code:
> {code}
> public String submitDAGToAppMaster(....){
> ........
>       if 
> (dagPlan.getName().startsWith(TezConstants.TEZ_PREWARM_DAG_NAME_PREFIX)) {
>         submittedDAGs.incrementAndGet();
>          }
>      }
> }
> {code}
> Think we lost "!" in condition (according TEZ-3189)
> {code}
>       if 
> (!dagPlan.getName().startsWith(TezConstants.TEZ_PREWARM_DAG_NAME_PREFIX)) {
>         submittedDAGs.incrementAndGet();
>       }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to