This is an automated email from the ASF dual-hosted git repository.

exceptionfactory 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 4b9da2a01d NIFI-11450 Added documentation for autoResumeState property 
(#9955)
4b9da2a01d is described below

commit 4b9da2a01de1e9d818244c0b7d2e8aed57bba92c
Author: NissimShiman <[email protected]>
AuthorDate: Fri May 16 18:41:01 2025 -0400

    NIFI-11450 Added documentation for autoResumeState property (#9955)
    
    Signed-off-by: David Handermann <[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 9c6188064e..4d87ab0c61 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -2860,7 +2860,7 @@ This cleanup mechanism takes into account only 
automatically created archived _f
 |`nifi.flow.configuration.archive.max.time`*|The lifespan of archived 
_flow.json_ files. NiFi will delete expired archive files when it updates 
_flow.json_ if this property is specified. Expiration is determined based on 
current system time and the last modified timestamp of an archived _flow.json_. 
If no archive limitation is specified in _nifi.properties_, NiFi removes 
archives older than `30 days`.
 |`nifi.flow.configuration.archive.max.storage`*|The total data size allowed 
for the archived _flow.json_ files. NiFi will delete the oldest archive files 
until the total archived file size becomes less than this configuration value, 
if this property is specified. If no archive limitation is specified in 
_nifi.properties_, NiFi uses `500 MB` for this.
 |`nifi.flow.configuration.archive.max.count`*|The number of archive files 
allowed. NiFi will delete the oldest archive files so that only N latest 
archives can be kept, if this property is specified.
-|`nifi.flowcontroller.autoResumeState`|Indicates whether -upon restart- the 
components on the NiFi graph should return to their last state. The default 
value is `true`.
+|`nifi.flowcontroller.autoResumeState`|Indicates whether -upon restart- the 
components on the NiFi graph should return to their last state. When running in 
cluster, all nodes should have the same value. The default value is `true`.
 |`nifi.flowcontroller.graceful.shutdown.period`|Indicates the shutdown period. 
The default value is `10 secs`.
 |`nifi.flowservice.writedelay.interval`|When many changes are made to the 
_flow.json_, this property specifies how long to wait before writing out the 
changes, so as to batch the changes into a single write. The default value is 
`500 ms`.
 |`nifi.administrative.yield.duration`|If a component allows an unexpected 
exception to escape, it is considered a bug. As a result, the framework will 
pause (or administratively yield) the component for this amount of time. This 
is done so that the component does not use up massive amounts of system 
resources, since it is known to have problems in the existing state. The 
default value is `30 secs`.

Reply via email to