You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by 王磊 <le...@163.com> on 2019/10/15 11:53:12 UTC

MergeRecord can not guarantee the ordering of the input sequence?

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 insight on this?


Thanks,
Lei