You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by mosermw <gi...@git.apache.org> on 2018/03/06 16:23:14 UTC

[GitHub] nifi issue #2487: NIFI-4774: Allow user to choose which write-ahead log impl...

Github user mosermw commented on the issue:

    https://github.com/apache/nifi/pull/2487
  
    I tested this and I was able to switch back and forth between MinimalLockingWriteAheadLog and SequentialAccessWriteAheadLog. +1 from me.
    It's best to make this switch while there are 0 flowfiles in the repository.  With flowfiles in the system, going from MinimalLockingWAL to SequantialAccessWAL worked, but the opposite had some issues.


---