Uploaded image for project: 'Oozie'
  1. Oozie
  2. OOZIE-3487

Confusing E0820 error message

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • trunk
    • 5.2.0
    • None
    • None

    Description

      E0820 error messages are confusing:

      Action user retry max [3] is over system defined max [3], re-assign to use system max.

      It's not true that 3 is over 3.

       

      It's a bug in LiteWorkflowStoreService

      if (ret > max) {
          ret = max;
          log.warn(ErrorCode.E0820.getTemplate(), ret, max);
      }
      

      We overwrite the max value before we print out the error messge.

      Attachments

        1. OOZIE-3487.patch
          0.8 kB
          Mate Juhasz

        Activity

          People

            matijhs Mate Juhasz
            asalamon74 Andras Salamon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: