Good idea.  I've made the change, and will report back if I see any more
issues.

On Fri, Feb 14, 2020 at 2:04 PM Joe Witt <[email protected]> wrote:

> No it should not.  But if you want to rule out underlying storage not
> getting the writes actually written you can use
>
> nifi.flowfile.repository.always.sync=true
> nifi.content.repository.always.sync=true
> nifi.provenance.repository.always.sync=true
>
> That will impact performance as it means we force sync to disk rather than
> taking advantage of write ahead.  But try that and see if that helps in
> your configuration.
>
> Thanks

Reply via email to