[
https://issues.apache.org/jira/browse/FLUME-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Will McQueen updated FLUME-1099:
--------------------------------
Attachment: copypasteissue.patch
> copy-paste issue with RecoverableMemoryChannel
> ----------------------------------------------
>
> Key: FLUME-1099
> URL: https://issues.apache.org/jira/browse/FLUME-1099
> Project: Flume
> Issue Type: Bug
> Components: Channel
> Affects Versions: v1.2.0
> Environment: [CentOS 6.2 64-bit]
> commit 0a6ead7104d7bc04903c2604c60125f34ef8e00f
> trunk
> Reporter: Will McQueen
> Assignee: Will McQueen
> Fix For: v1.2.0
>
> Attachments: copypasteissue.patch
>
>
> Looks like RecoverableMemoryChannel has a copy-paste error
> Patch att'd
> \- long maxLogsSize = context.getLong(WAL_ROLL_SIZE,
> WAL.DEFAULT_MAX_LOGS_SIZE);
> \- long minRententionPeriod = context.getLong(WAL_ROLL_SIZE,
> WAL.DEFAULT_MIN_LOG_RENTENTION_PERIOD);
> \- long workerInterval = context.getLong(WAL_ROLL_SIZE,
> WAL.DEFAULT_WORKER_INTERVAL);
> + long maxLogsSize = context.getLong(WAL_MAX_LOGS_SIZE,
> WAL.DEFAULT_MAX_LOGS_SIZE);
> + long minRententionPeriod = context.getLong(WAL_MIN_RENTENTION_PERIOD,
> WAL.DEFAULT_MIN_LOG_RENTENTION_PERIOD);
> + long workerInterval = context.getLong(WAL_WORKER_INTERVAL,
> WAL.DEFAULT_WORKER_INTERVAL);
--
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