Re: [E] After upgrade to 1.11.4, flowController fails to start due to invalid clusterCoordinator port 0

2021-02-10 Thread Jorge Machado
For cluster mode check the configs that are on xml files. I had similar issues when I did not define the values. Letting them empty makes issues. Best regards Jorge CEO of Datamesh GmbH (www.dmesh.io) > On 9. Feb 2021, at 02:19, Pat White wrote: > > Thanks very much for the feedback Joe, much

Re: [E] After upgrade to 1.11.4, flowController fails to start due to invalid clusterCoordinator port 0

2021-02-10 Thread Pat White
Thank you Jorge, appreciate the help and feedback! On Wed, Feb 10, 2021 at 1:32 PM Jorge Machado wrote: > For cluster mode check the configs that are on xml files. I had similar > issues when I did not define the values. Letting them empty makes issues. > Best regards > Jorge CEO of Datamesh

Re: Issue with GenerateTableFetch Processor

2021-02-10 Thread Matt Burgess
John, It should be generating multiple queries with OFFSET, I tried to reproduce in a unit test (using Derby not MySQL) and everything looked fine. I ran it once with 3 rows and a partition size of 2 and got the expected 2 flowfiles (one with 2 rows and one with 1). Then I added 6 rows and ran aga

Issue with GenerateTableFetch Processor

2021-02-10 Thread John W. Phillips
I’m having an issue with the GenerateTableFetch Processor, and I wanted to ask for some insight into whether this is a bug or expected behavior. Using NiFi 1.12.1 I have a MySQL table with 1M+ rows, and I have a GenerateTableFetch processor with a `maximum-value column` and `partition-size` set to