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

Integer Overflows in Purge retentionTime

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.0.0b1, 5.0.0
    • core
    • None

    Description

      Oozie Purge ShareLibService retentionTime overflows when oozie.service.ShareLibService.temp.sharelib.retention.days is set to 25 and becomes negative value. Value has to be in long.

      final long retentionTime = 1000 * 60 * 60 * 24 * ConfigurationService.getInt(LAUNCHERJAR_LIB_RETENTION);

      Attachments

        1. OOZIE-3142.1.patch
          0.7 kB
          Prabhu Joseph
        2. OOZIE-3142.2.patch
          2 kB
          Prabhu Joseph

        Activity

          People

            prabhujoseph Prabhu Joseph
            prabhujoseph Prabhu Joseph
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: