Member since
03-01-2023
13
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1647 | 03-06-2023 05:19 AM |
02-03-2025
06:33 AM
@ayu_dev Welcome to the Cloudera Community. Please start a new Cloudera Community question rather then adding a new thread on an existing question from over a year ago. You'll get much better traction there. Your query is unrelated to the original question in this thread around log rotation and retention policies. Fell free to ping me in your new community question and I'll be happy to take a look. Thank you, Matt
... View more
06-14-2024
07:46 AM
1 Kudo
@Alexy Without seeing your logs, I have no idea which NiFi classes are producing the majority of your logging. But logback is functioning exactly as you have it configured. Each time the nifi-app.log reaches 500 MB within a single day it is compressed and rolled using an incrementing number. I would suggest changing the log level for the base class "org.apache.nifi" from INFO to WARN. The bulk of all NiFi classes begin with org.apache.nifi and by changing this to WARN to you will only see ERROR and WARN level log output from the bulk of the ora.apache.nifi.<XYZ...> classes. <logger name="org.apache.nifi" level="WARN"/> Unless you have a lot of exception happening within your NiFi processor components used in your dataflow(s), this should have significant impact on the amount of nifi-app.log logging being produced. Please help our community thrive. If you found any of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "Accept as Solution" on one or more of them that helped. Thank you, Matt
... View more
09-13-2023
03:00 AM
I'm trying to set deploy Nifi in Kubernetes cluster. After deployment the status are shown as Init:0/2 and Init:1/2 and Init:Error. This all takes just 12s. Does anyone tried nifi in Kuberenetes version 1.27, is there any version compactability issue ? Nifi - 1.17.0 Nifi-Operator - 1.0.0 Cert-Manager - 1.11.0 Zookeeper - 3.8.0 This configuration works in older versions of Kubernetes Cluster. Hoping to get some help on this. Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
-
Apache Zookeeper
03-06-2023
10:16 PM
@Alexy Thank you for sharing the solution to your issue. Your contribution to our community is greatly appreciated, and we believe it will help other members who may face similar issues in the future.
We are glad to have you as a part of our community, and we hope that you will continue to participate and share your knowledge with us.
... View more
03-01-2023
02:00 AM
Initially I was using official Nifi-registry image of Apache. I used the official docker file and created new nifi-registry image. On deploying it in the cluster I'm getting the following error and the pod doesnot spin up. 2023-02-22 14:32:54,459 INFO [main] o.a.n.r.provider.StandardProviderFactory Instantiated FlowPersistenceProvider with class name org.apache.nifi.registry.provider.flow.git.GitFlowPersistenceProvider 2023-02-22 14:32:54,464 INFO [main] o.a.n.r.p.flow.git.GitFlowMetaData ./flow_git is not a directory or does not exist. git configaration has been given in the values file of nifi registry. I tried building the docker file whithout any change provided in the official git repo and I was not getting any error. I use another java image as base image and I'm getting the error Nifi-registry previous: 1.17.0 Nifi-registry present: 1.19.0 No DB I will be forever grateful if anyone can help me
... View more
Labels:
- Labels:
-
Apache NiFi
-
Apache Zookeeper
-
NiFi Registry