Possible bug - ConvertJSONToSQL

2018-01-08 Thread Alberto Bengoa
Hey guys, I'm suspecting that I found a bug on ConvertJSONToSQL (just for DELETE statements). I was getting incomplete values for attributes like this: sql.args.10.type 91 sql.args.10.value 2016 This field is a date type so the attributes should be like this: sql.args.10.type 91

Re: Flowfiles stuck. Thread lock?

2018-01-08 Thread Bryan Bende
That is correct... Flow files don't move between nodes unless the flow specifically does so using a remote process group pointing back to itself. An example of when you would do this would be something like the List + Fetch pattern. This article shows some examples:

Re: Flowfiles stuck. Thread lock?

2018-01-08 Thread FoodEssentials
Holy crap. So does that mean if a source processor runs on node 1, all subsequent flowfiles from that source will also run on node 1? This makes a lot more sense now. If that’s true then a lot of our problems with NiFi are due to user error. Thanks > On Jan 8, 2018, at 4:51 PM, Bryan Bende

Re: nifi webui in browser not responding / waiting

2018-01-08 Thread Matt Gilman
Amit, The splash screen is shown while waiting for a number of requests to return from the server. In your logs, I can see a number those requests coming in. Can you please let me know what the Network tab is showing? In addition, what the Console tab is showing? Thanks Matt On Sun, Jan 7,