[
https://issues.apache.org/jira/browse/FLUME-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16166871#comment-16166871
]
ASF GitHub Bot commented on FLUME-3179:
---------------------------------------
GitHub user movit opened a pull request:
https://github.com/apache/flume/pull/173
FLUME-3179 Fix file channel size
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/movit/flume FLUME-3179
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/173.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #173
----
commit 5d79609a5f58339b96c36403442129f22b16ffb0
Author: moskovkin <[email protected]>
Date: 2017-09-14T19:32:51Z
FLUME-3179 Fix file channel size
----
> File channel size in bytes limited by int not long
> --------------------------------------------------
>
> Key: FLUME-3179
> URL: https://issues.apache.org/jira/browse/FLUME-3179
> Project: Flume
> Issue Type: Bug
> Components: File Channel
> Affects Versions: 1.7.0
> Reporter: Vitaly Moskovkin
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> EventQueueBackingStoreFile contains following string
> long totalBytes = (capacity + HEADER_SIZE) * Serialization.SIZE_OF_LONG;
> which actually make totalBytes limited by int not long
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)