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

Correct maximum wait time between database retry attempts property

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 5.3.0
    • None
    • None

    Description

      Based on the oozie-default.xml:

      <property>
          <name>oozie.service.JPAService.retry.maximum-wait-time.ms</name>
          <value>30000</value>
          <description>
                Maximum wait time between database retry attempts.
          </description>
      </property>
      
      

      it looks like we are missing a "retry" string before the maximum wait time between database retry attempts static string in Oozie's JPAService:

      public static final String MAX_WAIT_TIME = CONF_PREFIX + "maximum-wait-time.ms";
      

      The goal of this change is to sync the config names between oozie-default.xml and Oozie but we should also support the old, invalid config name.

      Attachments

        1. OOZIE-3679-003.patch
          17 kB
          János Makai
        2. OOZIE-3679-002.patch
          17 kB
          János Makai
        3. OOZIE-3679-001.patch
          11 kB
          János Makai

        Activity

          People

            jmakai János Makai
            jmakai János Makai
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: