Re: QueryDatabaseTable - Schema

2017-09-11 Thread Koji Kawamura
Hi Uwe, I had a similar expectation when I was using QueryDatabaseTable or any other processor creating Avro FlowFile which has its schema embedded, combining new record reader/writer controllers. Now, NiFi has "Inherit Record Schema" option as "Schema Access Strategy" of RecordWriter, already

Re: Unable to restart nifi service

2017-09-11 Thread Mark Payne
Jim, Would recommend you grab a thread dump and see what the 'main' thread is doing. (kill -3 ) or (bin/nifi.sh dump thread-dump.txt) or (jstack ). That will tell you what it's doing. Thanks -Mark On Sep 11, 2017, at 2:39 PM, James McMahon >

Re: Unable to restart nifi service

2017-09-11 Thread James McMahon
my oversightsorry0.7.x On Mon, Sep 11, 2017 at 2:22 PM, Joe Witt wrote: > Version of nifi? > > On Mon, Sep 11, 2017 at 2:20 PM, James McMahon > wrote: > > About a half hour ago my Nifi UI hung, and in the log I found this error: > > > > ERROR

Re: Unable to restart nifi service

2017-09-11 Thread James McMahon
I have nearly 1000 prov.gz files in my provenance_repository. Could it be that the system is taking a long time to restore flowfiles to state? On Mon, Sep 11, 2017 at 2:23 PM, James McMahon wrote: > my oversightsorry0.7.x > > On Mon, Sep 11, 2017 at 2:22 PM, Joe

Re: Unable to restart nifi service

2017-09-11 Thread Joe Witt
Version of nifi? On Mon, Sep 11, 2017 at 2:20 PM, James McMahon wrote: > About a half hour ago my Nifi UI hung, and in the log I found this error: > > ERROR [Provenance Repository Rollover Thread-2] o.a.n.p. > PersistentProvenanceRepository > java.lang.OutOfMemoryError: GC

Re: Unable to restart nifi service

2017-09-11 Thread James McMahon
Am getting this error in the nifi-app.log file on start attempt: ERROR [ Framework Task Thread Thread-3] .o.a.n.controller.tasks.ExpireFlowFiles Failed to expire FlowFiles due to java.lang.IllegalStateException: Cannot update repository until record recovery has been performed On Mon, Sep 11,

Unable to restart nifi service

2017-09-11 Thread James McMahon
About a half hour ago my Nifi UI hung, and in the log I found this error: ERROR [Provenance Repository Rollover Thread-2] o.a.n.p. PersistentProvenanceRepository java.lang.OutOfMemoryError: GC overhead limit exceeded I was unable to get the UI to respond. I went to my command line and executed

External server other than jetty

2017-09-11 Thread kumar r
Hi, Can i deploy NiFi instance in any other server like Tomcat instead of embedded jetty. Please provide me steps or documentation to configure it. Thanks, Kumar

QueryDatabaseTable - Schema

2017-09-11 Thread Uwe Geercken
Hello,   I was wondering why if the QueryDatabaseTable processor creates internally an Avro schema, why is this schema not available as an attribute or saved to the registry?   If it would, then one could reuse the schema. E.g. if I use the ConvertRecord processor and I specify an AvroReader