Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-1194

RecoverableMemoryChannel prop misspelled -- "rentention" should be "retention"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.2.0
    • 1.2.0
    • Channel
    • None

    Description

      I suggest replacing all occurrences of "rentention" with "retention" (unless you're talking about "the private retention of publicly-generated land values"... http://www.wealthandwant.com/themes/Rentention.html)

      These substitutions include:

      1) The var names:

      long minLogRetentionPeriod = context.getLong(WAL_MIN_RENTENTION_PERIOD, WAL.DEFAULT_MIN_LOG_RENTENTION_PERIOD);
      ==> long minLogRetentionPeriod = context.getLong(WAL_MIN_RETENTION_PERIOD, WAL.DEFAULT_MIN_LOG_RETENTION_PERIOD);

      2) The prop name:

      "wal.minRententionPeriod" => "wal.minRetentionPeriod"

      Thank you.

      Attachments

        1. FLUME-1194.patch
          3 kB
          Juhani Connolly

        Activity

          People

            Unassigned Unassigned
            will@cloudera.com Will McQueen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: