Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-3630

FlowFileRepository / WriteAhead Log should use a BufferedOutputStream when checkpointing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.2.0
    • Core Framework
    • None

    Description

      Currently, calls to MinimalLockingWirteAheadLog's checkpoint() method create a FileOutputStream, then wrap that in a DataOutputStream and start writing to the DataOutputStream, passing that along the SerDe as well. The FileOutputStream that it writes to should be wrapped in a BufferedOutputStream, as each call to checkpoint() is very taxing on the file system currently.

      Attachments

        Issue Links

          Activity

            People

              joewitt Joe Witt
              markap14 Mark Payne
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: