[
https://issues.apache.org/jira/browse/FLUME-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281988#comment-13281988
]
Hudson commented on FLUME-1194:
-------------------------------
Integrated in flume-trunk #212 (See
[https://builds.apache.org/job/flume-trunk/212/])
FLUME-1194 RecoverableMemoryChannel prop misspelled -- "rentention" should
be "retention"
(Juhani Connolly) (Revision 1342066)
Result = SUCCESS
juhanic : http://svn.apache.org/viewvc/?view=rev&rev=1342066
Files :
*
/incubator/flume/trunk/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/RecoverableMemoryChannel.java
*
/incubator/flume/trunk/flume-ng-channels/flume-recoverable-memory-channel/src/main/java/org/apache/flume/channel/recoverable/memory/wal/WAL.java
> 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