Re: Re: NiFi active thread count is no more than 10 ?

2019-09-18 Thread wangl...@geekplus.com.cn
Thanks very much Bryan, chaning the overall timer-driven thread pool value works. wangl...@geekplus.com.cn From: Bryan Bende Date: 2019-09-18 20:53 To: users Subject: Re: NiFi active thread count is no more than 10 ? The overall timer-driven thread pool defaults to 10 (configured from

Re: NiFi active thread count is no more than 10 ?

2019-09-18 Thread Bryan Bende
The overall timer-driven thread pool defaults to 10 (configured from the controller settings in top right menu). So even if a processor has 100 concurrent tasks, there are still only 10 threads available. On Wed, Sep 18, 2019 at 8:20 AM Joe Witt wrote: > > Hello > > The 100 threads for the

Re: NiFi active thread count is no more than 10 ?

2019-09-18 Thread Joe Witt
Hello The 100 threads for the controller overall is the maximum number of threads that could run concurrently. On a 16 core system and a flow which is very I/O bound this is definitely achievable. Generally you want to look at some multiple of the number of physical cores such as 2,4,8, etc..