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

RollingFileSink BatchSize parameter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      According to documentation, RollingFileSink batchSize parameter sits on root.

      a1.sinks.k1.batchSize = 1

      According to source code, batchSize parameter is consumed from sink.batchSize.

      batchSize = context.getInteger("sink.batchSize", defaultBatchSize);

      aka:

      a1.sinks.k1.sink.batchSize = c1

      I assume, source code looks at the wrong place.

      Attachments

        Activity

          People

            Unassigned Unassigned
            apache_rwr René Wagner
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: