Member since
12-23-2020
7
Posts
0
Kudos Received
0
Solutions
03-21-2025
02:57 AM
First of all, thank you for your return @MattWho . I think the reason is distributedMapCacheServer as you said.Because I use distributedMapCacheServer in my stream. As far as I know, you need to define distributedMapCacheServer to use the distributedMapCacheService.When I look at the features of the two controller services, there are one parameter that catch my eye.DetectDuplicate processors parameters as I shared in the image. If the Age Off Duration parameter is set to 30 minutes, doesn't it delete the data stored in the distributedMapCacheService after 30 minutes?If not, is there a way to clean-up the distributedMapCacheService?
... View more
03-12-2025
02:51 AM
The Nifi version I use is 1.23.2. After restarting, memory drops but increases steadily as time goes by.As a result, memory usage reaches 100% day by day.The MonitorMemory output for now is like this: Jvm memory args is: # JVM memory settings java.arg.2=-Xms32G java.arg.3=-Xmx32G What is the reason of this situation?Shouldn't memory usage reach a certain level and stop?
... View more
Labels:
- Labels:
-
Apache NiFi
02-14-2025
01:22 PM
Thank you very much for your answer 🙂 I tried it and found it worked.
... View more
02-13-2025
11:44 PM
Yes that's true. I want to add the flowFiles content from the stream to the file line by line.For example two flowFiles came from the stream.The content of the first flowFile is content1.The content of the second flowFile is content2.As a result, when the flow is completed, I want the following two lines to be in the file on the server: content1 content2
... View more
02-13-2025
07:11 AM
I do not want to change the content of the file, I want to print a new value over the existing value.
... View more
02-13-2025
01:59 AM
Is there a way to overwrite an existing file with PutFile processor?Nifi version is 1.23.2
... View more
Labels:
- Labels:
-
Apache NiFi