Github user MikeThomsen commented on the issue:
https://github.com/apache/nifi/pull/2666
@michaelandrepearce so I pushed about 30k events into InfluxDB using some
artifacts from @mans2singh's PRs and ran `select * from /*/` on the database.
Let it run twice and the result sets were different in size. Is each iteration
of the processor supposed to be a new chunk or is it supposed to chunk the
entire result set of that select statement each run?---
