Vitaly Moskovkin created FLUME-3179:
---------------------------------------

             Summary: 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


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)

Reply via email to