From 17718940d7e5aaa2ec8682c6aedd03736ec4a0b6 Mon Sep 17 00:00:00 2001 From: Matt Gilman Date: Mon, 18 Dec 2017 15:42:45 -0500 Subject: [PATCH] NIFI-4689 - Ensuring all provenance properties are represented in nifi.properties. Signed-off-by: Pierre Villard This closes #2352. --- .../nifi-resources/src/main/resources/conf/nifi.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/nifi.properties b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/nifi.properties index 19358f63bf..f6a1ed52b5 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/nifi.properties +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/nifi.properties @@ -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}