Member since
05-14-2025
24
Posts
0
Kudos Received
0
Solutions
09-21-2025
02:55 AM
I guess, that my problem has not solution from NiFi side and we just need to correct HDFS settings to accept other encryption types in addition to arcfour-hmac-md5.
... View more
09-18-2025
08:26 AM
1 Kudo
@asand3r JVM Garbage collection is stop-the-world which would prevent for the duration of that GC event the Kafka clients from communicating with Kafka. If that duration of pause is long enough I could cause Kafka to do a rebalance. I can't say that you are experiencing that . Maybe put the consumeKafka processor class in INFO level logging and monitor the nifi-app.log for any indication of rebalance happening. When it comes GC pauses, a common mistake I see is individuals setting the JVM heap settings in NiFi way to high simply because the server on which they have in stalled NiFi has a lot of installed memory. Since GC only happens once the allocated JVM memory utilization reaches around 80%, large heaps could lead to long stop-the-world if there is a lot top clean-up to do. Please help our community grow. 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
07-31-2025
01:58 AM
OK, @MattWho, thanks for your help.
... View more
06-19-2025
01:31 AM
@Shu_ashu hi, could you answer one more question?.. What should I do, if we have many Hadoop clusters? Is it OK if I put hdfs-site.xml and core-site.xml for each cluster in lib directory with different names? E.g.: ./lib/hadoop1_hdfs-site.xml ./lib/hadoop1_core-site.xml ./lib/hadoop2_hdfs-site.xml ./lib/hadoop2_core-site.xml
... View more
06-03-2025
03:46 AM
One more update if someone will read it in future. I sad that: I did it and restart NiFi service, but users.xml file was not updated. So, should I update users.xml manually? But I was wrong and my users.xml is correctly updates after user changes in NiFi UI. So, the question in not had a reason, all works fine.
... View more
06-02-2025
05:35 AM
@MattWho yeah, thanks a lot! You are totally right. 😃
... View more
05-30-2025
12:26 AM
Thanks a lot for your answer, @MattWho. 😃
... View more
05-14-2025
12:43 PM
@asand3r With Archive disabled, NIFi is no longer tracking the files left in the archive sub-directories. You can remove those files while NiFi is running. Just make sure you don't touch the active content_repository claims. Matt
... View more