Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-2716

File Channel cannot handle capacity Integer.MAX_VALUE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 1.6.0, 1.7.0
    • None
    • Channel, File Channel
    • Fix the issue of file channel with capacity set to Integer.MAX_VALUE

    Description

      if capacity is set to Integer.MAX_VALUE(2147483647), checkpoint file size is calculated wrongly to 8224. The calculation should first cast int to long, then calculate the totalBytes. See the patch for details. Thanks.

      Attachments

        1. FLUME-2716.patch
          1 kB
          Dong Zhao

        Activity

          People

            Unassigned Unassigned
            zd987 Dong Zhao
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: