FW: Urgent: HDFS processors throwing OOM - Compressed class space exception

2020-07-23 Thread Woodcock, Michael W., M.B.A.
We had to greatly enlarge the amount of RAM (up 48GB) in order to handle large files in our dataflows (> 10MB). Our prod boxes have 128GB RAM. Our flows tend to surge wildly in velocity and size; we can get 28GB of files across the five node cluster at times. We’ve locked up the cluster at 18

NiFi's Run schedule and its effects

2020-04-14 Thread Woodcock, Michael W., M.B.A.
What is the use case for implementing "Run Schedule" on a processor? We have some JMS queue readers on a 5-node cluster that have been set to a Run schedule of 125 ms with 2 concurrent tasks. Every so often our volume jumps from a 1,000-message-average per 5 minute period to 5,000. Status his

RE: How to deploy NiFi processors change to multiple NiFi instances?

2019-10-30 Thread Woodcock, Michael W., M.B.A.
The approach we use for disaster recovery might be a start. * nifi (user) has a cron job that runs BASH script on PROD server node which copies the flow.xml.gz file to be used on another cluster to a temp folder. * The script decrypts the current passwords/properties in flow.xml.gz

RE: NiFi cluster goes 100% CPU in no time

2019-06-07 Thread Woodcock, Michael W., M.B.A.
We had this issue when NiFi flows were blocked and lots of content and flowfile data was on disk and in RAM. We got around it by temporarily setting NiFi JVMs to more RAM to allow the glut of content to pass and then lowering the JVM RAM back to normal so that garbage collection can occur. In