[ 
https://issues.apache.org/jira/browse/FLUME-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Juhani Connolly updated FLUME-1194:
-----------------------------------

    Attachment: FLUME-1194.patch

this is a trivial patch to fix the spelling so skipping the review board.

if necessary I can post it up
                
> RecoverableMemoryChannel prop misspelled -- "rentention" should be "retention"
> ------------------------------------------------------------------------------
>
>                 Key: FLUME-1194
>                 URL: https://issues.apache.org/jira/browse/FLUME-1194
>             Project: Flume
>          Issue Type: Bug
>          Components: Channel
>    Affects Versions: v1.2.0
>            Reporter: Will McQueen
>             Fix For: v1.2.0
>
>         Attachments: FLUME-1194.patch
>
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to