PutDataBaseRecord performance issues.

2019-10-15 Thread
I am using CaptureChangeMySQL to extract bin log and do some transformations and then write to another database using PutDataBaseRecord. Now the PutDataBaseRecord processor is a performance bottleneck If i set the PutDataBaseRecord processor concurrency lager than 1, there will be ordering

MergeRecord can not guarantee the ordering of the input sequence?

2019-10-15 Thread
If FlowFile A, B, C enter the MergeRecord sequentially, the output should be one FlowFile {A, B, C} However, when testing with large data volume, sometimes the output order will be not the same as they enter. And this result is nondeterministic This really confuses me a lot. Anybody has any