apiri commented on a change in pull request #176: MINIFI-519 Added recommended 
antivirus exclusions section to Admin Guide
URL: https://github.com/apache/nifi-minifi/pull/176#discussion_r336076438
 
 

 ##########
 File path: minifi-docs/src/main/markdown/System_Admin_Guide.md
 ##########
 @@ -951,3 +951,22 @@ Provenance Reporting:
     timeout: 30 secs
     batch size: 1000
 ```
+
+# Recommended Antivirus Exclusions
+
+Antivirus software can take a long time to scan directories and the files 
within them. Additionally, if the antivirus software locks files or directories 
during a scan, those resources are unavailable to MiNiFi processes, causing 
latency or unavailability of these resources in a MiNiFi instance. To prevent 
these performance and reliability issues from occurring, it is highly 
recommended to configure your antivirus software to skip scans on the following 
MiNiFi directories:
+
+### MiNiFi Java:
+
+  - content_repository
+  - flowfile_repository
+  - logs
+  - provenance_repository
+  - state
+
+
+### MiNiFi C++:
+
+  - content_repository
+  - flowfile_repository
+  - provenance_repository
 
 Review comment:
   This should be reserved for the MiNiFi C++ codebase/docs.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to