Shaine, You can switch to using volatile/transient provenance storage. To do this edit nifi.properties
Find this entry # Provenance Repository Properties nifi.provenance.repository.implementation=org.apache.nifi.provenance.PersistentProvenanceRepository Change the value to # Provenance Repository Properties nifi.provenance.repository.implementation=org.apache.nifi.provenance.VolatileProvenanceRepository Restart and you'll have in-memory only provenance for a very small number of events. We will add ways to more efficiently index the provenance events so that even with full persistence on it will support the kinds of usage patterns that can stress the current approach. Thanks Joe On Fri, Jun 10, 2016 at 4:19 PM, Shaine Berube <[email protected]> wrote: > Any way I can stop this error? I mean, I love the provenance recorder... > but I don't care enough about it to slow down the data flow. > > -- > *Shaine Berube*
