Re: Nifi FlowFile state when cloning

2017-11-22 Thread Mark Payne
Matthew, It's awesome that you've got these kinds of tests running! Thanks for shooting a note to the dev list. After a quick glance at the code, I can understand why the second case was throwing an Exception. I'm not sure why the other case was occurring. But I am happy to look into it. I've

Nifi FlowFile state when cloning

2017-11-22 Thread Matthew Watson
Hello, In updating our Nifi setup to 1.4.0, one of our regression tests started to fail. On investigation I ran into an issue with FlowFile state that has confused me. The following processor takes an input flow file, writes "NEW_DATA" to it, the clones it. It then outputs the original flowFile