Created 06-02-2022 07:46 PM
I was able to replicate my problem using the following configuration:
The MergeContent configuration is as follows
Although the conditions of the MergeContent processor are met, it does not concatenate the incoming flowfiles.
The last version in which the above flow worked was version 1.15.3.
Any suggestions on how to solve this? Is this a bug?
P.S.: The flow is so designed due to a dependency on only writing one file per day.
Created 06-03-2022 08:28 AM
Hi,
Not sure if this is a bug or what. I have tried the same flow with version 1.16 and got the same behavior. As an alternative I would suggest to use ControlRate Processor where you can set the properties as follows:
Rate Control Criteria: flowfile count
Maximum Rate : Set to the maximum value that you can have in the queue before nifi applies back pressure. Default value for one node is 10K.
Time Duration: 24 hours.
Hope that helps.
Created 06-03-2022 08:28 AM
Hi,
Not sure if this is a bug or what. I have tried the same flow with version 1.16 and got the same behavior. As an alternative I would suggest to use ControlRate Processor where you can set the properties as follows:
Rate Control Criteria: flowfile count
Maximum Rate : Set to the maximum value that you can have in the queue before nifi applies back pressure. Default value for one node is 10K.
Time Duration: 24 hours.
Hope that helps.
Created 06-07-2022 11:28 AM
Hello SAMSAL,
Thank you for your reply. I had a chance to try your solution and it worked as a workaround.
Hopefully it can come back to work in next releases my scenario.
Best regards...