NIFI-4689 - Ensuring all provenance properties are represented in nifi.properties.

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #2352.
This commit is contained in:
Matt Gilman 2017-12-18 15:42:45 -05:00 committed by Pierre Villard
parent 9750cf2fcd
commit 17718940d7
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ nifi.provenance.repository.index.shard.size=${nifi.provenance.repository.index.s
# Indicates the maximum length that a FlowFile attribute can be when retrieving a Provenance Event from
# the repository. If the length of any attribute exceeds this value, it will be truncated when the event is retrieved.
nifi.provenance.repository.max.attribute.length=${nifi.provenance.repository.max.attribute.length}
nifi.provenance.repository.concurrent.merge.threads=${nifi.provenance.repository.concurrent.merge.threads}
nifi.provenance.repository.warm.cache.frequency=${nifi.provenance.repository.warm.cache.frequency}
# Volatile Provenance Respository Properties
nifi.provenance.repository.buffer.size=${nifi.provenance.repository.buffer.size}