status bar counts on a cluster

2018-04-20 Thread Mark Bean
On a cluster, the status bar reports 4 invalid processors. However, on some
nodes there are actually 6 invalid processors. The extra two processors are
invalid because a required configuration file (a property of the processor)
does not exist on some nodes.

The count on the status bar is not coming from the Cluster Coordinator nor
the Primary Node. Both of those nodes are missing the configuration file
and have a count of 6 invalid processors. Also, no matter which node the UI
is using, the status bar count is always 4. So, the count is not coming
from the UI's host.

Question: how does the status bar derive its information?

Thanks,
Mark


Re: Nifi Custom Processor Import Error

2018-04-20 Thread Sivaprasanna
You have to build it locally after downloading or cloning.

-
Sivaprasanna

On Fri, 20 Apr 2018 at 4:16 PM, rishabprasad005 
wrote:

> How can we download a maven dependency for nifi having version
> "1.7.0-SNAPSHOT". I tried doing this but gets an error since the latest
> version is 1.6.0.
>
>
>
> --
> Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/
>


Re: Nifi Custom Processor Import Error

2018-04-20 Thread rishabprasad005
How can we download a maven dependency for nifi having version
"1.7.0-SNAPSHOT". I tried doing this but gets an error since the latest
version is 1.6.0.



--
Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/


Re: Nifi Clustering not working

2018-04-20 Thread Peter Wilcsinszky
Hi,

I've tested your statefulset and it seems it doesn't even try to connect to
zookeeper to form a cluster, although the config looks good. I'm still new
to this, but will dig deeper later.

Peter

On Tue, Apr 17, 2018 at 6:55 PM, Jonathan Kosgei  wrote:

> Thank you for the tips.
>
>
>
> I've tried setting the fqdn as the hosts and made sure each was pingeable
> from all the other nodes with no luck.
>
>
>
> In particular I see this error a lot;
>
>
>
>
>
> Unable to locate group with id 'd4779129-0162-1000-982f-9436d01eb801'.
>
>
>
> I'm wondering if I might have a port closed that should be open, is there
> any list of all official ports? Looking in my logs the bootstrap port seems
> to be different each time and I wonder if maybe they need to be accessible
> for each pod?
>
>
>
> Here's a trimmed down version of my logs (not in DEBUG mode);
>
>
>
> nifi-app.log
>
> https://gist.github.com/jonathan-kosgei/81936b7e59a563f55111bfe5be06e8bc
>
>
>
> nifi-user.log
>
> https://gist.github.com/jonathan-kosgei/19ce9929a764a40ac74a84fdcac2b3e2
>
>
>
> nifi-bootrap.log
>
> https://gist.github.com/jonathan-kosgei/e7396f558cbcd9a20cf6c0dca72c2728
>
>
>
> My Statefulset and Services
>
> https://gist.github.com/jonathan-kosgei/49a628edab109ba39da8598caf0e4f1e
>
>
>
> Thanks!
>
>