RE: [EXT] Re: Get all Processors

2018-08-15 Thread Karthik Kothareddy (karthikk) [CONT - Type 2]
and collect stats about those processors. -Karthik From: Daniel Chaffelson [mailto:chaffel...@gmail.com] Sent: Wednesday, August 15, 2018 12:40 AM To: users@nifi.apache.org Subject: Re: [EXT] Re: Get all Processors Hi Karthik, I have already implemented this in NiPyApi, assuming a Python automation

Re: [EXT] Re: Get all Processors

2018-08-15 Thread Daniel Chaffelson
...@gmail.com] > Sent: Tuesday, August 14, 2018 9:17 AM > To: users@nifi.apache.org > Subject: Re: [EXT] Re: Get all Processors > > You could probably achieve the same thing but traversing the process > groups and asking each one for its processors without the > include

RE: [EXT] Re: Get all Processors

2018-08-14 Thread Karthik Kothareddy (karthikk) [CONT - Type 2]
, 2018 9:17 AM To: users@nifi.apache.org Subject: Re: [EXT] Re: Get all Processors You could probably achieve the same thing but traversing the process groups and asking each one for its processors without the includeDescendantGroups=true. It would be more complex on the client side, but would avoid

Re: [EXT] Re: Get all Processors

2018-08-14 Thread Bryan Bende
lto:pierre.villard...@gmail.com] > Sent: Tuesday, August 14, 2018 2:20 AM > To: users@nifi.apache.org > Subject: Re: [EXT] Re: Get all Processors > > > > Hi Karthik, > > > > Are you running a cluster or standalone NiFi? What's your default read > timeout value in

RE: [EXT] Re: Get all Processors

2018-08-14 Thread Karthik Kothareddy (karthikk) [CONT - Type 2]
: Re: [EXT] Re: Get all Processors Hi Karthik, Are you running a cluster or standalone NiFi? What's your default read timeout value in nifi.properties? I believe the default value is a bit low when you start reaching thousands of processors. nifi.cluster.node.read.timeout=5 sec Pierre 2018-08

Re: [EXT] Re: Get all Processors

2018-08-14 Thread Pierre Villard
Hi Karthik, Are you running a cluster or standalone NiFi? What's your default read timeout value in nifi.properties? I believe the default value is a bit low when you start reaching thousands of processors. nifi.cluster.node.read.timeout=5 sec Pierre 2018-08-14 0:12 GMT+02:00 Karthik

RE: [EXT] Re: Get all Processors

2018-08-13 Thread Karthik Kothareddy (karthikk) [CONT - Type 2]
Joe, I tried this call on both 1.7.1 and 1.6.0 and still getting the timeout exception. I know that this is a very expensive call and requires lot of caching from serverside. I was looking for a way to get all processors and the controller Services they refer (if any?). Not sure how to get the