Will McQueen created FLUME-1194:
-----------------------------------
Summary: 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
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