This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 3811eea NIFI-9588 This closes #5672. Update doc for
`nifi.content.repository.archive.max.retention.period`
3811eea is described below
commit 3811eea4a21f754c5ee059e16c2a5a992130ee11
Author: zhangcheng <[email protected]>
AuthorDate: Wed Jan 19 14:48:47 2022 +0800
NIFI-9588 This closes #5672. Update doc for
`nifi.content.repository.archive.max.retention.period`
Signed-off-by: Joe Witt <[email protected]>
---
nifi-docs/src/main/asciidoc/administration-guide.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc
b/nifi-docs/src/main/asciidoc/administration-guide.adoc
index f785f41..96c90de 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -3322,7 +3322,7 @@ For example, to provide two additional locations to act
as part of the content r
+
Providing three total locations, including
`nifi.content.repository.directory.default`.
|`nifi.content.repository.archive.max.retention.period`|If archiving is
enabled (see `nifi.content.repository.archive.enabled` below), then
-this property specifies the maximum amount of time to keep the archived data.
The default value is `12 hours`.
+this property specifies the maximum amount of time to keep the archived data.
The default value is `7 days`.
|`nifi.content.repository.archive.max.usage.percentage`|If archiving is
enabled (see `nifi.content.repository.archive.enabled` below), then this
property must have a value that indicates the content repository disk usage
percentage at which archived data begins to be removed. If the archive is empty
and content repository disk usage is above this percentage, then archiving is
temporarily disabled. Archiving will resume when disk usage is below this
percentage. The default value is `50%`.
|`nifi.content.repository.archive.backpressure.percentage`| This property is
used to control the content repository disk usage percentage at which
backpressure is applied to the processes writing to the content repository.
Once this percentage is reached, the content repository will refuse any
additional writes. Writes will be refused until the archive delete process has
brought the content repository disk usage percentage below
`nifi.content.repository.archive.max.usage.percentage`. +
+