Uploaded image for project: 'Apache Tez'
  1. Apache Tez
  2. TEZ-3736

SubmittedDAGs is always 0 in Resource Manager UI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.8.4
    • 0.9.0
    • None
    • Patch

    Description

      I am facing with problem when RM UI always show submittedDAGs=0,
      think the problem in this snippet of code:

      public String submitDAGToAppMaster(....){
      ........
            if (dagPlan.getName().startsWith(TezConstants.TEZ_PREWARM_DAG_NAME_PREFIX)) {
              submittedDAGs.incrementAndGet();
               }
           }
      }
      

      Think we lost "!" in condition (according TEZ-3189)

            if (!dagPlan.getName().startsWith(TezConstants.TEZ_PREWARM_DAG_NAME_PREFIX)) {
              submittedDAGs.incrementAndGet();
            }
      

      Attachments

        1. TEZ-3736.001.patch
          0.8 kB
          Artem Velykorodnyi

        Issue Links

          Activity

            People

              artemvel Artem Velykorodnyi
              artemvel Artem Velykorodnyi
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: