You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2019/10/19 14:41:38 UTC

[nifi] branch master updated: NIFI-6553 Updated Admin Guide with a section that recommends antivirus scan exclusions

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

pvillard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new e9717c7  NIFI-6553 Updated Admin Guide with a section that recommends antivirus scan exclusions
e9717c7 is described below

commit e9717c76ac008962923dcbf9747dfcafd0e51de9
Author: Andrew Lim <an...@gmail.com>
AuthorDate: Tue Oct 8 11:50:24 2019 -0400

    NIFI-6553 Updated Admin Guide with a section that recommends antivirus scan exclusions
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #3793.
---
 nifi-docs/src/main/asciidoc/administration-guide.adoc | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc b/nifi-docs/src/main/asciidoc/administration-guide.adoc
index 40458da..0314aa5 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -152,6 +152,15 @@ For the partitions handling the various NiFi repos, turn off things like `atime`
 Doing so can cause a surprising bump in throughput.  Edit the `/etc/fstab` file
 and for the partition(s) of interest, add the `noatime` option.
 
+== Recommended Antivirus Exclusions
+Antivirus software can take a long time to scan large directories and the numerous files within them. Additionally, if the antivirus software locks files or directories during a scan, those resources are unavailable to NiFi processes, causing latency or unavailability of these resources in a NiFi instance/cluster. To prevent these performance and reliability issues from occurring, it is highly recommended to configure your antivirus software to skip scans on the following NiFi directories:
+
+* `content_repository`
+* `flowfile_repository`
+* `logs`
+* `provenance_repository`
+* `state`
+
 [[security_configuration]]
 == Security Configuration